.tender-wpml-switcher{display:flex;align-items:center;color:#000}
.tender-wpml-empty{padding:10px 12px;border:1px dashed rgba(0,0,0,.25)}

/* LIST */
.tender-wpml-list{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0;list-style:none}
.tender-wpml-link{display:inline-flex;align-items:center;gap:10px;text-decoration:none;background:transparent;border:0;border-radius:0;padding:8px 12px;line-height:1;color:inherit}
.tender-wpml-item.is-active .tender-wpml-link{font-weight:600}
.tender-wpml-flag{width:18px;height:12px;border-radius:0;object-fit:cover;display:inline-block}

/* DROPDOWN */
.tender-wpml-dropdown{position:relative;display:inline-flex}
.tender-wpml-btn{display:inline-flex;align-items:center;gap:10px;background:transparent;border:0;border-radius:0;padding:8px 12px;cursor:pointer;line-height:1;color:inherit}
.tender-wpml-caret{width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor;opacity:.8}
.tender-wpml-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:100%;z-index:9999;background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.10);padding:6px;display:none}
.tender-wpml-dropdown.is-open .tender-wpml-menu{display:block}
.tender-wpml-option{display:flex;align-items:center;gap:10px;padding:8px 10px;text-decoration:none;color:inherit}
.tender-wpml-option:hover{background:rgba(0,0,0,.04)}
.tender-wpml-option.is-active{font-weight:600}
@media (max-width:767px){.tender-wpml-menu{min-width:220px}}
