.elementor-17341 .elementor-element.elementor-element-6ab35bd > .elementor-container{max-width:1300px;}@media(min-width:768px){.elementor-17341 .elementor-element.elementor-element-7ddd1c6{width:27.543%;}.elementor-17341 .elementor-element.elementor-element-2d20dbf{width:72.123%;}}/* Start custom CSS for shortcode, class: .elementor-element-e92e144 *//* Styles for .details */
.details {
    font: white;
    color: white;
    margin-top: -60px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

/* Styles for .alm-layouts .alm-listing .alm-cta img */
.alm-layouts .alm-listing .alm-cta img {
    padding: 10px;
    width: 400px;
    object-fit: cover;
}

/* Styles for .thumbnail-container */
.thumbnail-container {
    height: 160px; 
    overflow: hidden;/* Ensure consistent height by hiding any overflow */
}

.thumbnail-container img {
    width: 100%;
}

/* Styles for #alm-cta and #details */
#alm-cta, #details {
    padding: 10px;
    margin: 10px;
}

/* Styles for .attachment-alm-cta .size-alm-cta */
.attachment-alm-cta .size-alm-cta {
    max-height: 100px;
}

/* Media query for mobile devices */
@media only screen and (max-width: 767px) {
    .h3 {
        font-size: 15px; /* Corrected font size */
    }

    .alm-layouts .alm-listing .alm-cta img {
        width: 320px;
        max-height: 250px;
        object-fit: cover;
    }
}/* End custom CSS */