.gallery-grid-1c4bb36c {
    display: grid;
    width: 100%;
}

.gallery-card-1c4bb36c {
    display: flex;
    flex-direction: column;
}

.gallery-card-link-1c4bb36c {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.gallery-image-wrapper-1c4bb36c {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
    background-color: #f7f7f7;
    position: relative;
    /* aspect-ratio set by control inline styles */
}

.gallery-img-1c4bb36c {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-card-1c4bb36c:hover .gallery-img-1c4bb36c {
    transform: scale(1.03);
}

.gallery-title-1c4bb36c {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.3;
}

.gallery-subtitle-1c4bb36c {
    margin: 0;
    font-size: 0.85rem;
    color: #7A7A7A;
    line-height: 1.4;
}
