.re-grid-6a001f9a {
    display: grid;
    width: 100%;
}

.re-card-6a001f9a {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.re-card-6a001f9a:hover {
    transform: translateY(-5px);
}

.re-card-image-wrapper-6a001f9a {
    position: relative;
    width: 100%;
    padding-top: 66.67%; /* 3:2 Aspect Ratio */
    overflow: hidden;
    background-color: #f0f0f0;
}

.re-card-image-6a001f9a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.re-card-content-6a001f9a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.re-date-6a001f9a {
    font-size: 0.85em;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.re-title-6a001f9a {
    margin: 0;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3;
}
