/* --------------------------------------------|
|                                              |
| Language switcher FLAGS                      |
|                                              |
|-------------------------------------------- */

.flags {
    line-height: 0;
    background-color: #15376e;
    display: flex;
    top: 0;
    position: absolute;
    right: 0;
    padding: 10px;
    width: 100px;
    height: 32px;
    z-index: 1000;
}
.gtranslate_wrapper {
    position: absolute;
    background-color: rgba(21, 55, 110, 0.1);
    display: flex;
    top: 0;
    right: 0;
    width: 100px;
    height: 38px;
    padding: 10px;
    z-index: 1000;
}
.gt_switcher_wrapper {
    top: 7px !important;
    right: 4px !important;
}
.gt_switcher_wrapper a.glink img {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}
@media only screen and (max-width: 990px) {
    .flags {
        background-color: rgba(21, 55, 110, 0.1);
    }
}

.flags ul {
    line-height: 0;
    display: flex;
    gap: 10px;
    margin-left: 0;
    margin-bottom: 0;
}

.flags li {
    line-height: 0;
    background-color: red;
    display: flex;
    position: static;
}

@media only screen and (max-width: 390px) {
    .flags {
        padding: 10px 25px 10px;
        width: unset;
    }
}
