.catr-switcher {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    vertical-align: middle;
}

.catr-globe {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f4f7f8;
    color: #173f42;
    font-size: 18px;
    line-height: 1;
}

.catr-globe svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.catr-switcher select {
    min-height: 36px;
    border: 1px solid #d7dee2;
    border-radius: 6px;
    background: #fff;
    color: #173f42;
    padding: 5px 30px 5px 10px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.catr-switcher-inline {
    flex-wrap: wrap;
}

.catr-lang-link {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 5px 9px;
    border-radius: 6px;
    text-decoration: none;
    color: inherit;
    font-weight: 700;
}

.catr-lang-link.is-active {
    background: #173f42;
    color: #fff;
    text-decoration: none;
}

.catr-menu-switcher {
    display: inline-flex;
    align-items: center;
}

.catr-wpresidence-header-switcher {
    display: inline-flex;
    align-items: center;
    margin-left: 12px;
}

.catr-wpresidence-mobile-switcher {
    display: flex;
    align-items: center;
    padding: 10px 16px;
}
