/* @group Image With Description
------------------------------------ */

.image-with-description .has-body-legal-font-size {
    font-style: italic;
    --fs: 1.6rem;
    --lh: 1.4em;
}

/* Text Col
------------------ */
.image-with-description .text-col .bp-group {
    border-top: 1px solid var(--white);
    padding-top: 2rem;
}
.image-with-description .text-col .bp-group:not(:last-of-type) {
    border-bottom: 1px solid var(--white);
    padding-bottom: 2rem;
}
.image-with-description .text-col .bp-group .wp-block-list li {
    --lh: 1.35em;
    list-style: none;
}
.image-with-description .text-col .bp-group .wp-block-list li:not(:last-of-type) {
    margin-bottom: 1rem;
}
/* Multimedia Col
------------------ */
.image-with-description .multimedia-col .bp-multimedia {
    height: 36rem;
    width: 100%;
}
.image-with-description .multimedia-col .has-body-legal-font-size {
    margin-top: .5rem;
}

.image-with-description + .image-with-description > :is(.bp-spacer:first-of-type) {
    display: none;
}

@media only screen 
and (min-width : 961px) {
    /* Text Col
    ------------------ */
    .image-with-description .text-col .bp-group {
        padding-top: 2.5rem;
    }
    .image-with-description .text-col .bp-group:not(:last-of-type) {
        padding-bottom: 2.5rem;
    }
    /* Multimedia Col
    ------------------ */
    .image-with-description .multimedia-col .bp-multimedia {
        height: calc(100svh - 10rem - 5rem);
    }
}
@media only screen 
and (min-width : 961px) 
and (max-width : 1440px) {
}
@media only screen 
and (min-width : 0) 
and (max-width : 960px) {
    .image-with-description :is(.row, #important) {
        padding-inline: 0;
    }
    /* Multimedia Col
    ------------------ */
    .image-with-description .multimedia-col {
        order: -1;
        margin-bottom: 1.5rem;
    }
    /* Text Col
    ------------------ */
    .image-with-description :is(.text-col, #important) {
        padding-inline: var(--_row-extra-pad)!important;
    }
}

/* @end */


/* Editor
------------------------------------ */
:where(.editor-styles-wrapper) .image-with-description .text-col .bp-group .wp-block-list {
    padding-left: 0;
}


/* Animations
------------------------------------ */
:where(#wrapper) .contenedor .elemento {
    opacity: 0;
    --duration: 1s;
}

:where(#wrapper) .contenedor.animateActive .elemento {
    animation: fade var(--duration) forwards;
    animation-delay: var(--delay, 0);
}

:where(#wrapper) .contenedor.animateActive .elemento {
    --delay: 0.3s;
}