.afbc-events-listv {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;  
}
.afbc-events-listv .afbc-event-item {
    padding: 21px;
    border-radius: var(--af_diagonal_radius);
    background-color: white;
    box-shadow: var(--shadow_md);
    padding-top: 28px;
}