.pswp {
    --pswp-bg: #1d1713;
    --pswp-icon-color: #fff;
    --pswp-icon-color-secondary: rgba(29, 23, 19, 0.78);
    --pswp-error-text-color: #fff;
    z-index: 100000;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.pswp__custom-caption {
    position: absolute;
    right: 24px;
    bottom: 16px;
    left: 24px;
    max-width: 760px;
    margin: 0 auto;
    padding: 10px 14px;
    color: #fff;
    background: rgba(29, 23, 19, 0.76);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
    text-align: center;
    pointer-events: none;
}

.profile-main-image[data-photo-gallery-trigger] {
    cursor: zoom-in;
}

.profile-main-image[data-photo-gallery-trigger]:focus-visible {
    outline: 3px solid rgba(243, 106, 16, 0.72);
    outline-offset: 4px;
}

.photo-viewer-hidden-item {
    display: none !important;
}

@media (max-width: 720px) {
    .pswp__custom-caption {
        right: 10px;
        bottom: 10px;
        left: 10px;
        padding: 8px 11px;
        border-radius: 10px;
        font-size: 13px;
        line-height: 1.4;
    }
}
