/* ChromaSmoke11 – Styles */

.chroma-smoke-11-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.cs11-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    display: block;
}

.cs11-images-11 {
    display: none !important;
}

/* Lightbox */
.cs11-lightbox-11 {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
}

.cs11-lightbox-11.cs11-lb-open-11 {
    display: flex;
}

.cs11-lb-overlay-11 {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.cs11-lb-content-11 {
    position: relative;
    z-index: 1;
    max-width: 90vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.cs11-lb-img-11 {
    max-width: 90vw;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 4px;
    box-shadow: 0 8px 60px rgba(0,0,0,0.6);
}

.cs11-lb-close-11 {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    padding: 4px 8px;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.cs11-lb-close-11:hover {
    opacity: 1;
}

.cs11-lb-caption-11 {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0;
    opacity: 0.75;
}

/* Responsive */
@media (max-width: 768px) {
    .chroma-smoke-11-wrapper {
        min-height: 260px;
    }
}
