.acf-post-object-list-2ae1163a {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    /* Columns and gap are set via Elementor controls */
}

.acf-post-object-list-2ae1163a .post-item {
    display: flex;
    flex-direction: column;
}

.acf-post-object-list-2ae1163a a,
.acf-post-object-list-2ae1163a .post-content {
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.acf-post-object-list-2ae1163a .post-image {
    margin-bottom: 10px;
    width: 100%;
}

.acf-post-object-list-2ae1163a .post-image img {
    width: 100%;
    /* Height is controlled via Elementor settings */
    display: block;
    object-fit: cover;
}

.acf-post-object-list-2ae1163a .post-title {
    font-weight: 500;
}