.state-shell {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
    padding: 24px 16px;
}

.state-card {
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    max-width: 420px;
    padding: 24px 20px;
    width: 100%;
}

.state-kicker {
    color: #64748b;
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.state-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.state-primary-link,
.state-secondary-link {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    min-height: 44px;
    min-width: 138px;
    padding: 0 18px;
    text-decoration: none;
}

.state-primary-link {
    background: linear-gradient(135deg, #1a73e8, #1557b0);
    color: #ffffff;
}

.state-secondary-link {
    background: #eef3fb;
    color: #212529;
}

.state-meta {
    margin-top: 14px;
}

.hero-mobile .hero-title {
    background: transparent;
    border: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    max-width: none;
    outline: 0;
    padding: 0;
    width: auto;
}

#blazor-error-ui {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 8px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    right: 0;
    z-index: 2000;
}

#blazor-error-ui .reload {
    font-weight: 700;
    margin-left: 1rem;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

.hero-subtitle {
    white-space: normal;
}

.destinations-scroll {
    margin-left: 0;
}

.vc-switch {
    background-color: var(--VC-BRAND, #07c160);
    border-radius: 0.30769231em;
    bottom: auto !important;
    box-shadow: 0 0 0.61538462em rgba(0, 0, 0, 0.4);
    color: #fff;
    display: block;
    font-size: 1.07692308em;
    left: auto !important;
    line-height: 1;
    padding: 0.61538462em 1.23076923em;
    position: fixed !important;
    right: 20px !important;
    top: 20px !important;
    z-index: 10000;
}
