@charset "utf-8";

.hnf-tabs-navigation__section { display: flex; justify-content: space-evenly; margin-left: auto; list-style-type: none; }

.hnf-tabs-navigation__section .hnf-tabs-navigation__promo-wrapper { display: flex; }

.hnf-tabs-navigation__section .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion { margin-inline-end: 1.25rem; }

.hnf-tabs-navigation__section .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion:last-child { margin-inline-end: 0px; }

.hnf-tabs-navigation__section .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion .hnf-content-card { width: 280px; }

@media (min-width: 1400px) {
  .hnf-tabs-navigation__section .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion { margin-inline-end: 2rem; }
}

@media (min-width: 1700px) {
  .hnf-tabs-navigation__section .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion .hnf-content-card { width: 354px; }
}

.hnf-tabs-navigation__section .hnf-tabs-navigation__promo-wrapper li:not(:first-child) { margin-top: 0px; }

.hnf-tabs-navigation__section .hnf-tabs-navigation__promo-wrapper .hnf-content-card { height: 100%; }

.hnf-tabs-navigation__section--2-2 .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion--2 { display: none; }

@media (min-width: 1400px) {
  .hnf-tabs-navigation__section--2-2 .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion--2 { display: block; }
}

.hnf-tabs-navigation__section--3-1 .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion--1 { display: none; }

@media (min-width: 1400px) {
  .hnf-tabs-navigation__section--3-1 .hnf-tabs-navigation__promo-wrapper .hnf-tabs-navigation__promotion--1 { display: block; }
}

.hnf-tabs-navigation__section.hnf-tabs-navigation__section--0-3 ul.hnf-links__hotspot { width: 13.5rem; }

@media (min-width: 1300px) {
  .hnf-tabs-navigation__section.hnf-tabs-navigation__section--0-3 ul.hnf-links__hotspot { width: 280px; }
}

@media (min-width: 1400px) {
  .hnf-tabs-navigation__section.hnf-tabs-navigation__section--0-3 ul.hnf-links__hotspot { width: 340px; }
}

.hnf-list-box { position: absolute; display: block; opacity: 0; flex-direction: column; width: 100%; max-width: 24rem; background: rgb(var(--colour-elevation-2, 255, 255, 255)); box-shadow: 0px 0px 0px 1px rgba(var(--colour-neutral-4, 204, 204, 204), 0.24),0px 4px 8px 0px rgba(var(--colour-static-black, 17, 17, 17), 0.14); overflow: hidden; border-radius: 8px; outline: 1px solid rgba(var(--colour-neutral-7, 17, 17, 17), 0.07); transition-property: opacity; transition-duration: 100ms; transition-timing-function: cubic-bezier(0.9, 0, 1, 1); z-index: 100; }

.hnf-list-box .hnf-list-view-item:hover { background-color: rgba(var(--colour-interactive-primary-bg-default, 17, 17, 17), 0.05); }

.hnf-list-box--open { opacity: 1; transition: none; }

.hnf-list-box--closed { display: none; }

.hnf-list-box--top { bottom: 100%; }

.hnf-list-box--right { right: 0px; }

.hnf-list-box__trigger { position: relative; display: inline-block; }

.hnf-list-box__trigger .hnf-list-box { margin-block: 0.5rem; width: max-content; }

.hnf-list-box__body { box-sizing: border-box; overflow: auto; max-height: 18rem; padding-block: 0.5rem; }

.hnf-list-box__footer { display: grid; grid-auto-flow: column; gap: 1rem; grid-auto-columns: minmax(max-content, 1fr); padding: 1rem 1.5rem; border-top: 1px rgb(var(--colour-neutral-3, 223, 223, 223)) solid; }

.hnf-list-box__group { list-style-type: none; padding: 1rem 1.5rem 0.5rem; }

.hnf-menu-item { box-sizing: border-box; position: relative; display: flex; align-items: center; justify-content: space-between; padding: 0.5rem 1.5rem; padding-inline-end: 3.5rem; cursor: pointer; transition: background-color 200ms ease-in-out; color: rgb(var(--colour-text-and-icon-1, 17, 17, 17)); min-height: 3rem; }

