.language-switcher {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 2.25rem;
    position: relative;
    color: var(--muted, var(--hp-muted, #64748b));
}

.language-switcher i {
    font-size: 1rem;
}

.language-switcher .form-select {
    width: auto;
    min-width: 8.5rem;
    max-width: 10rem;
    min-height: 2.25rem;
    padding-left: .75rem;
    padding-right: 2rem;
    border-radius: .5rem;
    border-color: var(--card-border, var(--hp-line, #dce3ee));
    color: var(--text, var(--hp-ink, #172033));
    background-color: var(--surface, #ffffff);
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.language-switcher .form-select option {
    color: #111827;
    background: #ffffff;
}

.navbar [data-guide="quick-actions"] {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.topbar-language-switcher {
    max-width: 11rem;
}

.public-language-switcher {
    padding-top: .25rem;
    padding-bottom: .25rem;
}

.public-language-switcher .language-switcher {
    max-width: 11rem;
}

.tour-card-actions {
    flex-wrap: wrap;
}

.tour-voice-button {
    min-width: 6.75rem;
}

@media (max-width: 991.98px) {
    .public-language-switcher {
        width: 100%;
    }

    .public-language-switcher .language-switcher,
    .public-language-switcher .form-select {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .navbar [data-guide="quick-actions"] {
        width: 100%;
        margin-top: .5rem;
        align-items: stretch !important;
    }

    .topbar-language-switcher,
    .topbar-language-switcher .form-select {
        width: 100%;
        max-width: none;
    }
}
