/*
 * Site-wide overrides and custom adjustments for Higher Edu.
 *
 * Keep selectors specific to the project here so this sheet can load last
 * and safely trump inherited theme styles.
 */

/* Add project-specific overrides below. */

:where(.text-content, .ck-content) {
  div.align-left + p,
  div.align-right + p,
  figure.drupal-media-style-align-left + p,
  figure.drupal-media-style-align-right + p {
    margin-block: 0;
  }
}

/* Custom header spacing and logo sizing. */
.site-header__container[class] {
  padding: 16px 0;
}

.header-logo__link {
  --header-logo-max-height: 60px;
}

.header-popover__logo {
  max-height: 60px;
  padding-inline-start: 16px;
}

/* Remove layout spacing when the page title is hidden. */
.page-title-hidden .site-main {
  padding-top: 0;
}
