/* Ẩn top image (thumbnail in post): Take A Look At Our New SIS @Binh Duong Blocks And Facilities! */
.single-post.postid-24341 .elementor-element.thumbnail-post {
    display: none;
}

.single-post .elementor-widget-theme-post-content .wp-block-image {
    position: relative;
    overflow: hidden;
}

.single-post .elementor-widget-theme-post-content .wp-block-image img {
    display: block;
    width: 100%;
}

.single-post .elementor-widget-theme-post-content .wp-block-image figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;

    padding: 0;
    margin: 0;
    background: var(--color-shadow-accent) !important;
    color: var(--color-white);
    text-shadow: none !important;

    visibility: hidden;

    font-weight: 700;
    font-style: normal;

    display: flex;
    align-items: center;
    justify-content: center;
}

.single-post .elementor-widget-theme-post-content .wp-block-image:hover figcaption {
    visibility: visible;
}

.single-post .elementor-widget-theme-post-content .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
    backdrop-filter: none !important;
}

/* The screen size from desktop to mobile */
@media (min-width: 1110px) {
    .single-post .elementor-widget-theme-post-content .wp-block-image:hover figcaption {
        font-size: 12px;
    }
}

@media (min-width: 1536px) {
    .single-post .elementor-widget-theme-post-content .wp-block-image:hover figcaption {
        font-size: 14px;
    }
}