.hnf-menu-item:hover { background-color: rgb(var(--colour-neutral-3, 223, 223, 223)); }

.hnf-menu-item--active, .hnf-menu-item:focus-visible { box-shadow: inset 0 0 0 2px rgb(var(--colour-neutral-7, 17, 17, 17)); }

.hnf-menu-item--hidden { display: none; }

.hnf-menu-item__leading-content { flex-shrink: 0; margin-inline-end: 1rem; }

.hnf-menu-item__title { color: rgb(var(--colour-text-and-icon-1, 17, 17, 17)); flex-grow: 1; }

.hnf-menu-item__trailing-content { color: rgb(var(--colour-text-and-icon-2, 72, 72, 72)); flex-shrink: 0; margin-inline-start: 1rem; }

.hnf-menu-item__selected-icon { position: absolute; top: 50%; right: 1rem; transform: translateY(-50%); }

.hnf-menu-item--disabled { pointer-events: none; }

.hnf-menu-item--disabled .hnf-menu-item__leading-content, .hnf-menu-item--disabled .hnf-menu-item__title, .hnf-menu-item--disabled .hnf-menu-item__trailing-content { color: rgb(var(--colour-interactive-disabled-1, 204, 204, 204)); }

[dir="rtl"] .hnf-menu-item__selected-icon { left: 1rem; right: auto; }

.hnf-card { position: relative; display: flex; flex-direction: column-reverse; }

.hnf-card .hnf-content-card { --content-position: static; }

.hnf-card__media { display: flex; width: 100%; }

.hnf-card .hnf-aspect-ratio-box:has(> .hnf-image) { pointer-events: none; }

.hnf-card .hnf-content-card--simple { padding-top: 1rem; }

@media (min-width: 56.25em) {
  .hnf-card:not(:has(.hnf-content-card--fixed)) { flex-direction: row-reverse; }
  .hnf-card:not(:has(.hnf-content-card--fixed)) .hnf-content-card { padding: 3rem; }
  .hnf-card:not(:has(.hnf-content-card--fixed)) .hnf-content-card--simple { padding: 0px 3rem; }
  .hnf-card:not(:has(.hnf-content-card--fixed)) .hnf-content-card__container { padding-inline-end: 0px; }
  .hnf-card--trailing-media:not(:has(.hnf-content-card--fixed)) { flex-direction: row; }
  .hnf-card--trailing-media:not(:has(.hnf-content-card--fixed)) .hnf-content-card--simple { padding-inline-start: 0px; }
}

.hnf-content-card { --content-position: relative; --content-card-background: rgb(var(--colour-neutral-2, 245, 245, 245)); position: var(--content-position); display: flex; flex-direction: column; flex-grow: 1; justify-content: space-between; padding: 2rem; background: var(--content-card-background); }

.hnf-content-card__headers:hover .hnf-content-card__title, .hnf-content-card__headers:focus .hnf-content-card__title { text-decoration: underline; }

.hnf-content-card--center { justify-content: center; }

.hnf-content-card--simple { padding: 0px; justify-content: flex-start; }

.hnf-content-card--simple .hnf-content-card__container { padding-inline-end: 1rem; }

.hnf-content-card__container { max-width: 37.5rem; }

.hnf-content-card__add-on { display: block; margin-bottom: 0.75rem; }

.hnf-content-card__label { display: inline-block; margin-bottom: 0.25rem; }

.hnf-content-card__headers, .hnf-content-card__headers:is(a) { position: static; display: block; margin-bottom: 0.5rem; text-decoration: none; }

.hnf-content-card__headers::before { content: " "; position: absolute; inset: 0px; }

.hnf-content-card__title { text-wrap: balance; }

.hnf-content-card__subtitle { display: inline-block; }

.hnf-content-card__body { display: block; text-wrap: pretty; margin-top: 0.75rem; }

