/* Preserve the original layout while accommodating all four language options. */
header .bottom .right .lang {
    display: flex;
    flex: 0 0 auto;
    white-space: nowrap;
}
header .bottom .right .menu li.mobile > a {
    white-space: nowrap;
}
.services-skill-list .wrapper > span {
    min-width: 0;
    overflow-wrap: anywhere;
}
footer a[href^="mailto:"] {
    overflow-wrap: anywhere;
}
@media (min-width: 993px) and (max-width: 1630px) {
    header .bottom .right .menu {
        display: flex;
        align-items: center;
    }
    header .bottom .right .menu > li {
        margin-right: 12px;
    }
    header .bottom .right .menu > li > a {
        font-size: 13px;
    }
    header .bottom .right .menu > li > a > span {
        font-size: 11px;
    }
    header .bottom .right .btn.appointment {
        margin-left: 12px;
        flex-shrink: 0;
    }
}
@media (max-width: 575px) {
    header .top {
        gap: 8px;
    }
    header .top .left {
        min-width: 0;
    }
    header .top .right {
        flex-shrink: 0;
        white-space: nowrap;
    }
    header .top .appointment {
        font-size: 11px;
        padding: 7px 10px;
    }
    header .bottom .right .menu li.mobile {
        margin-right: 8px;
    }
    header .bottom .right .menu li.mobile > a {
        font-size: 14px;
    }
    header .bottom .right .lang li {
        margin: 0 2px;
    }
    header .bottom .right .lang li a {
        font-size: 13px;
    }
    header .bottom .right .lang li + li a::before {
        margin-right: 4px;
        height: 15px;
    }
}
