.cg-6a8aadcc-grid-wrapper {
    width: 100%;
}
.cg-6a8aadcc-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cg-6a8aadcc-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
    text-decoration: none !important;
}
.cg-6a8aadcc-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.4s ease;
}
.cg-6a8aadcc-card.cg-has-zoom:hover .cg-6a8aadcc-bg {
    transform: scale(1.1);
}
.cg-6a8aadcc-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
    z-index: 2;
    display: flex;
    align-items: center;
}
.cg-6a8aadcc-title {
    margin: 0;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
