/**
 * Theme Name: Dental clinic child
 * Template: dental-clinic
 * ...other header fields
 */

/* Simple horizontal layout for the Polylang switcher */
.slogan_wrap .slogan_wrap_inner .slogan_wrap_text > * {
    display: flex;
}

.header-lang-switcher {
    list-style: none;
    gap: 20px;
    align-items: baseline;
    justify-content: end;
}

.header-lang-switcher li {
    display: inline-block;
}