.hnf-content-card__footer { display: flex; flex-wrap: wrap; margin-top: 1.5rem; gap: 0.5rem; }

.hnf-content-card__cta { pointer-events: none; }

.hnf-content-card--dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__add-on, .hnf-content-card--dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__title, .hnf-content-card--dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__subtitle { color: rgb(var(--colour-text-and-icon-1, 17, 17, 17)); }

.hnf-content-card--dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__body, .hnf-content-card--dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__label { color: rgb(var(--colour-text-and-icon-2, 72, 72, 72)); }

.hnf-content-card--light-foreground:not(.hnf-content-card--simple) .hnf-content-card__add-on, .hnf-content-card--light-foreground:not(.hnf-content-card--simple) .hnf-content-card__label, .hnf-content-card--light-foreground:not(.hnf-content-card--simple) .hnf-content-card__title, .hnf-content-card--light-foreground:not(.hnf-content-card--simple) .hnf-content-card__subtitle, .hnf-content-card--light-foreground:not(.hnf-content-card--simple) .hnf-content-card__body { color: rgb(var(--colour-text-and-icon-5, 255, 255, 255)); }

.hnf-content-card--static-light-foreground:not(.hnf-content-card--simple) .hnf-content-card__add-on, .hnf-content-card--static-light-foreground:not(.hnf-content-card--simple) .hnf-content-card__label, .hnf-content-card--static-light-foreground:not(.hnf-content-card--simple) .hnf-content-card__title, .hnf-content-card--static-light-foreground:not(.hnf-content-card--simple) .hnf-content-card__subtitle, .hnf-content-card--static-light-foreground:not(.hnf-content-card--simple) .hnf-content-card__body { color: rgb(var(--colour-static-white, 255, 255, 255)); }

.hnf-content-card--static-dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__add-on, .hnf-content-card--static-dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__label, .hnf-content-card--static-dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__title, .hnf-content-card--static-dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__subtitle, .hnf-content-card--static-dark-foreground:not(.hnf-content-card--simple) .hnf-content-card__body { color: rgb(var(--colour-static-black, 17, 17, 17)); }

@media (min-width: 56.25em) {
  .hnf-content-card:not(.hnf-content-card--fixed) .hnf-content-card__body { margin-top: 1rem; }
  .hnf-content-card:not(.hnf-content-card--fixed) .hnf-content-card__footer { margin-top: 2rem; }
}

[dir="rtl"] .hnf-content-card__cta.hnf-btn .hnf-btn__icon, [dir="rtl"] .hnf-content-card__icon { transform: scaleX(-1); }

.hnf-card:focus-visible { box-shadow: 0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255))); outline: 2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17))); outline-offset: 4px; transition: outline 200ms ease-out, box-shadow 200ms ease-out; }

.hnf-card:focus-visible .hnf-card__title { text-decoration: none; }

.hnf-card:focus-visible p { box-shadow: none; outline: none; }

.hnf-content-card .hnf-content-card__headers:focus-visible { box-shadow: none; outline: none; }

.hnf-content-card .hnf-content-card__headers:focus-visible::before { box-shadow: 0 0 0 4px var(--skapa-focus-ring-internal, rgb(var(--colour-neutral-1, 255, 255, 255))); outline: 2px solid var(--skapa-focus-ring-external, rgb(var(--colour-neutral-7, 17, 17, 17))); outline-offset: 4px; transition: outline 200ms ease-out, box-shadow 200ms ease-out; }

.hnf-content-container--breadcrumb { display: none; }

@media (min-width: 75em) {
  .hnf-content-container--breadcrumb { display: block; }
}

@media (min-width: 75em) {
  .hnf-breadcrumb { display: none; }
  .hnf-breadcrumb--footer { display: block; margin-top: 2rem; margin-bottom: 1rem; }
  .hnf-content-container--breadcrumb + .hnf-footer { margin-top: 0px; }
  .plp-navigation-slot-wrapper .vn-tabs-navigation, [data-pub-type="visual-navigation"] .vn-tabs-navigation { display: none; }
  [data-pub-type="visual-navigation"] .vn-rooms { display: none; }
}

