/* Sunflower light marketplace-style header. */
.site-header.site-header--sunflower {
    --ms-header-green: #108138;
    --ms-header-green-dark: #0b6f2f;
    --ms-header-ink: #17241f;
    --ms-header-muted: #71877c;
    --ms-header-line: rgba(16, 129, 56, 0.13);
    --ms-header-soft: #f4fbf7;
    --ms-header-yellow: #f6c928;
    --ms-header-yellow-soft: #fff6bf;
    position: relative !important;
    z-index: 1200 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    box-shadow: 0 1px 0 rgba(16, 129, 56, 0.1), 0 14px 34px rgba(16, 67, 43, 0.06) !important;
    overflow: visible !important;
    isolation: isolate !important;
    font-family: Inter, sans-serif !important;
}

body.home-page .site-header.site-header--sunflower {
    position: sticky !important;
    top: 0 !important;
}

.site-header.site-header--sunflower *,
.site-header.site-header--sunflower *::before,
.site-header.site-header--sunflower *::after {
    box-sizing: border-box;
    letter-spacing: 0 !important;
}

.site-header--sunflower .site-header__top,
.site-header--sunflower .site-header__menu {
    width: min(calc(100% - clamp(1.25rem, 5vw, 5rem)), 88rem) !important;
    max-width: none !important;
    margin-inline: auto !important;
}

.site-header--sunflower .site-header__top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(1rem, 2.5vw, 2.6rem) !important;
    min-height: 4.85rem !important;
    padding: 0.72rem 0 0.62rem !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-header--sunflower .site-header__brand-search {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: center !important;
    gap: clamp(1.05rem, 2.4vw, 2.8rem) !important;
    min-width: 0 !important;
}

.site-header--sunflower .logo-block {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header--sunflower .logo-link,
.site-header--sunflower .site-brand-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.74rem !important;
    min-width: 0 !important;
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
    text-decoration: none !important;
}

.site-header--sunflower .site-brand-mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.85rem !important;
    height: 2.85rem !important;
    flex: 0 0 2.85rem !important;
    overflow: hidden !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    box-shadow: 0 10px 22px rgba(16, 129, 56, 0.08) !important;
}

.site-header--sunflower .site-brand-mark img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.site-header--sunflower .site-brand-word {
    display: inline-block !important;
    max-width: min(42vw, 18rem) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    font-size: clamp(1.02rem, 1.28vw, 1.34rem) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.site-header--sunflower .site-header-search {
    position: relative !important;
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 14rem !important;
    height: 3.25rem !important;
    margin: 0 !important;
}

.site-header--sunflower .site-header-search__icon {
    position: absolute !important;
    left: 1.18rem !important;
    top: 50% !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--ms-header-green) !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
}

.site-header--sunflower .site-header-search__icon svg,
.site-header--sunflower .site-header-search__icon svg path {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    fill: currentColor !important;
}

.site-header--sunflower .site-header-search input {
    width: 100% !important;
    height: 100% !important;
    padding: 0 1.2rem 0 3.25rem !important;
    border: 1.5px solid rgba(16, 129, 56, 0.18) !important;
    border-radius: 999px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 254, 247, 0.98)) !important;
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    box-shadow: 0 11px 26px rgba(16, 129, 56, 0.07) !important;
    font: inherit !important;
    font-size: 0.94rem !important;
    font-weight: 750 !important;
    outline: none !important;
}

.site-header--sunflower .site-header-search input::placeholder {
    color: rgba(42, 78, 61, 0.4) !important;
    -webkit-text-fill-color: rgba(42, 78, 61, 0.4) !important;
}

.site-header--sunflower .site-header-search:hover input,
.site-header--sunflower .site-header-search:focus-within input {
    border-color: rgba(16, 129, 56, 0.42) !important;
    box-shadow: 0 0 0 4px rgba(246, 201, 40, 0.18), 0 16px 32px rgba(16, 129, 56, 0.1) !important;
}

