/* ─── lmdm/shortcode-section ──────────────────────────────────────────────── */

.lmdm-shortcode-section__title {
    text-align: center;
    font-family: var(--wp--preset--font-family--heading);
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--wp--preset--color--gold);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 2.5rem;
}

.lmdm-shortcode-section__title strong {
    font-weight: 700;
}

.wp-block-lmdm-shortcode-section.lmdm-shortcode-section--no-pad-top {
    padding-top: 0 !important;
}

@media (max-width: 768px) {
    .lmdm-shortcode-section__title {
        font-size: 1.75rem;
    }
}
