/* ==========================================================
   DRE GLOBAL LAYOUT — spacing, wrappers, margins, containers
   No typography, no components
========================================================== */

/* General wrapper spacing */
.dre-page-wrap{
    max-width:960px;
    margin:0 auto;
    padding:0 20px;
}

/* Block gap adjustments */
.wp-block-group{
    box-sizing:border-box;
}

/* Reduce gap under WP video blocks */
.wp-block-video,
.wp-block-embed{
    margin-bottom:0 !important;
}

/* Add controlled gap when quiz follows a video */
.wp-block-video + .dre-sw1-quiz,
.wp-block-embed + .dre-sw1-quiz{
    margin-top:4px !important;
}

/* Consistent section spacing */
section,
.dre-section{
    margin:36px 0;
}

/* Reset list spacing (optional, safe) */
ul, ol{
    margin-top:0;
    margin-bottom:1em;
}
