.wct-switcher {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.wct-switcher__item {
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 6px;
    color: inherit;
    display: inline-flex;
    font-size: 14px;
    gap: 6px;
    line-height: 1;
    min-height: 34px;
    padding: 8px 10px;
    text-decoration: none;
}

.wct-switcher__item:hover,
.wct-switcher__item:focus,
.wct-switcher__item.is-active {
    border-color: currentColor;
}

.wct-switcher__flag {
    display: block;
    flex: 0 0 auto;
}

body.wct-ltr {
    direction: ltr;
}

body.wct-rtl {
    direction: rtl;
}