.hnf-tabs-navigation { display: none; align-items: flex-start; margin-bottom: 0px; transition: margin-bottom 100ms cubic-bezier(0.8, 0, 0, 1); }

.hnf-tabs-navigation .hnf-content-card .hnf-content-card__title { font-size: 1.125rem; line-height: 1.444; }

.hnf-tabs-navigation .hnf-tabs__panel { max-height: 250px; padding-top: 1.5rem; opacity: 1; transform-origin: center top; transform: scaleY(1); transition: transform 100ms cubic-bezier(0.8, 0, 0, 1), max-height 100ms cubic-bezier(0.8, 0, 0, 1), opacity 200ms cubic-bezier(0.8, 0, 0, 1), padding 100ms cubic-bezier(0.8, 0, 0, 1); z-index: 100; }

@media (prefers-reduced-motion: reduce) {
  .hnf-tabs-navigation .hnf-tabs__panel { transition: none; }
}

.hnf-tabs-navigation .hnf-tabs__panel[hidden] { display: none; }

.hnf-tabs-navigation .hnf-tabs--ssr .hnf-tabs__tab--active { color: rgb(var(--colour-text-and-icon-3, 118, 118, 118)); cursor: pointer; }

.hnf-tabs-navigation .hnf-tabs--ssr .hnf-tabs__tab--active:hover { color: rgb(var(--colour-text-and-icon-2, 72, 72, 72)); }

.hnf-tabs-navigation .hnf-tabs--ssr .hnf-tabs__tab--active::before { border-bottom: none; }

.hnf-tabs-navigation--collapsed { margin-bottom: 3rem; }

.hnf-tabs-navigation--collapsed .hnf-tabs .hnf-tabs__panel { opacity: 0; transform: scaleY(0); max-height: 0px; padding: 0px; transition: transform 200ms cubic-bezier(0.8, 0, 0, 1), max-height 200ms cubic-bezier(0.8, 0, 0, 1), opacity 100ms cubic-bezier(0.8, 0, 0, 1), padding 200ms cubic-bezier(0.8, 0, 0, 1); }

@media (prefers-reduced-motion: reduce) {
  .hnf-tabs-navigation--collapsed .hnf-tabs .hnf-tabs__panel { transition: none; }
}

.hnf-tabs-navigation--collapsed .hnf-dropdown { display: none; }

.hnf-tabs-navigation--collapsed .hnf-tabs__list .hnf-tab-highlight::after { border-bottom: none; }

.hnf-tabs-navigation--collapsed .hnf-tabs__tab--active { color: rgb(var(--colour-text-and-icon-3, 118, 118, 118)); cursor: pointer; }

.hnf-tabs-navigation--collapsed .hnf-tabs__tab--active:hover { color: rgb(var(--colour-text-and-icon-2, 72, 72, 72)); }

@media (min-width: 75em) {
  .hnf-tabs-navigation { display: flex; }
}

.hnf-tabs-navigation .hnf-tabs { width: 100%; }

.hnf-tabs-navigation .hnf-tabs__list { display: inline-flex; width: auto; }

.hnf-tabs-navigation .hnf-tabs .hnf-tabs__panel--hidden { display: none; }

.hnf-tabs-navigation__container { display: flex; align-items: flex-start; }

.hnf-tabs-navigation__level-up { margin-inline-end: 1.25rem; }

.hnf-tabs-navigation__current { display: flex; flex-shrink: 0; align-items: center; margin-block: 0.5rem 0px; margin-inline: 0px 2.5rem; padding-inline-end: 2rem; border-inline-end: 1px solid rgb(var(--colour-neutral-3, 223, 223, 223)); }

.hnf-tabs-navigation__current .hnf-tabs-navigation__card { font-weight: bold; max-width: 180px; }

.hnf-tabs-navigation__carousel-wrapper { min-height: 182px; min-width: 0px; width: 100%; }

