/* TEASER POST - CARD */

.lgt-airc-post-card {
    position: relative;
}

.lgt-airc-post-card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--wp--preset--color--light);
    padding: var(--wp--preset--spacing--md);
    border-bottom-left-radius: var(--wp--custom--border-radius--md);
    border-bottom-right-radius: var(--wp--custom--border-radius--md);
}
/* END - TEASER POST - CARD */

/* Template SINGLE / SINGLE-EVENTI */
.lgt-airc-post-hero {
    background-image: url('../images/BG-hero_eventi.png');
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-top: var(--wp--preset--spacing--xxl);
}

.lgt-airc-post .lgt-airc-post-hero-content :is(.wp-block-post-terms, .wp-block-post-title, .wp-block-html, .wp-block-heading, .wp-block-paragraph) {
    max-width: 50%;
}

.lgt-airc-post .lgt-airc-post-content-wrapper {
    padding-top: var(--wp--preset--spacing--xxl);
    padding-bottom: var(--wp--preset--spacing--xxl);
}

.lgt-airc-post .lgt-airc-post-content .featured-video {
    max-height: 80vh;
    overflow: hidden;
}

.lgt-airc-post .lgt-airc-post-content .featured-video video {
    background-color: var(--wp--preset--color--black);
    object-fit: contain;
}

@media (max-width: 767px) {
    .lgt-airc-post-hero {
        padding-top: var(--wp--preset--spacing--md);
        padding-bottom: calc(var(--wp--preset--spacing--xxl) * 2);
    }

    .lgt-airc-post .lgt-airc-post-hero-content :is(.wp-block-post-terms, .wp-block-post-title, .wp-block-html, .wp-block-heading, .wp-block-paragraph) {
        max-width: 100%;
    }

    .lgt-airc-post .lgt-airc-post-content-wrapper {
        padding-top: var(--wp--preset--spacing--lg);
        padding-bottom: var(--wp--preset--spacing--lg);
    }
}

/* END - Template SINGLE / SINGLE-EVENTI */