/* Hero slider shared styles for themes that do not load assets/style.css */

.hero-section {
    position: relative;
    width: 100%;
    height: var(--hero-height, 650px);
    overflow: hidden;
}

.hero-search-integrated .hero-background-swiper,
.hero-location-discovery .hero-background-swiper,
.hero-seasonal-themed .hero-background-swiper,
.hero-interactive-map .hero-background-swiper,
.hero-cinematic .hero-background-swiper {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.hero-search-integrated .hero-content,
.hero-location-discovery .hero-content,
.hero-seasonal-themed .hero-content,
.hero-interactive-map .hero-content,
.hero-cinematic .hero-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    pointer-events: none;
}

.hero-search-integrated .hero-content > *,
.hero-location-discovery .hero-content > *,
.hero-seasonal-themed .hero-content > *,
.hero-interactive-map .hero-content > *,
.hero-cinematic .hero-content > * {
    pointer-events: auto;
}

.hero-background-swiper,
.hero-slide {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.58) 100%);
    z-index: 2;
}

.hero-content {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes heroFadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.animate-fade-in-up { animation: heroFadeInUp 0.8s ease-out; }
.animate-fade-in-up-delay { animation: heroFadeInUp 0.8s ease-out 0.2s both; }
.animate-fade-in-up-delay-2 { animation: heroFadeInUp 0.8s ease-out 0.4s both; }

.hero-button-prev,
.hero-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 20;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.hero-button-prev { left: 30px; }
.hero-button-next { right: 30px; }

.hero-button-prev:hover,
.hero-button-next:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.08);
}

.hero-button-prev i,
.hero-button-next i {
    color: #fff;
    font-size: 20px;
}

.hero-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    gap: 10px;
}

.hero-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1 !important;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.6);
}

.hero-pagination .swiper-pagination-bullet-active {
    background: var(--brand-accent, #f59e0b) !important;
    width: 40px !important;
    border-radius: 7px !important;
    border-color: var(--brand-accent, #f59e0b) !important;
}

.hero-pagination .swiper-pagination-fraction {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: rgba(0, 0, 0, 0.35);
    padding: 8px 16px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.hero-pagination .swiper-pagination-progressbar {
    background: rgba(255, 255, 255, 0.3);
    height: 4px !important;
    width: min(240px, 60vw) !important;
    border-radius: 2px;
}

.hero-pagination .swiper-pagination-progressbar-fill {
    background: var(--brand-accent, #f59e0b) !important;
}

/* Cinematic variation */
.hero-overlay--cinematic {
    background:
        linear-gradient(120deg, rgba(4, 12, 32, 0.82) 0%, rgba(4, 12, 32, 0.35) 45%, rgba(4, 12, 32, 0.15) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 55%);
}

.hero-bg-image--kenburns {
    transform: scale(1.08);
    animation: heroKenBurns 14s ease-in-out infinite alternate;
}

@keyframes heroKenBurns {
    from { transform: scale(1.08); }
    to { transform: scale(1.18); }
}

.hero-slide-cinematic.active .hero-bg-image--kenburns,
.hero-slide-cinematic.swiper-slide-active .hero-bg-image--kenburns {
    animation-play-state: running;
}

.hero-cinematic-index {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    letter-spacing: 0.35em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.hero-title-cinematic {
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

/* Location discovery variation */
.hero-location-panel {
    align-items: flex-end;
    padding-bottom: 2.5rem;
}

.hero-location-panel__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.hero-location-panel__title {
    margin: 0 0 1.25rem;
    font-size: clamp(1.75rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #fff;
}

.hero-location-cards {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
}

.hero-location-card {
    flex: 0 0 auto;
    min-width: 180px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
    border-radius: 1rem;
    padding: 0.75rem;
    text-align: left;
    cursor: pointer;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.hero-location-card.is-active,
.hero-location-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.16);
}

.hero-location-card__thumb {
    display: block;
    width: 100%;
    height: 92px;
    border-radius: 0.75rem;
    background-size: cover;
    background-position: center;
    margin-bottom: 0.75rem;
}

.hero-location-card__label {
    display: block;
    color: #fff;
    font-weight: 700;
}

/* Seasonal variation */
.hero-overlay.hero-slide-seasonal + .hero-overlay,
.hero-seasonal-themed .hero-overlay {
    background:
        linear-gradient(135deg, rgba(180, 83, 9, 0.35) 0%, rgba(15, 23, 42, 0.72) 55%, rgba(2, 6, 23, 0.82) 100%);
}

.hero-seasonal-copy {
    max-width: 640px;
}

.hero-seasonal-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    font-weight: 700;
    margin-bottom: 1rem;
}

/* Interactive map variation */
.hero-map-overlay {
    align-items: center;
}

.hero-map-copy__eyebrow {
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.72);
}

.hero-map-stage {
    position: relative;
    width: min(420px, 42vw);
    aspect-ratio: 1;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(8, 18, 40, 0.55);
    backdrop-filter: blur(16px);
}

.hero-map-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.45;
}

.hero-map-pin {
    position: absolute;
    transform: translate(-50%, -50%);
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}

.hero-map-pin__pulse {
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--brand-accent, #f59e0b);
    box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.55);
    animation: heroMapPulse 2s infinite;
}

.hero-map-pin.is-active .hero-map-pin__pulse {
    box-shadow: 0 0 0 10px rgba(245, 158, 11, 0);
}

.hero-map-pin__label {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    padding: 0.35rem 0.65rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.82);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.hero-map-pin.is-active .hero-map-pin__label,
.hero-map-pin:hover .hero-map-pin__label {
    opacity: 1;
}

@keyframes heroMapPulse {
    0% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0.55); }
    70% { box-shadow: 0 0 0 16px rgba(245, 158, 11, 0); }
    100% { box-shadow: 0 0 0 0 rgba(245, 158, 11, 0); }
}

