/* ALTAHANY_GALLERY_PREMIUM_V10_30_3F_2 */

.ath-photo-open,
.ath-cover-button,
.ath-album-image {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.ath-photo-open::after,
.ath-cover-button::after,
.ath-album-image::after {
    content: "altahany.com";
    position: absolute;
    inset-inline-end: 10px;
    bottom: 9px;
    z-index: 5;
    padding: 5px 9px;
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 999px;
    background: rgba(17,14,10,.4);
    color: rgba(255,255,255,.94);
    font: 700 11px/1 Arial, sans-serif;
    letter-spacing: .04em;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    backdrop-filter: blur(5px);
    pointer-events: none;
}

.ath-photo-open img,
.ath-cover-button img,
.ath-album-image > img {
    transition: transform .45s ease;
}

.ath-photo-card:hover .ath-photo-open img,
.ath-selected-album:hover .ath-cover-button img,
.ath-album-card:hover .ath-album-image > img {
    transform: scale(1.03);
}

[data-ath-pswp] {
    cursor: zoom-in;
}

.pswp__bg {
    background: rgba(12,10,8,.97);
}

.ath-pswp-caption {
    position: absolute;
    bottom: 18px;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%);
    max-width: min(82vw,760px);
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(0,0,0,.46);
    color: #fff;
    font: 600 13px/1.5 Arial,sans-serif;
    text-align: center;
    pointer-events: none;
}

@media(max-width:640px) {
    .ath-photo-open::after,
    .ath-cover-button::after,
    .ath-album-image::after {
        inset-inline-end: 7px;
        bottom: 7px;
        padding: 4px 7px;
        font-size: 10px;
    }

    .ath-pswp-caption {
        bottom: 10px;
        max-width: 90vw;
        font-size: 12px;
    }
}

@media(prefers-reduced-motion:reduce) {
    .ath-photo-open img,
    .ath-cover-button img,
    .ath-album-image > img {
        transition: none;
    }
}
