.elementor-1292 .elementor-element.elementor-element-7a4266b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1292 .elementor-element.elementor-element-0b07213{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-6be8541 *//* Custom CSS for compact card layout */
.card {
    margin-bottom: 20px;
}

.compact-card {
    max-width: 300px; /* Adjust the max-width as needed */
}

.compact-card .card-body {
    padding: 10px;
}

.compact-card .card-title {
    font-size: 1rem;
    margin-bottom: 5px;
}

.compact-card .btn {
    font-size: 0.9rem;
}


.elementor-post__thumbnail {
    overflow: hidden;
    border-radius: 8px; /* Adjust the border-radius as needed for rounded corners */
}

.elementor-post__thumbnail-image {
    width: 100%; /* Make the image fill its container */
    height: auto;
    transition: transform 0.3s ease-in-out; /* Add a smooth transition effect */
}

.elementor-post:hover .elementor-post__thumbnail-image {
    transform: scale(1.1); /* Add a scale effect on hover */
}/* End custom CSS */