@media (max-width: 991px) {
    .hero-map-overlay .container {
        flex-direction: column;
        justify-content: center;
    }

    .hero-map-stage {
        width: min(100%, 360px);
    }

    .hero-button-prev,
    .hero-button-next {
        width: 46px;
        height: 46px;
    }

    .hero-button-prev { left: 16px; }
    .hero-button-next { right: 16px; }
}

/* Shared homepage hero shell (Classic + Overlay variants) */
.home-hero {
    position: relative;
    min-height: var(--home-hero-min-height, 560px);
    overflow: hidden;
}

.home-hero--classic {
    height: var(--hero-height, var(--home-hero-min-height, 560px));
    min-height: var(--hero-height, var(--home-hero-min-height, 560px));
}

.home-hero--classic .home-hero__stage {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
    overflow: hidden;
}

.home-hero--classic .home-hero__slide {
    position: relative;
    min-height: inherit;
    height: 100%;
    display: flex;
    align-items: stretch;
}

.home-hero--classic .home-hero__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.home-hero--classic .home-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.55) 100%);
    z-index: 1;
    pointer-events: none;
}

.home-hero--classic .home-hero__slide-copy {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: var(--home-hero-copy-max-width, 960px);
    margin: 0 auto;
    padding: var(--home-hero-copy-padding, 48px 24px);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: inherit;
}

.home-hero--classic .home-hero__slide-copy--centered {
    align-items: center;
    text-align: center;
}

