.uv-banner-section {
    position: relative;
}

.uv-banner-wrapper {
    z-index: 4;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 575px;
    justify-content: center;
}

.uv-banner-overlay {

    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: .5;
    z-index: -1;
}

.banner-bg {
    position: absolute;
    height: 100%;
    top: 0px;
    width: 100%;
    object-fit: cover;
    z-index: -2;
}

.uv-banner-wrapper .banner-title {
    color: #fff;
    margin: 0px;

}

.uv-banner-wrapper .banner-subtitle {
    color: #fff;
    margin-top: 0px;
    margin-bottom: .7em;
}

.uv-banner-wrapper .uv-banner-contet * {
    color: #fff;
    max-width: 700px;
}

.uv-banner-wrapper .uv-buttons {
    display: flex;
    gap: 15px;
}

.uvwp-post-filters {
    display: grid;
    grid-template-columns: minmax(180px, 300px) minmax(180px, 300px);
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.uvwp-category-filter {
    position: relative;
    z-index: 5;
    width: min(100%, 300px);
}

.uvwp-category-filter--language {
    justify-self: end;
}

.uvwp-category-filter__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    background: #f8f8f8;
    color: #111;
    cursor: pointer;
    font: inherit;
    text-align: left;
    text-transform: uppercase;
}

.uvwp-category-filter__label {
    color: #8c8c8c;
    font-size: 12px;
    font-weight: 700;
}

.uvwp-category-filter__selected {
    flex: 1;
    margin-left: 4px;
    font-size: 12px;
    font-weight: 800;
}

.uvwp-category-filter__chevron {
    width: 10px;
    height: 10px;
    margin-left: 12px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(-45deg);
}

.uvwp-category-filter:not(.is-open) .uvwp-category-filter__chevron {
    transform: rotate(135deg);
}

.uvwp-category-filter__menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 14px 12px;
    border: 1px solid #e5e5e5;
    border-top: 0;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .12);
}

.uvwp-category-filter__option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-height: 34px;
    margin: 0;
    padding: 8px 0;
    border: 0;
    background: transparent;
    color: #555;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
}

.uvwp-category-filter__option input {
    width: 18px;
    height: 18px;
    margin: 0;
    accent-color: #8E00D8 !important;
}

.uvwp-category-filter__option:hover,
.uvwp-category-filter__option:focus,
.uvwp-category-filter__option.is-selected {
    color: #111;
}

.uvwp-post-card-hidden {
    display: none !important;
}

.uvwp-carousel-language-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 16px;
    margin-bottom: 24px;
}

.uvwp-carousel-language-filter__button {
    min-height: 26px;
    padding: 7px 12px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #111;
    cursor: pointer;
    font: inherit;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.uvwp-carousel-language-filter__button:hover,
.uvwp-carousel-language-filter__button:focus,
.uvwp-carousel-language-filter__button.is-active {
    background: #f0f0f0;
}

.uvwp-post-load-more-wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}

.uvwp-post-empty-state {
    max-width: 640px;
    margin: 50px auto;
    padding: 34px 28px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .12);
    text-align: center;
}

.uvwp-post-empty-state p {
    margin: 0;
    color: #111;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 600px) {
    .uv-banner-wrapper {
        min-height: 375px;
    }

    .uvwp-post-filters {
        grid-template-columns: 1fr;
    }

    .uvwp-category-filter--language {
        justify-self: stretch;
    }

    .uvwp-category-filter {
        width: 100%;
    }
}
