.global-lightbox-modal .modal-content {
    background: #0f172a;
    border: 0;
    border-radius: 14px;
}

.global-lightbox-modal .modal-header {
    border-bottom-color: rgba(255, 255, 255, 0.12);
}

.global-lightbox-viewer {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.global-lightbox-image {
    max-width: 100%;
    max-height: 70vh;
    object-fit: contain;
    border-radius: 8px;
}

.global-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 0;
    background: rgba(15, 23, 42, 0.6);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.global-lightbox-prev { left: 8px; }
.global-lightbox-next { right: 8px; }

.global-lightbox-counter {
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
}
