/* Public language switch */
.ib-site-header .ibh-public-nav a.ibh-language-switch {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 40px;
    padding: 8px 12px !important;
    border: 1px solid #d6dfeb;
    border-radius: 10px;
    background: #fff;
    color: #102342 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    white-space: nowrap;
    text-decoration: none;
}
.ib-site-header .ibh-public-nav a.ibh-language-switch:hover {
    background: #fff3e8;
    border-color: #ff7918;
}
.ib-site-header .ibh-public-nav a.ibh-language-switch:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}
@media (max-width: 1180px) {
    .ib-site-header .ibh-public-nav a.ibh-language-switch {
        align-self: flex-start;
        margin-block-end: 8px;
    }
}