.hnf-tabs-navigation__card { display: flex; flex-direction: column; align-items: center; font-size: 0.875rem; min-width: 100px; max-width: 130px; min-height: 136px; text-decoration: none; scroll-margin-top: 180px; }

.hnf-tabs-navigation__card--wide { max-width: 180px; }

.hnf-tabs-navigation__card__imagebox { border-radius: var(--product-image-radius-s, 4px); background-color: rgb(var(--colour-static-white, 255, 255, 255)); overflow: hidden; margin-bottom: 0.75rem; }

.hnf-tabs-navigation__card__imagebox--loading, .hnf-tabs-navigation__card .hnf-aspect-ratio-box--loading { display: none; }

.hnf-tabs-navigation__card > .hnf-skeleton { margin-bottom: 0.75rem; }

.hnf-tabs-navigation__card--rooms { width: 142px; max-width: 142px; text-align: center; }

.hnf-tabs-navigation__card--rooms .hnf-aspect-ratio-box { margin-bottom: 0.75rem; }

.hnf-tabs-navigation__card--products img { display: block; width: 80px; height: 80px; scale: var(--product-image-transform, none); object-fit: cover; }

.hnf-tabs-navigation__card--wide .hnf-aspect-ratio-box { margin-bottom: 0.75rem; width: 106px; }

.hnf-tabs-navigation__card > span { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-align: center; }

.hnf-tabs-navigation .hnf-carousel--dropdown-open .hnf-tabs-navigation__card--products[aria-expanded="false"] img { opacity: 0.33; }

.hnf-tabs-navigation .hnf-carousel--dropdown-open .hnf-tabs-navigation__card--products[aria-expanded="true"] span { text-decoration: underline; }

.hnf-tabs-navigation .hnf-carousel--dropdown-open .hnf-scroll-indicator__bar-wrapper, .hnf-tabs-navigation .hnf-carousel--dropdown-open .hnf-scroll-indicator__bar { background-color: rgba(0, 0, 0, 0); }

.hnf-tabs-navigation__textlinks, .hnf-tabs-navigation__section { min-height: 182px; color: rgb(var(--colour-text-and-icon-1, 17, 17, 17)); display: flex; }

.hnf-tabs-navigation__textlinks ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card, .hnf-tabs-navigation__section ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card { height: 182px; width: 320px; }

.hnf-tabs-navigation__textlinks ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card__title, .hnf-tabs-navigation__section ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card__title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.hnf-tabs-navigation__textlinks ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card__cta .hnf-content-card__btn, .hnf-tabs-navigation__section ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card__cta .hnf-content-card__btn { margin-top: auto; }

.hnf-tabs-navigation__textlinks ul li.hnf-links__group-label, .hnf-tabs-navigation__section ul li.hnf-links__group-label { font-weight: 700; }

.hnf-tabs-navigation__textlinks ul li.hnf-links__group-label a, .hnf-tabs-navigation__section ul li.hnf-links__group-label a { font-weight: 700; }

.hnf-tabs-navigation__textlinks ul li:not(:first-child), .hnf-tabs-navigation__section ul li:not(:first-child) { margin-top: 0.75rem; }

.hnf-tabs-navigation__textlinks ul li a.hnf-link, .hnf-tabs-navigation__section ul li a.hnf-link { text-decoration: none; color: rgb(var(--colour-text-and-icon-1, 17, 17, 17)); }

.hnf-tabs-navigation__textlinks ul li a.hnf-link--hotspot, .hnf-tabs-navigation__section ul li a.hnf-link--hotspot { font-weight: 700; font-size: 1.125rem; line-height: 1.45; }

.hnf-tabs-navigation__textlinks ul li a.hnf-link--highlight, .hnf-tabs-navigation__section ul li a.hnf-link--highlight { font-weight: 700; }

.hnf-tabs-navigation__textlinks ul li a.hnf-link:hover, .hnf-tabs-navigation__section ul li a.hnf-link:hover { text-decoration: underline; }

.hnf-tabs-navigation__textlinks ul { list-style-type: none; }

