/* ACF Thumbnail Carousel - base styles */

.ntc-wrap {
    width: 100%;
}

.ntc-main img {
    width: 100%;
    height: auto;
    display: block;
}

.ntc-thumbs {
    margin-top: 8px;
}

.ntc-thumbs .swiper-slide {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.ntc-thumbs .swiper-slide:hover {
    opacity: 0.8;
}

.ntc-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.ntc-thumbs img {
    width: 100%;
    height: 70px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Loading state on grid cards while popup content fetches */
.nuel-popup-loading {
    opacity: 0.6;
    pointer-events: none;
}

/* Clickable card affordance */
[data-post-id] {
    cursor: pointer;
}

/* Optional: nav arrow sizing on main carousel */
.ntc-main .swiper-button-prev,
.ntc-main .swiper-button-next {
    color: #333;
}