.site-header--sunflower .site-header-search__dropdown {
    z-index: 1500 !important;
    border-radius: 1rem !important;
}

.site-header--sunflower .site-header__quick-links,
.site-header--sunflower .site-header__auth-actions,
.site-header--sunflower .header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 0.8rem !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-header--sunflower .site-header__quick-links {
    flex-shrink: 0 !important;
}

.site-header--sunflower .site-language-switcher {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.12rem !important;
    min-height: 2.5rem !important;
    padding: 0.18rem !important;
    border: 1px solid rgba(16, 129, 56, 0.18) !important;
    border-radius: 0.95rem !important;
    background: rgba(236, 248, 241, 0.92) !important;
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86), 0 10px 22px rgba(16, 129, 56, 0.08) !important;
    font-weight: 900 !important;
    line-height: 1 !important;
}

.site-header--sunflower .site-language-switcher__icon,
.site-header--sunflower .site-language-switcher__caret {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    color: currentColor !important;
}

.site-header--sunflower .site-language-switcher__icon {
    width: 1.08rem !important;
    height: 1.08rem !important;
}

.site-header--sunflower .site-language-switcher__caret {
    width: 0.82rem !important;
    height: 0.82rem !important;
}

.site-header--sunflower .site-language-switcher svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.25 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.site-header--sunflower .site-language-switcher__links {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.16rem !important;
    min-width: 0 !important;
}

.site-header--sunflower .site-language-switcher__link,
.site-header--sunflower .site-language-switcher__link:visited {
    position: relative !important;
    inset: auto !important;
    grid-area: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 2.65rem !important;
    min-height: 2rem !important;
    padding: 0 0.72rem !important;
    border: 0 !important;
    border-radius: 0.72rem !important;
    background: transparent !important;
    color: rgba(47, 81, 65, 0.72) !important;
    -webkit-text-fill-color: rgba(47, 81, 65, 0.72) !important;
    font-size: 0.86rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: background 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease !important;
}

.site-header--sunflower .site-language-switcher__link.is-active {
    background: #ffffff !important;
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
    box-shadow: inset 0 0 0 1px rgba(16, 129, 56, 0.16), 0 6px 14px rgba(16, 129, 56, 0.14) !important;
}

.site-header--sunflower .site-language-switcher__link:not(.is-active) {
    background: transparent !important;
}

.site-header--sunflower .site-language-switcher__link:not(.is-active):hover,
.site-header--sunflower .site-language-switcher__link:not(.is-active):focus-visible {
    background: rgba(255, 255, 255, 0.56) !important;
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
    outline: none !important;
}

.site-header--sunflower .header-notify-btn,
.site-header--sunflower .header-notify-btn:visited {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    flex: 0 0 2.5rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transform: none !important;
}

.site-header--sunflower .header-notify-btn:hover,
.site-header--sunflower .header-notify-btn:focus-visible {
    background: rgba(16, 129, 56, 0.08) !important;
    outline: none !important;
}