.home-hero--classic .home-hero__title {
    margin: 0 0 16px;
    font-size: clamp(2.25rem, 5vw, 4rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 800;
    text-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.home-hero--classic .home-hero__description {
    margin: 0 0 24px;
    max-width: 720px;
    font-size: clamp(1.05rem, 2vw, 1.45rem);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}

.home-hero--classic .home-hero__cta-row--centered {
    justify-content: center;
}

.home-hero--classic .hero-button-prev,
.home-hero--classic .hero-button-next {
    color: #fff;
    z-index: 3;
}

.home-hero--classic .hero-pagination {
    z-index: 3;
}

.home-hero--overlay-search {
    overflow: visible;
    --home-hero-search-popover-gap: 8px;
    --home-hero-search-popover-z: 10060;
    --home-hero-search-popover-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
}

.home-hero--overlay-search .home-hero__stage {
    position: relative;
    min-height: var(--home-hero-min-height, 560px);
    width: 100%;
    overflow: hidden;
}

.home-hero--overlay-search .home-hero__bg-swiper {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.home-hero--overlay-search .home-hero__slide--bg {
    position: relative;
    min-height: var(--home-hero-min-height, 560px);
    height: 100%;
}

.home-hero--overlay-search .home-hero__bg {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.02);
}

.home-hero--overlay-search .home-hero__panel {
    position: relative;
    z-index: 2;
    max-width: var(--home-hero-copy-max-width, 1480px);
    width: 100%;
    margin: 0 auto;
    padding: var(--home-hero-copy-padding, 72px 28px 48px);
    color: #fff;
    pointer-events: none;
}

.home-hero--overlay-search .home-hero__panel > * {
    pointer-events: auto;
}

.home-hero--overlay-search .home-hero__slide-copy[data-home-hero-copy-index] {
    display: none;
}

.home-hero--overlay-search .home-hero__slide-copy.is-active {
    display: block;
}

.home-hero--overlay-search .home-hero__search-host {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: var(--home-hero-search-gap, 24px) 0 0;
    padding: 0;
    pointer-events: auto;
}

.home-hero--overlay-search .hero-button-prev,
.home-hero--overlay-search .hero-button-next {
    color: #fff;
    z-index: 3;
}

.home-hero--overlay-search .hero-pagination {
    z-index: 3;
}

.home-hero__kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-hero--overlay-search h1 {
    margin: 0 0 16px;
    font-size: clamp(2.5rem, 5vw, 4.15rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    font-weight: 800;
}

.home-hero__slide-copy p:last-of-type {
    margin: 0;
    max-width: 600px;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.88);
}

.home-hero__cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.home-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0.85rem 1.35rem;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-hero__cta--primary {
    background: var(--home-hero-cta-primary-bg, var(--brand-primary, #2563eb));
    color: var(--home-hero-cta-primary-text, #fff);
    border: 1px solid transparent;
}

.home-hero__cta--primary:hover {
    background: var(--home-hero-cta-primary-hover-bg, var(--brand-primary-dark, #1d4ed8));
    color: var(--home-hero-cta-primary-hover-text, #fff);
}

.home-hero__cta--soft {
    background: var(--home-hero-cta-soft-bg, rgba(255, 255, 255, 0.14));
    color: var(--home-hero-cta-soft-text, #fff);
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.home-hero__cta--soft:hover {
    background: var(--home-hero-cta-soft-hover-bg, rgba(255, 255, 255, 0.22));
    color: var(--home-hero-cta-soft-hover-text, #fff);
}

.home-hero__search {
    margin-top: auto;
    transform: translateY(var(--home-hero-search-offset, 32px));
    padding: 12px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--home-hero-search-shadow, 0 24px 60px rgba(15, 23, 42, 0.18));
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
    gap: 12px;
    overflow: visible;
}

.home-hero__search--no-guests {
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
}

.home-hero--overlay-search .home-hero__search {
    margin-top: 0;
    transform: none;
}

.home-hero__search-field {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 14px 16px;
    border-right: 1px solid rgba(231, 233, 240, 0.9);
    min-width: 0;
    cursor: default;
}

.home-hero__search-field:last-of-type {
    border-right: 0;
}

.home-hero__search-icon {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: rgba(37, 99, 235, 0.1);
    color: var(--brand-primary, #2563eb);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-hero__search-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.home-hero__search-label,
.home-hero__search-meta strong {
    font-size: 0.86rem;
    color: #101828;
}

.home-hero__search-meta input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #64748b;
    font-size: 0.92rem;
}

.home-hero__search-meta input[type="date"],
.home-hero__search-meta input[type="number"] {
    color: #23263a;
}

/* Homepage hero searchable location combobox */
.home-hero__search .fe-ss-hidden-select {
    display: none !important;
}

.home-hero__search-location {
    width: 100%;
    min-width: 0;
}

.home-hero__search .fe-searchable-select {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
}

.home-hero__search-location .fe-ss-control,
.home-hero__search-location .fe-ss-control:focus-within,
.home-hero__search-location .fe-ss-control[aria-expanded="true"],
.home-hero__search-field--location.home-hero__search-field--open .fe-ss-control {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0 !important;
    outline: none !important;
    background: transparent;
    box-shadow: none !important;
}

.home-hero__search-location .fe-ss-input,
.home-hero__search-location .fe-ss-input:hover,
.home-hero__search-location .fe-ss-input:focus,
.home-hero__search-location .fe-ss-input:focus-visible,
.home-hero__search-location .fe-ss-input:active,
.home-hero__search-field--location .home-hero__search-meta input,
.home-hero__search-field--location .home-hero__search-meta input:hover,
.home-hero__search-field--location .home-hero__search-meta input:focus,
.home-hero__search-field--location .home-hero__search-meta input:focus-visible,
.home-hero__search-field--location .home-hero__search-meta input:active {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0 !important;
    outline: none !important;
    background: transparent;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.35;
    box-shadow: none !important;
}

.home-hero__search-location .fe-ss-input::placeholder {
    color: #94a3b8;
}

.home-hero__search-location .fe-ss-input:focus,
.home-hero__search-location .fe-ss-input:focus-visible,
.home-hero__search-location .fe-ss-input:active,
.home-hero__search-field--location .home-hero__search-meta input:focus,
.home-hero__search-field--location .home-hero__search-meta input:focus-visible,
.home-hero__search-field--location .home-hero__search-meta input:active {
    color: #101828;
}

.home-hero__search-location .fe-ss-arrow {
    display: none;
}

.home-hero__search-location .fe-ss-clear {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: #f1f5f9;
    color: #64748b;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.home-hero__search-location .fe-ss-clear::before {
    content: "\00d7";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.home-hero__search-location .fe-ss-clear:hover {
    background: #e2e8f0;
    color: #334155;
}

.home-hero__search-location .fe-ss-clear[hidden] {
    display: none !important;
}

.home-hero__search-location .fe-ss-dropdown {
    position: static;
    z-index: 10050;
}

.home-hero__search .fe-ss-listbox {
    display: none;
    max-height: min(360px, 52vh);
    overflow-y: auto;
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
    color: #101828;
}

.home-hero__search .fe-ss-dropdown.fe-ss-open .fe-ss-listbox,
.home-hero__search .fe-ss-listbox.fe-ss-open {
    display: block;
}

.home-hero__search .fe-ss-option,
.home-hero__search-popover .fe-ss-option {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.home-hero__search .fe-ss-highlight,
.home-hero__search-popover .fe-ss-highlight {
    background: #fef08a;
    color: inherit;
    padding: 0;
}

.home-hero__search .fe-ss-empty,
.home-hero__search-popover .fe-ss-empty {
    padding: 0.85rem 1rem;
    color: #64748b;
    font-size: 0.875rem;
}

.home-hero__date-trigger,
.home-hero__guest-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #64748b;
    font-size: 0.92rem;
    text-align: left;
    cursor: pointer;
    outline: none;
}

.home-hero__date-trigger:focus-visible,
.home-hero__guest-trigger:focus-visible {
    outline: 2px solid rgba(15, 23, 42, 0.22);
    outline-offset: 2px;
}

.home-hero__date-trigger-text,
.home-hero__guest-trigger-text {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-hero__date-trigger-chevron,
.home-hero__guest-trigger-chevron {
    flex-shrink: 0;
    font-size: 0.72rem;
    color: #94a3b8;
}

.home-hero__search-popover,
.home-hero__date-popover,
.home-hero__guest-popover {
    position: fixed;
    z-index: var(--home-hero-search-popover-z, 10060);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: var(--home-hero-search-popover-shadow, 0 18px 40px rgba(15, 23, 42, 0.16));
    color: #101828;
}

.home-hero__search-popover.fe-ss-listbox {
    display: none;
    max-height: min(360px, 52vh);
    overflow-y: auto;
    margin: 0;
    padding: 0.35rem 0;
    list-style: none;
    z-index: calc(var(--home-hero-search-popover-z, 10060) + 1);
}

.home-hero__search-popover.fe-ss-listbox.fe-ss-open {
    display: block !important;
}

.home-hero__guest-popover-inner {
    padding: 0.85rem 1rem;
}

.home-hero__guest-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 0.75rem;
    color: #101828;
    font-size: 0.92rem;
}

.home-hero__guest-row:last-child {
    margin-bottom: 0;
}

.home-hero__guest-row-label {
    font-weight: 600;
}

.home-hero__guest-stepper {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.home-hero__guest-stepper-btn {
    border: 0;
    border-radius: 18px;
    background: var(--home-hero-search-submit-bg, var(--brand-primary, #2563eb));
    color: var(--home-hero-search-submit-text, #fff);
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease;
}

.home-hero__guest-stepper-btn:hover:not(:disabled) {
    background: var(--home-hero-search-submit-hover-bg, var(--brand-primary-dark, #1d4ed8));
}

.home-hero__guest-stepper-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.65);
    outline-offset: 2px;
}

.home-hero__guest-stepper-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.home-hero__guest-stepper-input {
    width: 3rem;
    min-width: 3rem;
    height: 2.5rem;
    margin: 0;
    padding: 0 0.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    color: #101828;
    font-size: 0.92rem;
    font-weight: 800;
    text-align: center;
    transition: color 0.2s ease;
    -moz-appearance: textfield;
    appearance: textfield;
}

.home-hero__guest-stepper-input::-webkit-outer-spin-button,
.home-hero__guest-stepper-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.home-hero__guest-stepper-input:focus,
.home-hero__guest-stepper-input:focus-visible {
    outline: none;
    box-shadow: none;
    color: var(--home-hero-search-submit-bg, var(--brand-primary, #2563eb));
}

.home-hero__date-status {
    margin: 0.5rem 0 0;
    font-size: 0.82rem;
    color: #b45309;
}

.home-hero__search-field--dates,
.home-hero__search-field--guests,
.home-hero__search-field--location {
    cursor: pointer;
    user-select: none;
}

.home-hero__search-field--location .fe-ss-control,
.home-hero__search-field--location .fe-ss-input {
    pointer-events: auto;
    cursor: text;
    user-select: text;
}

.home-hero__search-field--dates .home-hero__date-trigger,
.home-hero__search-field--guests .home-hero__guest-trigger {
    pointer-events: none;
}

.home-hero__search-field--location .fe-ss-clear {
    pointer-events: auto;
    cursor: pointer;
    user-select: none;
}

.custom-calendar__day--in-range {
    background: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

.home-hero__search-submit {
    border: 0;
    padding: 0 34px;
    border-radius: 18px;
    background: var(--home-hero-search-submit-bg, var(--brand-primary, #2563eb));
    color: var(--home-hero-search-submit-text, #fff);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.home-hero__search-submit:hover {
    background: var(--home-hero-search-submit-hover-bg, var(--brand-primary-dark, #1d4ed8));
}

.home-hero__search-discovery-shell {
    position: relative;
    width: 100%;
}

.home-hero__search--discovery,
.home-hero__search--hybrid {
    display: grid;
    gap: 12px;
}

.home-hero__search--discovery {
    grid-template-columns: minmax(0, 1fr);
    padding: 10px 10px 12px;
    gap: 10px;
    border-radius: 20px;
}

.home-hero__search--hybrid {
    grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr)) auto;
}

.home-hero__search--hybrid.home-hero__search--no-guests {
    grid-template-columns: minmax(0, 1.2fr) repeat(2, minmax(0, 1fr)) auto;
}

.home-hero__search-tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 6px;
    grid-column: 1 / -1;
    margin: 0;
    padding: 0 0 2px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
}

.home-hero__search-tabs::-webkit-scrollbar {
    display: none;
}

.home-hero__discovery-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
    padding: 0.42rem 0.78rem;
    border: 1px solid rgba(231, 233, 240, 0.95);
    border-radius: 999px;
    background: #f8fafc;
    color: #475467;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    scroll-snap-align: start;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-hero__discovery-tab i {
    font-size: 0.72rem;
    opacity: 0.9;
}

.home-hero__discovery-tab.is-active,
.home-hero__discovery-tab.active {
    background: var(--home-hero-search-submit-bg, var(--brand-primary, #2563eb));
    border-color: transparent;
    color: #fff;
}

.home-hero__search-discovery-row {
    display: flex;
    align-items: stretch;
    gap: 0;
    min-width: 0;
    border: 1px solid rgba(231, 233, 240, 0.95);
    border-radius: 16px;
    background: #f8fafc;
    overflow: hidden;
}

.home-hero__search-field--keyword {
    border-right: 0;
}

.home-hero__search-field--keyword-wide {
    min-width: 0;
}

.home-hero__search--discovery .home-hero__search-field--keyword {
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    padding: 8px 10px 8px 12px;
    border: 0;
    border-bottom: 0;
    background: transparent;
}

.home-hero__search--discovery .home-hero__search-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 0.85rem;
}

.home-hero__search--discovery .home-hero__search-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-hero__search--discovery .home-hero__search-meta {
    flex: 1 1 auto;
    gap: 0;
    min-width: 0;
}

.home-hero__keyword-input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: #101828;
    font-size: 0.95rem;
    line-height: 1.35;
}

.home-hero__keyword-input::placeholder {
    color: #94a3b8;
}

/* Override theme-default global input:focus accent ring inside hero search */
body.theme-default .home-hero__search--discovery .home-hero__keyword-input:focus,
body.theme-default .home-hero__search--discovery .home-hero__keyword-input:focus-visible,
body.theme-default .home-hero__search--hybrid .home-hero__keyword-input:focus,
body.theme-default .home-hero__search--hybrid .home-hero__keyword-input:focus-visible,
body.theme-default .home-hero__search--discovery .home-hero__search-meta input:focus,
body.theme-default .home-hero__search--discovery .home-hero__search-meta input:focus-visible,
body.theme-default .home-hero__search--hybrid .home-hero__search-meta input:focus,
body.theme-default .home-hero__search--hybrid .home-hero__search-meta input:focus-visible,
.home-hero__search--discovery .home-hero__keyword-input:focus,
.home-hero__search--discovery .home-hero__keyword-input:focus-visible,
.home-hero__search--hybrid .home-hero__keyword-input:focus,
.home-hero__search--hybrid .home-hero__keyword-input:focus-visible,
.home-hero__search--discovery .home-hero__search-meta input:focus,
.home-hero__search--discovery .home-hero__search-meta input:focus-visible,
.home-hero__search--hybrid .home-hero__search-meta input:focus,
.home-hero__search--hybrid .home-hero__search-meta input:focus-visible {
    outline: none !important;
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

body.theme-default .home-hero__search--discovery .home-hero__search-discovery-row:focus-within,
body.theme-default .home-hero__search--hybrid .home-hero__search-field--keyword-wide:focus-within,
.home-hero__search--discovery .home-hero__search-discovery-row:focus-within,
.home-hero__search--hybrid .home-hero__search-field--keyword:focus-within {
    border-color: var(--brand-primary, #2563eb) !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14) !important;
}

.home-hero__search--discovery .home-hero__search-submit {
    flex: 0 0 auto;
    align-self: center;
    min-height: 44px;
    margin: 4px;
    padding: 0 1.35rem;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.home-hero__search-discovery-shell .search-results-container {
    position: fixed;
    z-index: calc(var(--home-hero-search-popover-z, 10060) + 1);
}

/* Discovery keyword suggest popover (ported to body) */
.home-hero__search-suggest {
    position: fixed;
    z-index: calc(var(--home-hero-search-popover-z, 10060) + 2);
    pointer-events: auto;
}

.home-hero__search-suggest-panel {
    display: flex;
    flex-direction: column;
    max-height: min(60vh, 440px);
    overflow: hidden;
    border: 1px solid rgba(231, 233, 240, 0.98);
    border-top: 0;
    border-radius: 0 0 18px 18px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(16, 24, 40, 0.14);
}

.home-hero__search-suggest[data-home-hero-popover-placement="above"] .home-hero__search-suggest-panel {
    border-top: 1px solid rgba(231, 233, 240, 0.98);
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -16px 36px rgba(16, 24, 40, 0.12);
}

.home-hero__search-suggest-panel--error {
    border-top: 1px solid rgba(231, 233, 240, 0.98);
    border-radius: 0 0 18px 18px;
}

.home-hero__search-suggest-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 8px 10px;
    padding: 10px 12px;
    border-bottom: 1px solid #eef2f7;
    background: #f8fafc;
}

.home-hero__search-suggest-head-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #344054;
    min-width: 0;
}

.home-hero__search-suggest-head-hint {
    font-size: 0.72rem;
    color: #94a3b8;
    white-space: nowrap;
}

.home-hero__search-suggest-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #64748b;
    cursor: pointer;
}

.home-hero__search-suggest-close:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.home-hero__search-suggest-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

.home-hero__search-suggest-option {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 11px 14px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.15s ease;
}

.home-hero__search-suggest-option:last-child {
    border-bottom: 0;
}

.home-hero__search-suggest-option:hover,
.home-hero__search-suggest-option.is-active {
    background: #f8fafc;
}

.home-hero__search-suggest-thumb {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    background: #e2e8f0;
    flex-shrink: 0;
}

.home-hero__search-suggest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-hero__search-suggest-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.home-hero__search-suggest-title {
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.35;
    color: #101828;
}

.home-hero__search-suggest-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    font-size: 0.74rem;
    color: #64748b;
}

.home-hero__search-suggest-meta-sep {
    opacity: 0.7;
}

.home-hero__search-suggest-rating {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.home-hero__search-suggest-rating i {
    color: #f59e0b;
    font-size: 0.68rem;
}

.home-hero__search-suggest-type {
    display: inline-flex;
    align-items: center;
    padding: 1px 6px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 0.68rem;
    font-weight: 700;
}

.home-hero__search-suggest-excerpt {
    font-size: 0.74rem;
    line-height: 1.35;
    color: #94a3b8;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-hero__search-suggest-price {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1px;
    font-size: 0.88rem;
    font-weight: 800;
    color: #0f766e;
    white-space: nowrap;
}

.home-hero__search-suggest-price-unit {
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
}

.home-hero__search-suggest-highlight {
    background: rgba(37, 99, 235, 0.14);
    color: inherit;
    border-radius: 2px;
    padding: 0 1px;
}

.home-hero__search-suggest-footer {
    padding: 10px 12px;
    border-top: 1px solid #eef2f7;
    background: #f8fafc;
}

.home-hero__search-suggest-see-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
    border: 0;
    border-radius: 12px;
    background: var(--home-hero-search-submit-bg, var(--brand-primary, #2563eb));
    color: #fff;
    font-size: 0.84rem;
    font-weight: 700;
    cursor: pointer;
}

.home-hero__search-suggest-see-all:hover {
    background: var(--home-hero-search-submit-hover-bg, var(--brand-primary-dark, #1d4ed8));
}

.home-hero__search-suggest-group-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 14px;
    background: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.home-hero__search-suggest-group-label {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #475467;
}

.home-hero__search-suggest-group-link {
    border: 0;
    background: transparent;
    color: var(--brand-primary, #2563eb);
    font-size: 0.74rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.home-hero__search-suggest-empty,
.home-hero__search-suggest-error {
    padding: 24px 16px;
    text-align: center;
    color: #64748b;
}

.home-hero__search-suggest-empty i,
.home-hero__search-suggest-error i {
    display: block;
    margin-bottom: 8px;
    font-size: 1.25rem;
}

.home-hero__search-suggest-did-you-mean {
    margin-top: 10px;
    border: 0;
    background: transparent;
    color: var(--brand-primary, #2563eb);
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

.home-hero__search-suggest-skeleton {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #f1f5f9;
}

.home-hero__search-suggest-skeleton-thumb,
.home-hero__search-suggest-skeleton-line {
    display: block;
    border-radius: 10px;
    background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 45%, #eef2f7 100%);
    background-size: 200% 100%;
    animation: home-hero-search-suggest-shimmer 1.2s ease-in-out infinite;
}

.home-hero__search-suggest-skeleton-thumb {
    width: 56px;
    height: 56px;
}

.home-hero__search-suggest-skeleton-lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
}

.home-hero__search-suggest-skeleton-line {
    height: 10px;
    width: 100%;
}

.home-hero__search-suggest-skeleton-line--title {
    height: 12px;
    width: 72%;
}

@keyframes home-hero-search-suggest-shimmer {
    0% { background-position: 100% 0; }
    100% { background-position: -100% 0; }
}

.home-hero__search-discovery-shell:has(.home-hero__search-discovery-row:focus-within) {
    position: relative;
    z-index: calc(var(--home-hero-search-popover-z, 10060) + 1);
}

@media (max-width: 768px) {
    .home-hero__search-suggest-panel {
        max-height: min(58vh, 380px);
        border-radius: 0 0 16px 16px;
    }

    .home-hero__search-suggest[data-home-hero-popover-placement="above"] .home-hero__search-suggest-panel {
        border-radius: 16px 16px 0 0;
    }

    .home-hero__search-suggest-head {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .home-hero__search-suggest-head-hint {
        display: none;
    }

    .home-hero__search-suggest-option {
        grid-template-columns: 48px minmax(0, 1fr);
        grid-template-rows: auto auto;
        gap: 8px 10px;
    }

    .home-hero__search-suggest-thumb {
        width: 48px;
        height: 48px;
        border-radius: 10px;
    }

    .home-hero__search-suggest-price {
        grid-column: 2;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        justify-content: flex-start;
    }

    .home-hero__search-suggest-excerpt {
        display: none;
    }
}

@media (min-width: 769px) {
    .home-hero__search-tabs {
        flex-wrap: wrap;
        overflow-x: visible;
        scroll-snap-type: none;
    }

    .home-hero__discovery-tab {
        font-size: 0.82rem;
        padding: 0.45rem 0.85rem;
    }

    .home-hero__search--discovery .home-hero__search-discovery-row {
        min-height: 56px;
    }

    .home-hero__search--discovery .home-hero__search-submit {
        min-width: 118px;
    }
}

@media (max-width: 991px) {
    .home-hero__search--discovery {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 991px) {
    .home-hero__search--hybrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero__search--hybrid .home-hero__search-field--keyword-wide {
        grid-column: 1 / -1;
    }

    .home-hero__search--hybrid .home-hero__search-submit {
        grid-column: 1 / -1;
    }
}

@media (max-width: 991px) {
    .home-hero__search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-hero__search-submit {
        min-height: 64px;
    }
}

@media (max-width: 768px) {
    .home-hero,
    .home-hero--overlay-search .home-hero__stage,
    .home-hero--overlay-search .home-hero__slide--bg {
        min-height: 640px;
    }

    .home-hero--overlay-search .home-hero__panel {
        padding: var(--home-hero-copy-padding-mobile, 56px 16px 24px);
    }

    .home-hero--overlay-search .home-hero__search-host {
        margin-top: var(--home-hero-search-gap-mobile, 20px);
    }

    .home-hero--classic .home-hero__slide-copy {
        padding: 40px 16px;
    }

    .home-hero__search {
        grid-template-columns: 1fr;
        transform: translateY(28px);
    }

    .home-hero--overlay-search .home-hero__search {
        transform: none;
    }

    .home-hero__search--hybrid,
    .home-hero__search-discovery-row {
        grid-template-columns: 1fr;
    }

    .home-hero__search--discovery {
        grid-template-columns: minmax(0, 1fr);
        padding: 8px 8px 10px;
        gap: 8px;
    }

    .home-hero__search--discovery .home-hero__search-discovery-row {
        flex-direction: column;
        gap: 8px;
        border: 0;
        background: transparent;
        overflow: visible;
    }

    .home-hero__search--discovery .home-hero__search-field--keyword {
        padding: 8px 10px;
        border: 1px solid rgba(231, 233, 240, 0.95);
        border-radius: 14px;
        background: #f8fafc;
    }

    .home-hero__search--discovery .home-hero__search-field--keyword:focus-within {
        border-color: var(--brand-primary, #2563eb) !important;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.14) !important;
    }

    .home-hero__search--discovery .home-hero__search-discovery-row:focus-within {
        border-color: transparent;
        box-shadow: none;
    }

    .home-hero__search--discovery .home-hero__search-icon {
        width: 32px;
        height: 32px;
    }

    .home-hero__search--discovery .home-hero__keyword-input {
        font-size: 1rem;
    }

    .home-hero__search--hybrid .home-hero__search-submit,
    .home-hero__search-discovery-row .home-hero__search-submit {
        grid-column: auto;
    }

    .home-hero__search--discovery .home-hero__search-submit {
        width: 100%;
        min-height: 48px;
        margin: 0;
        border-radius: 14px;
    }

    .home-hero__search-field {
        border-right: 0;
        border-bottom: 1px solid rgba(231, 233, 240, 0.9);
    }

    .home-hero__search--discovery .home-hero__search-field {
        border-bottom: 0;
    }

    .home-hero__search-submit {
        min-height: 56px;
    }
}

/* Home hero validation toasts (matches Theme Options / AdminToolbar notification surface) */
.frontend-admin-toolbar__notification {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    left: auto;
    top: auto;
    transform: translateY(12px) scale(0.98);
    width: min(92vw, 26rem);
    max-width: min(92vw, 26rem);
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
    box-shadow: 0 24px 64px rgba(15, 23, 42, 0.24);
    border: 1px solid rgba(15, 23, 42, 0.1);
    backdrop-filter: blur(18px) saturate(1.14);
    -webkit-backdrop-filter: blur(18px) saturate(1.14);
    opacity: 0;
    transition: opacity 0.22s cubic-bezier(0.22, 1, 0.36, 1), transform 0.22s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: calc(var(--home-hero-search-popover-z, 10060) + 2);
}

.frontend-admin-toolbar__notification.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.frontend-admin-toolbar__notification.is-dismissing {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
}

.frontend-admin-toolbar__notification.is-info {
    border-left: 5px solid #3b82f6;
}

.frontend-admin-toolbar__notification.is-success {
    border-left: 5px solid #10b981;
}

.frontend-admin-toolbar__notification.is-warning {
    border-left: 5px solid #f59e0b;
}

.frontend-admin-toolbar__notification.is-error {
    border-left: 5px solid #ef4444;
}

.frontend-admin-toolbar__notification-content {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

.frontend-admin-toolbar__notification-text strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.frontend-admin-toolbar__notification-text p {
    margin: 0;
    color: #4b5563;
    font-size: 0.95rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.frontend-admin-toolbar__notification-close {
    margin-left: auto;
    width: 2rem;
    height: 2rem;
    border-radius: 9999px;
    border: 0;
    background: rgba(255, 255, 255, 0.66);
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
    flex: 0 0 auto;
}

.frontend-admin-toolbar__notification-close:hover,
.frontend-admin-toolbar__notification-close:focus-visible {
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    transform: translateY(-1px);
    outline: none;
}

.frontend-admin-toolbar__notification-icon {
    flex: 0 0 auto;
    font-size: 1.15rem;
    margin-top: 0;
}

.frontend-admin-toolbar__icon--info {
    color: #3b82f6;
}

.frontend-admin-toolbar__icon--success {
    color: #10b981;
}

.frontend-admin-toolbar__icon--warning {
    color: #f59e0b;
}

.frontend-admin-toolbar__icon--error {
    color: #ef4444;
}
