/* --- NEO block base styles --- */
.neo-badge{
    display:inline-block;
    background:#111;
    color:#fff;
    border-radius:3px;
    padding:2px 6px;
    font-size:11px;
    line-height:1;
}

/* Container widths */
.neo-ws-block .swiper-container{
    width:100%;
}

/* ---- LARGE GALLERY (cover) ---- */
.neo-ws-block .neo-images-large{
    background:#fff;   /* solid backdrop */
    overflow:hidden;   /* clip during slide transitions */
}

/* Before Swiper initializes, show the first slide */
.neo-ws-block .neo-images-large:not(.swiper-initialized) .swiper-slide:first-child{
    opacity:1 !important;
    position:relative;
    z-index:1;
}

/* Vertical centering of slides */
.neo-ws-block .neo-images-large .swiper-wrapper{
    align-items:center;
}

/* Slides: flex center, neutral background */
.neo-ws-block .neo-images-large .swiper-slide{
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    min-height:1px;
}

/* Keep images contained inside 400px height */
.neo-ws-block .neo-images-large .swiper-slide img{
    max-height:400px;
    max-width:100%;
    height:auto;
    width:auto;
    display:block;
}

/* ---- THUMBNAILS ---- */
.neo-ws-block .neo-thumbs .thumb-container img{
    display:block;
    width:100%;
    height:auto;
}

/* Uniform square thumbs */
.neo-thumbs .swiper-slide{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    box-sizing:border-box;
    overflow:hidden;
    border:1px solid #eee;
    border-radius:4px;
    background:#fff;
}
.neo-thumbs .thumb-container{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}
.neo-thumbs .thumb-container img{
    max-width:100%;
    max-height:100%;
    object-fit:contain;
}

/* Active thumb outline */
.neo-ws-block .neo-thumbs .swiper-slide-thumb-active .thumb-container img{
    outline:2px solid rgba(0,0,0,.25);
    outline-offset:2px;
}

/* Smaller nav buttons (optional) */
.neo-ws-block .swiper-button-inner-prev,
.neo-ws-block .swiper-button-inner-next{
    width:34px;
    height:34px;
}




/* NEO – general features under title */
.neo-general-features {
    margin-top: .25rem;
}
.neo-general-features .neo-gf-inner {
    font-size: .95rem;
    color: #444;
    line-height: 1.4;
}
.neo-general-features .neo-gf-inner ul {
    margin: .35rem 0 .25rem;
    padding-left: 1.1rem;
}
.neo-general-features .neo-gf-inner li {
    margin: .15rem 0;
}
