.lubelski-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 999999;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.lubelski-lightbox.is-open {
    display: flex;
}

.lubelski-lightbox__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 95vw;
}

.lubelski-lightbox img {
    width: auto;
    height: auto;
    max-width: 95vw;
    max-height: 85vh;
    object-fit: contain;
    border: 2px solid #e8b84a;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(255, 150, 0, 0.3);
}

.lubelski-lightbox__caption {
    margin: 12px 0 0;
    padding: 8px 16px;
    max-width: 95vw;
    color: #e8c878;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    display: none;
}

.lubelski-lightbox__close {
    position: absolute;
    top: 16px;
    right: 24px;
    color: #e8b84a;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
}

.lubelski-lightbox__close:hover {
    color: #fff;
}

#rotator.lubelski-rotator {
    position: relative;
    overflow: hidden;
}

#rotator.lubelski-rotator ul li span {
    display: none;
}

#rotator.lubelski-rotator ul li .lubelski-rotator-link {
    display: block;
    width: 530px;
    height: 160px;
    line-height: 0;
    overflow: hidden;
    background: #0d0806;
    border: 1px solid #5a3a1a;
}

#rotator.lubelski-rotator ul li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #0d0806;
    border: none;
    cursor: pointer;
}

.lubelski-rotator-nav {
    position: absolute;
    right: 26px;
    bottom: 6px;
    z-index: 1000000;
    display: flex;
    align-items: center;
    gap: 2px;
    line-height: 0;
}

.lubelski-rotator-nav a {
    display: inline-block;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.lubelski-rotator-nav a:hover {
    opacity: 1;
}

.lubelski-rotator-nav img {
    display: block;
    border: none;
    background: transparent;
}
