.pl-grid-b5e19cc2 {
    display: grid;
    /* Grid columns and gap are now managed by Elementor layout controls */
}
.pl-item-b5e19cc2 {
    display: flex;
    flex-direction: column;
}
.pl-image-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.pl-image-wrapper img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.pl-content-wrapper {
    padding: 15px 0;
}
.pl-title {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}
.pl-title a {
    text-decoration: none;
    color: inherit;
}
.pl-read-more {
    font-weight: bold;
    text-decoration: none;
}