/* GLightbox tweaks for Pustaka Mane */
.glightbox-clean .gslide-description {
    background: rgba(15, 10, 40, 0.92);
    font-family: 'Inter', sans-serif;
    font-size: .9rem;
}

.pm-media-lightbox {
    display: block;
    cursor: zoom-in;
    text-decoration: none;
    color: inherit;
}

.about-hero-video-wrap--popup {
    position: relative;
    cursor: pointer;
}
.about-hero-video-wrap--popup:hover .about-video-play {
    transform: translate(-50%, -50%) scale(1.06);
    background: var(--pm-orange);
}
.about-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: rgba(91, 45, 142, 0.92);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
    transition: transform .2s ease, background .2s ease;
    pointer-events: none;
}
.about-hero-video--preview {
    pointer-events: none;
}

.bento-item .pm-media-lightbox {
    width: 100%;
    height: 100%;
}
.bento-item .pm-media-lightbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .25s ease;
}
.bento-item:hover .pm-media-lightbox img {
    transform: scale(1.03);
}

.news-frame .pm-media-lightbox {
    display: block;
    line-height: 0;
}
.news-frame .pm-media-lightbox .news-img {
    cursor: zoom-in;
    transition: opacity .2s ease;
}
.news-frame .pm-media-lightbox:hover .news-img {
    opacity: .92;
}