.site-header--sunflower .header-notify-btn.is-active,
.site-header--sunflower .header-notify-btn.is-active:visited {
    background: var(--ms-header-green, #108138) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.site-header--sunflower .header-notify-btn.is-active:hover,
.site-header--sunflower .header-notify-btn.is-active:focus-visible {
    background: var(--ms-header-green-dark, #0b6f2f) !important;
}

.site-header--sunflower .header-notify-btn__icon,
.site-header--sunflower .header-notify-btn__icon svg {
    display: block !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.site-header--sunflower .header-notify-btn__badge {
    position: absolute !important;
    top: -0.12rem !important;
    right: -0.12rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 1.15rem !important;
    height: 1.15rem !important;
    padding: 0 0.3rem !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 999px !important;
    background: var(--ms-header-yellow, #f6c928) !important;
    color: #052f14 !important;
    -webkit-text-fill-color: #052f14 !important;
    font-family: inherit !important;
    font-size: 0.68rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 2px 5px rgba(16, 67, 43, 0.22) !important;
    text-align: center !important;
}

.site-header--sunflower .header-notify-btn__badge--dot {
    position: absolute !important;
    top: 0.25rem !important;
    right: 0.32rem !important;
    display: inline-flex !important;
    width: 0.52rem !important;
    min-width: 0.52rem !important;
    height: 0.52rem !important;
    padding: 0 !important;
    border: 2px solid #ffffff !important;
    border-radius: 999px !important;
    background: var(--ms-header-yellow) !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

.site-header--sunflower .header-notify-btn__badge[hidden]:not(.header-notify-btn__badge--dot) {
    display: none !important;
}

.site-header--sunflower .btn-login,
.site-header--sunflower .btn-login:visited,
.site-header--sunflower .user-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.52rem !important;
    min-height: 2.85rem !important;
    padding: 0 1.12rem 0 0.7rem !important;
    border: 1px solid rgba(16, 129, 56, 0.32) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
    box-shadow: none !important;
    font-size: 0.94rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
}

.site-header--sunflower .btn-login:hover,
.site-header--sunflower .btn-login:focus-visible,
.site-header--sunflower .user-toggle:hover,
.site-header--sunflower .user-toggle:focus-visible {
    border-color: rgba(246, 201, 40, 0.72) !important;
    box-shadow: 0 12px 24px rgba(16, 129, 56, 0.1), 0 0 0 3px rgba(246, 201, 40, 0.14) !important;
    outline: none !important;
}

.site-header--sunflower .btn-login__icon,
.site-header--sunflower .user-avatar {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.82rem !important;
    height: 1.82rem !important;
    flex: 0 0 1.82rem !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.site-header--sunflower .btn-login__icon {
    background: var(--ms-header-green, #108138) !important;
}

.site-header--sunflower .user-avatar {
    background: linear-gradient(90deg, var(--ms-header-green) 0%, var(--ms-header-green) 78%, var(--ms-header-yellow) 100%) !important;
}

.site-header--sunflower .btn-login__icon svg {
    width: 1.05rem !important;
    height: 1.05rem !important;
}

.site-header--sunflower .btn-login__icon svg path {
    fill: currentColor !important;
}

.site-header--sunflower .user-menu {
    position: relative !important;
    z-index: 20 !important;
    display: inline-flex !important;
    min-width: 0 !important;
}

.site-header--sunflower .user-avatar img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.site-header--sunflower .user-avatar-fallback {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-size: 0.7rem !important;
    font-weight: 900 !important;
}

.site-header--sunflower .user-meta {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.08rem !important;
    min-width: 0 !important;
}

.site-header--sunflower .user-greeting {
    display: none !important;
}

.site-header--sunflower .user-name {
    max-width: min(13rem, 18vw) !important;
    overflow: hidden !important;
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    font-weight: 900 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.site-header--sunflower .user-caret {
    margin-left: 0.1rem !important;
    border-top-color: currentColor !important;
}

.site-header--sunflower .user-dropdown {
    top: calc(100% + 0.62rem) !important;
    width: min(24rem, calc(100vw - 1rem)) !important;
    min-width: min(20rem, calc(100vw - 1rem)) !important;
    padding: 0 !important;
    border: 1px solid var(--ms-header-line) !important;
    border-radius: 1rem !important;
    background: #ffffff !important;
    box-shadow: 0 20px 42px rgba(16, 41, 39, 0.16) !important;
    overflow: hidden !important;
}

body .user-dropdown.user-dropdown--sunflower-portal {
    width: min(24rem, calc(100vw - 1rem)) !important;
    min-width: 0 !important;
    max-width: calc(100vw - 1rem) !important;
    padding: 0 !important;
    border: 1px solid var(--ms-header-line, rgba(16, 129, 56, 0.13)) !important;
    border-radius: 1rem !important;
    background: #ffffff !important;
    box-shadow: 0 20px 42px rgba(16, 41, 39, 0.16) !important;
    overflow: hidden !important;
}

.site-header--sunflower .user-menu.is-open .user-dropdown,
body .user-dropdown.user-dropdown--sunflower-portal.is-open-portal {
    display: block !important;
}

.site-header--sunflower .user-dropdown__header,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.75rem !important;
    min-height: 3.65rem !important;
    padding: 0.85rem 1rem !important;
    border-bottom: 1px solid var(--ms-header-line, rgba(16, 129, 56, 0.13)) !important;
    background: #ffffff !important;
}

.site-header--sunflower .user-dropdown__header strong,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__header strong {
    min-width: 0 !important;
    color: var(--ms-header-ink, #17241f) !important;
    -webkit-text-fill-color: var(--ms-header-ink, #17241f) !important;
    font-size: 1.02rem !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
}

.site-header--sunflower .user-dropdown__view-all,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__view-all {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.38rem !important;
    flex: 0 0 auto !important;
    min-width: 0 !important;
    color: var(--ms-header-green, #108138) !important;
    -webkit-text-fill-color: var(--ms-header-green, #108138) !important;
    font-size: 0.9rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.site-header--sunflower .user-dropdown__view-all:hover,
.site-header--sunflower .user-dropdown__view-all:focus-visible,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__view-all:hover,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__view-all:focus-visible {
    color: var(--ms-header-green-dark, #0b6f2f) !important;
    -webkit-text-fill-color: var(--ms-header-green-dark, #0b6f2f) !important;
    outline: none !important;
}

.site-header--sunflower .user-dropdown__view-icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__view-icon {
    display: inline-grid !important;
    width: 1.35rem !important;
    height: 1.35rem !important;
    flex: 0 0 1.35rem !important;
    place-items: center !important;
    border: 1.5px solid currentColor !important;
    border-radius: 999px !important;
}

.site-header--sunflower .user-dropdown__view-icon svg,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__view-icon svg {
    display: block !important;
    width: 0.78rem !important;
    height: 0.78rem !important;
    max-width: 0.78rem !important;
    max-height: 0.78rem !important;
    flex: 0 0 auto !important;
}

.site-header--sunflower .user-dropdown__actions,
body .user-dropdown.user-dropdown--sunflower-portal .user-dropdown__actions {
    display: grid !important;
    gap: 0.35rem !important;
    padding: 0.65rem !important;
}

.site-header--sunflower .user-action {
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
}

.site-header--sunflower .user-dropdown .user-action,
body .user-dropdown.user-dropdown--sunflower-portal .user-action {
    display: grid !important;
    grid-template-columns: 2.35rem minmax(0, 1fr) 1rem !important;
    align-items: center !important;
    gap: 0.7rem !important;
    min-width: 0 !important;
    min-height: 3.45rem !important;
    margin: 0 !important;
    padding: 0.58rem 0.7rem !important;
    border: 0 !important;
    border-radius: 0.85rem !important;
    background: transparent !important;
    color: var(--ms-header-ink, #17241f) !important;
    -webkit-text-fill-color: var(--ms-header-ink, #17241f) !important;
    box-shadow: none !important;
    text-align: left !important;
    text-decoration: none !important;
}

.site-header--sunflower .user-dropdown .user-action:hover,
.site-header--sunflower .user-dropdown .user-action:focus-visible,
.site-header--sunflower .user-dropdown .user-action.is-active,
.site-header--sunflower .user-dropdown .user-action[aria-current='page'],
body .user-dropdown.user-dropdown--sunflower-portal .user-action:hover,
body .user-dropdown.user-dropdown--sunflower-portal .user-action:focus-visible,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-active,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[aria-current='page'] {
    background: rgba(16, 129, 56, 0.08) !important;
    color: var(--ms-header-ink, #17241f) !important;
    -webkit-text-fill-color: var(--ms-header-ink, #17241f) !important;
    outline: none !important;
}

.site-header--sunflower .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__icon {
    display: inline-grid !important;
    width: 2.35rem !important;
    height: 2.35rem !important;
    flex: 0 0 2.35rem !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: rgba(16, 129, 56, 0.08) !important;
    color: var(--ms-header-green, #108138) !important;
    -webkit-text-fill-color: var(--ms-header-green, #108138) !important;
    box-shadow: none !important;
}

.site-header--sunflower .user-action__icon svg,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__icon svg {
    display: block !important;
    width: 1.05rem !important;
    height: 1.05rem !important;
    max-width: 1.05rem !important;
    max-height: 1.05rem !important;
}

.site-header--sunflower .user-dropdown .user-action.is-active .user-action__icon,
.site-header--sunflower .user-dropdown .user-action[aria-current='page'] .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-active .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[aria-current='page'] .user-action__icon {
    background: var(--ms-header-green, #108138) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(16, 129, 56, 0.22) !important;
}

.site-header--sunflower .user-dropdown .user-action.is-active .user-action__chevron,
.site-header--sunflower .user-dropdown .user-action.is-active .user-action__chevron svg,
.site-header--sunflower .user-dropdown .user-action[aria-current='page'] .user-action__chevron,
.site-header--sunflower .user-dropdown .user-action[aria-current='page'] .user-action__chevron svg,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-active .user-action__chevron,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-active .user-action__chevron svg,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[aria-current='page'] .user-action__chevron,
body .user-dropdown.user-dropdown--sunflower-portal .user-action[aria-current='page'] .user-action__chevron svg {
    color: var(--ms-header-green, #108138) !important;
    -webkit-text-fill-color: var(--ms-header-green, #108138) !important;
}

.site-header--sunflower .user-action__copy,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__copy {
    display: flex !important;
    min-width: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.16rem !important;
    line-height: 1.12 !important;
}

.site-header--sunflower .user-action__label,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__label {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: var(--ms-header-ink, #17241f) !important;
    -webkit-text-fill-color: var(--ms-header-ink, #17241f) !important;
    font-size: 0.92rem !important;
    font-weight: 900 !important;
    line-height: 1.12 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.site-header--sunflower .user-action__meta,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__meta {
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
    color: var(--ms-header-muted, #71877c) !important;
    -webkit-text-fill-color: var(--ms-header-muted, #71877c) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.site-header--sunflower .user-action__chevron,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__chevron {
    display: inline-grid !important;
    width: 1rem !important;
    height: 1rem !important;
    place-items: center !important;
    color: rgba(23, 36, 31, 0.36) !important;
    -webkit-text-fill-color: rgba(23, 36, 31, 0.36) !important;
}

.site-header--sunflower .user-action__chevron svg,
body .user-dropdown.user-dropdown--sunflower-portal .user-action__chevron svg {
    display: block !important;
    width: 0.9rem !important;
    height: 0.9rem !important;
    max-width: 0.9rem !important;
    max-height: 0.9rem !important;
}

.site-header--sunflower .user-action.is-destructive,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-destructive {
    margin-top: 0.1rem !important;
    background: rgba(186, 26, 26, 0.06) !important;
}

.site-header--sunflower .user-action.is-destructive .user-action__icon,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-destructive .user-action__icon {
    background: rgba(186, 26, 26, 0.1) !important;
    color: #ba1a1a !important;
    -webkit-text-fill-color: #ba1a1a !important;
}

.site-header--sunflower .user-action.is-destructive .user-action__label,
body .user-dropdown.user-dropdown--sunflower-portal .user-action.is-destructive .user-action__label {
    color: #8f1717 !important;
    -webkit-text-fill-color: #8f1717 !important;
}

.site-header--sunflower .site-header__menu {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: clamp(1rem, 2vw, 2.4rem) !important;
    min-height: 4.5rem !important;
    padding: 0 !important;
    border-top: 1px solid var(--ms-header-line) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

.site-header--sunflower .site-header__menu > .site-language-switcher--desktop {
    flex: 0 0 auto !important;
    margin-left: auto !important;
}

.site-header--sunflower .main-nav {
    display: flex !important;
    flex: 1 1 auto !important;
    align-items: stretch !important;
    gap: clamp(1rem, 1.85vw, 2.2rem) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.site-header--sunflower .main-nav .site-language-switcher--mobile {
    display: none !important;
}

.site-header--sunflower .main-nav__item {
    position: relative !important;
    display: inline-flex !important;
    align-items: stretch !important;
    flex: 0 0 auto !important;
}

.site-header--sunflower .main-nav__link,
.site-header--sunflower .main-nav a.main-nav__link,
.site-header--sunflower .main-nav a.main-nav__link:visited,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link:visited {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    min-height: 4.5rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: rgba(23, 36, 31, 0.62) !important;
    -webkit-text-fill-color: rgba(23, 36, 31, 0.62) !important;
    box-shadow: none !important;
    font-size: 0.94rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-shadow: none !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    filter: none !important;
}

.site-header--sunflower .main-nav__link::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 0.22rem !important;
    border-radius: 999px 999px 0 0 !important;
    background: var(--ms-header-green) !important;
    opacity: 0 !important;
    transform: scaleX(0.72) !important;
    transition: opacity 0.18s ease, transform 0.18s ease !important;
}

.site-header--sunflower .main-nav__link::after {
    content: none !important;
}

.site-header--sunflower .main-nav__label,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link .main-nav__label {
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    opacity: 1 !important;
}

.site-header--sunflower .main-nav__link:hover,
.site-header--sunflower .main-nav__link:focus-visible,
.site-header--sunflower .main-nav__link[aria-current="page"],
html body .site-header.site-header--sunflower .main-nav a.main-nav__link:hover,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link:focus-visible,
html body .site-header.site-header--sunflower .main-nav a.main-nav__link[aria-current="page"] {
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    outline: none !important;
}

.site-header--sunflower .main-nav__link:hover::before,
.site-header--sunflower .main-nav__link:focus-visible::before,
.site-header--sunflower .main-nav__link[aria-current="page"]::before {
    opacity: 1 !important;
    transform: scaleX(1) !important;
}

.site-header--sunflower .main-nav__submenu-caret {
    display: inline-flex !important;
    width: 0.82rem !important;
    height: 0.82rem !important;
    margin-left: 0.38rem !important;
    color: currentColor !important;
}

.site-header--sunflower .main-nav__submenu-caret svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.35 !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
}

.site-header--sunflower .main-nav__submenu {
    position: absolute !important;
    top: calc(100% + 0.62rem) !important;
    left: 50% !important;
    z-index: 80 !important;
    display: grid !important;
    width: min(19rem, calc(100vw - 2rem)) !important;
    padding: 0.55rem !important;
    border: 1px solid var(--ms-header-line) !important;
    border-radius: 1rem !important;
    background: #ffffff !important;
    box-shadow: 0 18px 38px rgba(16, 41, 39, 0.12) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translate(-50%, -0.35rem) !important;
}

.site-header--sunflower .main-nav__item--has-submenu:hover .main-nav__submenu,
.site-header--sunflower .main-nav__item--has-submenu:focus-within .main-nav__submenu {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translate(-50%, 0) !important;
}

.site-header--sunflower .main-nav__submenu-link,
.site-header--sunflower .main-nav__submenu-link:visited {
    display: flex !important;
    align-items: center !important;
    min-height: 2.7rem !important;
    padding: 0 0.8rem !important;
    border-radius: 0.72rem !important;
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    font-weight: 850 !important;
    text-decoration: none !important;
}

.site-header--sunflower .main-nav__submenu-link:hover,
.site-header--sunflower .main-nav__submenu-link:focus-visible {
    background: rgba(16, 129, 56, 0.08) !important;
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
    outline: none !important;
}

.site-header--sunflower .site-header-consultation-link,
.site-header--sunflower .main-nav a.site-header-consultation-link,
.site-header--sunflower .main-nav a.site-header-consultation-link:visited,
html body .site-header.site-header--sunflower .main-nav a.site-header-consultation-link,
html body .site-header.site-header--sunflower .main-nav a.site-header-consultation-link:visited {
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
}

.site-header--sunflower .site-header-consultation-link::after {
    content: none !important;
}

.site-header--sunflower .site-header__install-slot {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header--sunflower .site-header__install-slot:not(.is-visible) {
    display: none !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header,
.site-header--sunflower .pwa-install-btn.pwa-install-btn--header:visited {
    position: relative !important;
    inset: auto !important;
    z-index: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    min-height: 4.5rem !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    background-image: none !important;
    color: var(--ms-header-green) !important;
    -webkit-text-fill-color: var(--ms-header-green) !important;
    box-shadow: none !important;
    font-size: 0.92rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transform: none !important;
    animation: none !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header::before,
.site-header--sunflower .pwa-install-btn.pwa-install-btn--header::after {
    content: none !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header:hover,
.site-header--sunflower .pwa-install-btn.pwa-install-btn--header:focus-visible {
    color: var(--ms-header-ink) !important;
    -webkit-text-fill-color: var(--ms-header-ink) !important;
    box-shadow: none !important;
    outline: none !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header .pwa-install-btn__icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.15rem !important;
    height: 1.15rem !important;
    margin-right: 0.38rem !important;
    color: currentColor !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header .pwa-install-btn__icon svg {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* Compact layout style support */
.site-header--sunflower .site-header__install-slot.is-compact {
    flex: 0 0 auto !important;
    min-width: 2.85rem !important;
    margin-left: 0.5rem !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header.is-compact {
    width: 2.85rem !important;
    min-width: 2.85rem !important;
    height: 2.85rem !important;
    min-height: 2.85rem !important;
    padding: 0 !important;
    justify-content: center !important;
    border: 1px solid rgba(16, 129, 56, 0.2) !important;
    border-radius: 50% !important;
    background: var(--ms-header-soft) !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header.is-compact:hover,
.site-header--sunflower .pwa-install-btn.pwa-install-btn--header.is-compact:focus-visible {
    border-color: rgba(16, 129, 56, 0.42) !important;
    background: rgba(16, 129, 56, 0.08) !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header.is-compact .pwa-install-btn__text {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

.site-header--sunflower .pwa-install-btn.pwa-install-btn--header.is-compact .pwa-install-btn__icon {
    margin-right: 0 !important;
}


.site-header--sunflower .pwa-install-btn.pwa-install-btn--header .pwa-install-btn__text {
    color: currentColor !important;
    -webkit-text-fill-color: currentColor !important;
    white-space: nowrap !important;
}

.site-header--sunflower .mobile-nav-toggle {
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 0.24rem !important;
    width: 2.75rem !important;
    height: 2.75rem !important;
    flex: 0 0 2.75rem !important;
    border: 1px solid rgba(16, 129, 56, 0.18) !important;
    border-radius: 0.78rem !important;
    background: #ffffff !important;
    color: var(--ms-header-green) !important;
    box-shadow: none !important;
}

.site-header--sunflower .mobile-nav-toggle__line {
    width: 1.18rem !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: currentColor !important;
}

@media (max-width: 1320px) and (min-width: 1181px) {
    .site-header--sunflower .site-header__menu {
        gap: 1rem !important;
    }

    .site-header--sunflower .main-nav {
        gap: clamp(0.62rem, 1.2vw, 0.95rem) !important;
    }

    .site-header--sunflower .main-nav__link,
    html body .site-header.site-header--sunflower .main-nav a.main-nav__link {
        font-size: 0.9rem !important;
    }

    .site-header--sunflower .site-header-search {
        flex: 1 1 auto !important;
        width: auto !important;
        min-width: 12rem !important;
    }

    .site-header--sunflower .pwa-install-btn.pwa-install-btn--header {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 1180px) {
    .site-header--sunflower .site-header__top,
    .site-header--sunflower .site-header__menu {
        width: min(calc(100% - 1rem), 54rem) !important;
    }

    .site-header--sunflower .site-header__top {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-areas:
            "brand actions"
            "search search" !important;
        gap: 0.72rem !important;
        min-height: 0 !important;
        padding: 0.74rem 0 !important;
    }

    .site-header--sunflower .site-header__brand-search {
        display: contents !important;
    }

    .site-header--sunflower .logo-block {
        grid-area: brand !important;
        min-width: 0 !important;
    }

    .site-header--sunflower .site-header-search {
        grid-area: search !important;
        justify-self: stretch !important;
        width: 100% !important;
        min-width: 0 !important;
        height: 2.9rem !important;
        margin: 0 !important;
    }

    .site-header--sunflower .site-header-search__feedback {
        width: 100% !important;
    }

    .site-header--sunflower .site-header__quick-links {
        grid-area: actions !important;
        display: inline-flex !important;
        justify-self: end !important;
        align-items: center !important;
        gap: 0.55rem !important;
    }

    .site-header--sunflower .site-header__auth-actions,
    .site-header--sunflower .header-actions {
        gap: 0.5rem !important;
    }

    .site-header--sunflower .site-language-switcher--desktop {
        display: none !important;
    }

    .site-header--sunflower .mobile-nav-toggle {
        display: inline-flex !important;
        flex: 0 0 2.75rem !important;
        order: 2 !important;
    }

    .site-header--sunflower .site-header__menu {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0.48rem !important;
        min-height: 0 !important;
        padding: 0.58rem 0 0.62rem !important;
        border-top: 1px solid var(--ms-header-line) !important;
    }

    .site-header--sunflower .main-nav {
        display: none !important;
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 0 !important;
        padding: 0.35rem 0 !important;
    }

    .site-header--sunflower .main-nav.is-open {
        display: grid !important;
    }

    .site-header--sunflower .main-nav .site-language-switcher--mobile {
        display: inline-flex !important;
        width: fit-content !important;
        min-height: 2.5rem !important;
    }

    .site-header--sunflower .main-nav__item,
    .site-header--sunflower .main-nav__link {
        width: 100% !important;
    }

    .site-header--sunflower .main-nav__link,
    html body .site-header.site-header--sunflower .main-nav a.main-nav__link {
        justify-content: flex-start !important;
        min-height: 3rem !important;
        padding: 0 0.2rem !important;
    }

    .site-header--sunflower .main-nav__link::before {
        left: 0 !important;
        right: auto !important;
        width: 2.25rem !important;
    }

    .site-header--sunflower .main-nav__submenu {
        position: static !important;
        width: 100% !important;
        padding: 0.2rem 0 0.4rem 0.85rem !important;
        border: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    .site-header--sunflower .site-header__install-slot {
        width: 100% !important;
    }

    .site-header--sunflower .site-header__install-slot.is-visible {
        display: inline-flex !important;
        justify-content: stretch !important;
    }

    .site-header--sunflower .pwa-install-btn.pwa-install-btn--header {
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: 3rem !important;
        padding: 0 0.2rem !important;
    }
}

@media (max-width: 620px) {
    .site-header--sunflower .site-brand-mark {
        width: 2.35rem !important;
        height: 2.35rem !important;
        flex-basis: 2.35rem !important;
    }

    .site-header--sunflower .site-brand-word {
        max-width: 9.8rem !important;
        font-size: 0.92rem !important;
    }

    .site-header--sunflower .btn-login,
    .site-header--sunflower .user-toggle {
        width: 2.58rem !important;
        min-width: 2.58rem !important;
        min-height: 2.58rem !important;
        padding: 0 !important;
    }

    .site-header--sunflower .btn-login span:last-child,
    .site-header--sunflower .user-meta,
    .site-header--sunflower .user-caret {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: -1px !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0) !important;
        white-space: nowrap !important;
    }
}
