/* BLOCK: Shortcode */

.block-shortcode.has-custom-bg .content-wrapper {
    background-color: var(--bg-color);
    border-radius: 2.5rem;
}

.block-shortcode.has-custom-bg .inner-wrapper {
    padding: 3.75rem;
}

.block-shortcode .text-content:not(:last-child) {
    margin-bottom: 3.125rem;
}

.block-shortcode .text-content > * {
    margin: 0;
}

.block-shortcode .text-content > :not(:last-child) {
    margin-bottom: 1.875rem;
}

.block-shortcode .text-content > :is(h1, h2, .h1, .h2):not(:last-child) {
    margin-bottom: 2.5rem;
}

@media screen and (width <= 620px) {
    .block-shortcode.has-custom-bg .content-wrapper {
        border-radius: 1.5rem;
    }
    .block-shortcode.has-custom-bg .inner-wrapper {
        padding: 1.875rem 1.5rem;
    }
    .block-shortcode .text-content:not(:last-child) {
        margin-bottom: 1.875rem;
    }
    .block-shortcode .text-content > :not(:last-child) {
        margin-bottom: 1.25rem;
    }
}