/*!
  Theme Name: UMNB
  Author: Anonymous
  Author URI:
  Version: 1
  Description: UMNB theme for WordPress
  License: GNU General Public License v2 or later
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
  Text Domain: umnb
  Tags: one-column, two-columns
  Theme URI:

  /* Gutenberg specific styles */
.full-width-page :where(.is-layout-constrained) .acf-full-block {
  margin-block-start: 0;
  margin-block-end: 0;
  max-width: none;
}

.full-width-page :where(.is-layout-flow) .acf-full-block {
  margin-block-start: 0;
  margin-block-end: 0;
}

.wp-block-columns {
  /* Add page container styles */
  padding-left: 20px;
  padding-right: 20px;
}

.wp-block-embed iframe {
  max-width: none;
  width: 100%;
}

.wp-embed-aspect-16-9,
.wp-has-aspect-ratio {
  iframe {
    max-width: none;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
}
