.yswcolorswatch .option-lightbox {
    display: block;
    width: 100%;
    border: none !important;
    border-radius: 0 !important;
    padding: 5px 2px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background: 0 !important;
}
/* .yswcolorswatch.selected .option-lightbox {display: block;} */
.ysw-cs-inner {position: relative;}
.option-lightbox img, .option-lightbox svg {max-width: 100%; max-height: 12px; display: block; margin: 0 auto;}

#contentNavFrame {position: relative;}

.sticky-left-nav-enabled #leftNavCell {
    position: sticky;
    top: 200px;
    left: 0;
}
#contentNavFrame-inner {clear: both; float: left; width: 100%;}

/* Improved Section Caption Styling */
.sectionCaption {
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #444 !important;
    padding: 15px 5% 25px 5% !important;  /* 5% side padding = 90% text width */
    margin: 0 auto !important;
}

/* Let child divs (buttons, links) extend to full width */
.sectionCaption > div {
    margin-left: -5% !important;
    margin-right: -5% !important;
    width: calc(100% + 10%) !important;
}

/* Bottom Content Area Styling */
.parasInner {
    font-family: Poppins, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.65 !important;
    color: #444 !important;
    padding: 25px 0 !important;
}

/* Tablet adjustments */
@media only screen and (max-width: 1280px) {
    .sectionCaption {
        padding: 15px 5% 25px 5% !important;
    }
    
    .parasInner {
        padding: 25px 10px !important;
    }
}

/* Mobile optimizations */
@media only screen and (max-width: 768px) {
    .sectionCaption {
        font-size: 15px !important;
        line-height: 1.6 !important;
        padding: 12px 5% 20px 5% !important;
    }
    
    .parasInner {
        font-size: 15px !important;
        line-height: 1.6 !important;
        padding: 20px 10px !important;
    }
}
