.swp-input--search {
    background: white !important;
}

.ct-pagination {
    margin-bottom: 20px;
}

.polylang-flags {
    position: absolute;
    display: inline-block;
    margin-left: 30px;
    padding: 0;
    list-style: none;
    z-index: 9999;
    top: 50px;
    background: #060606;
}

.polylang-flags .lang-item {
    display: none;
    list-style: none;
}

.polylang-flags .lang-item.current-lang {
    display: block;
}

.polylang-flags.is-open .lang-item {
    display: block;
}

.polylang-flags li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    padding: 2px 4px;
}

.polylang-flags .lang-flag {
    display: inline-block;
    width: 30px;
    height: auto;
}

.polylang-flags a:hover {
    color: #fff;
}

@media (max-width: 1024px) {
    .polylang-flags {
        position: relative;
        display: inline-block;
        left: 65px;
        padding: 0;
        list-style: none;
        z-index: 9999;
        top: -52px;
    }
}