/* Language switcher. Two languages means two flag buttons and no dropdown;
   the multi-language dropdown was removed along with Bootstrap's JavaScript. */
.app-language-switcher {
    display: inline-flex;
    align-items: center;
}

.app-language-flag-button {
    display: inline-flex;
    min-width: 2.4rem;
    height: 2rem;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.45rem;
}

.app-language-flag-image {
    display: block;
    width: 1.35rem;
    height: 0.9rem;
    object-fit: cover;
    border-radius: 0.15rem;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}