.hnf-tabs-navigation__textlinks ul:not(.hnf-tabs-navigation__promo-wrapper) { max-width: 280px; }

.hnf-tabs-navigation__textlinks ul:not(:first-child) { margin-inline-start: 4rem; }

.hnf-tabs-navigation__textlinks--compact ul:not(:first-child) { margin-inline-start: 2rem; }

@media (min-width: 1536px) {
  .hnf-tabs-navigation__textlinks--compact ul:not(:first-child) { margin-inline-start: 3rem; }
}

.hnf-tabs-navigation__section { gap: 2.5rem; }

@media (min-width: 1500px) {
  .hnf-tabs-navigation__section { gap: 4rem; }
}

.hnf-tabs-navigation__section ul { list-style-type: none; }

.hnf-tabs-navigation__section ul.hnf-links__group { flex-grow: 1; }

.hnf-tabs-navigation__section ul.hnf-links__hotspot { width: 280px; flex-shrink: 0; }

@media (min-width: 1500px) {
  .hnf-tabs-navigation__section ul.hnf-links__hotspot { width: 340px; }
}

.hnf-tabs-navigation__section ul.hnf-tabs-navigation__promo-wrapper { margin-inline-start: auto; }

.hnf-tabs-navigation__section ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card { height: 182px; width: 320px; }

.hnf-tabs-navigation__section ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card__title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

.hnf-tabs-navigation__section ul.hnf-tabs-navigation__promo-wrapper .hnf-content-card__cta .hnf-content-card__btn { margin-top: auto; }

.hnf-tabs-navigation__section--compact ul.hnf-tabs-navigation__promo-wrapper { display: none; }

@media (min-width: 1500px) {
  .hnf-tabs-navigation__section--compact ul.hnf-tabs-navigation__promo-wrapper { display: block; }
}

.hnf-dropdown { width: auto; min-width: 300px; max-width: none; font-size: 0.875rem; z-index: 100; top: var(--hnf-dropdown-top, 0); left: var(--hnf-dropdown-left, 0); }

.hnf-dropdown .hnf-list-box__body { max-height: none; }

.hnf-dropdown .hnf-list-box__body > div { display: flex; align-items: flex-start; }

.hnf-dropdown__promo-wrapper { width: 320px; margin-block: 2rem 2.5rem; margin-inline: 1rem 3rem; }

.hnf-dropdown__promo-wrapper__info { flex-grow: 0; }

.hnf-dropdown ul { list-style-type: none; padding-inline: 2.5rem 3rem; padding-block: 1.5rem 2rem; min-width: 150px; }

.hnf-dropdown ul.hnf-dropdown__explore-category { padding-block-end: 0px; font-weight: bold; }

.hnf-dropdown ul.hnf-dropdown__explore-category a { color: rgb(var(--colour-text-and-icon-1, 17, 17, 17)); }

.hnf-dropdown ul.hnf-dropdown__columns { width: 520px; columns: 200px 2; column-gap: 1.5rem; padding-block-start: 0px; }

.hnf-dropdown ul.hnf-dropdown__column { padding-block-start: 0px; }

.hnf-dropdown ul li { padding: 0.5rem 0px; break-inside: avoid; }

.hnf-dropdown ul li a { text-decoration: none; }

.hnf-dropdown ul li a:hover { text-decoration: underline; }

.hnf-simple-navigation { border-bottom: solid 1px rgb(var(--colour-neutral-2, 245, 245, 245)); margin-block-end: 3rem; width: 100%; }

.hnf-simple-navigation ul { display: flex; margin-inline-start: -1rem; }

.hnf-simple-navigation ul li { list-style-type: none; }

.hnf-simple-navigation ul li a { display: block; padding-block: 0.5rem 1rem; padding-inline: 1rem; font-size: 0.875rem; font-weight: 700; color: rgb(var(--colour-text-and-icon-1, 17, 17, 17)); text-decoration: none; }

.hnf-simple-navigation ul li a:hover { text-decoration: underline; }

[dir="rtl"] .hnf-tabs-navigation__level-up svg { transform: scaleX(-1); }