
.nwc-content-carousel {
    position: relative;
    transition: opacity .15s;
}
.nwc-content-carousel.loading {
    opacity: 0.5;
    pointer-events: none;
}

.nwc-content-carousel__category-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
    list-style: none !important;
    padding: 0;
    margin: 0 0 30px;
}
.nwc-content-carousel__category-filter li {
    padding: 0 !important;
    margin: 0 !important;
}
.nwc-content-carousel__category-filter li::marker {
    display: none;
}
.nwc-content-carousel__category-filter li button {
    color: #999;
    cursor: pointer;
    position: relative;
    z-index: 2;
    padding: 0px 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 40px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    background: #fff;
    white-space: nowrap;
    min-height: 40px;
    vertical-align: middle;
    text-transform: uppercase;
    transition: color .15s, background .15s, box-shadow .15s;
}
.nwc-content-carousel__category-filter li button:hover,
.nwc-content-carousel__category-filter li button.category-active {
    color: #000;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13);
}

.nwc-content-carousel__items {

}
.nwc-content-carousel__items .nwc-content-carousel__item {
    display: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding: 0 !important;
}
.nwc-content-carousel__items .nwc-content-carousel__item.category-active {
    display: block;
}
.nwc-content-carousel__items .nwc-content-carousel__item .featured-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    position: relative;
}
.nwc-content-carousel__items .nwc-content-carousel__item .entry-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
}
.nwc-content-carousel__items .nwc-content-carousel__item .entry-title {
    color: inherit !important;
}
.nwc-content-carousel__items .splide__arrow {
    height: 3em;
    width: 3em;
}
.nwc-content-carousel__items .splide__arrow:disabled {
    opacity: 0;
}
