.post-gallery-enhanced-main {
    cursor: zoom-in;
    border-radius: 0.75rem;
}

.post-media-block {
    max-width: 760px;
    margin: 0 0 1rem;
}

@media (max-width: 768px) {
    .post-media-block {
        max-width: 100%;
    }
}

.post-gallery-enhanced-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.post-gallery-thumb {
    border: 1px solid #cbd5e1;
    border-radius: 0.5rem;
    padding: 0;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.post-gallery-thumb.is-active {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 2px rgba(29, 78, 216, 0.2);
}

.post-gallery-thumb img {
    display: block;
    width: 110px;
    height: 110px;
    object-fit: cover;
}

.post-gallery-fullview {
    margin-top: 0.6rem;
}
