.gallery-wrapper-4c1fbd09 .gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.gallery-wrapper-4c1fbd09 .gallery-item {
    overflow: hidden;
    border-radius: 4px;
    display: block;
}

.gallery-wrapper-4c1fbd09 .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 4/3;
    transition: transform 0.3s ease;
}

.gallery-wrapper-4c1fbd09 .gallery-item img:hover {
    transform: scale(1.03);
}

.gallery-wrapper-4c1fbd09 .gallery-item.hide-item {
    display: none !important;
}

.gallery-wrapper-4c1fbd09 .gallery-btn-wrapper {
    text-align: center;
    margin-top: 25px;
}

.gallery-wrapper-4c1fbd09 .gallery-loadmore-btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease, opacity 0.3s ease;
}

.gallery-wrapper-4c1fbd09 .gallery-loadmore-btn:hover {
    opacity: 0.9;
}
