.decimes-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.35rem 0.55rem;
    border: 1px solid rgba(128, 128, 128, 0.35);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #26302d;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
    font: 500 0.78rem/1.2 system-ui, sans-serif;
}

.legal-language {
    display: flex;
    justify-content: flex-end;
    margin: 0.9rem 0 1.2rem;
}

.menu-links .decimes-language-switcher {
    margin-left: 0.5rem;
}

.nav-links .decimes-language-switcher {
    margin-left: 0.5rem;
}

#site-header .decimes-language-switcher {
    margin-left: auto;
    margin-right: 1rem;
}

.decimes-language-switcher span {
    white-space: nowrap;
}

.decimes-language-switcher select {
    min-width: 5.4rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
}

.decimes-language-switcher select:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

@media (max-width: 820px) {
    .menu-links .decimes-language-switcher,
    .nav-links .decimes-language-switcher {
        width: 100%;
        justify-content: space-between;
        margin: 0.35rem 0 0;
    }
}

.decimes-language-prompt {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 1rem;
    z-index: 10001;
    display: block;
    pointer-events: none;
}

.decimes-language-prompt-card {
    width: min(100%, 54rem);
    margin: 0 auto;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(215, 223, 217, 0.8);
    border-radius: 8px;
    background: #ffffff;
    color: #17322e;
    box-shadow: 0 10px 30px rgba(23, 50, 46, 0.18);
    font: 400 1rem/1.5 Outfit, system-ui, sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    pointer-events: auto;
}

.decimes-language-prompt-kicker {
    margin: 0 0 0.15rem;
    color: #9a6a2f;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.16em;
}

.decimes-language-prompt-card h2 {
    margin: 0;
    font: 600 1.35rem/1.05 'Cormorant Garamond', Georgia, serif;
}

.decimes-language-prompt-card p:not(.decimes-language-prompt-kicker) {
    margin: 0.25rem 0 0;
    color: #50615c;
}

.decimes-language-prompt-actions {
    display: flex;
    gap: 0.7rem;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.decimes-language-prompt-actions button {
    min-width: 5.5rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid #17322e;
    border-radius: 999px;
    background: #17322e;
    color: #ffffff;
    cursor: pointer;
    font: inherit;
}

.decimes-language-prompt-actions button:first-child {
    background: #ffffff;
    color: #17322e;
}

.decimes-language-prompt-actions .decimes-language-prompt-dismiss {
    border-color: #d7dfd9;
    background: #ffffff;
    color: #50615c;
}

.decimes-language-prompt-actions button:focus-visible {
    outline: 2px solid #9a6a2f;
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .decimes-language-prompt-card {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.8rem;
        padding: 1rem;
    }

    .decimes-language-prompt-card h2 {
        font-size: 1.5rem;
    }

    .decimes-language-prompt-actions button {
        flex: 1 1 8rem;
    }
}
