/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./resources/blocks/mega-menu/style.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 1089px) {
  .morningmodules-mega-menu__panel {
    width: 100% !important;
    padding: 0 !important;
    top: calc(100% + 8px) !important;
    border-radius: var(--wp--custom--mt-border-radius--box, 0px);
    background: #F7F7F0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (max-width: 1088px) {
  .morningmodules-mega-menu__panel {
    width: 100%;
    padding: 0;
    box-shadow: none;
    margin-top: 16px;
    padding-top: 16px;
    padding-bottom: 24px;
    border-top: 1px solid var(--wp--preset--color--mt-border);
  }
}
.morningmodules-mega-menu__panel::before {
  display: none;
}
.morningmodules-mega-menu__content {
  display: grid;
  gap: 48px;
}
@media screen and (min-width: 1089px) {
  .morningmodules-mega-menu__content {
    grid-template-columns: minmax(0, 1.8fr) minmax(320px, 432px);
    align-items: start;
  }
}
@media screen and (max-width: 1088px) {
  .morningmodules-mega-menu__content {
    gap: 24px;
  }
}
.morningmodules-mega-menu__rows {
  display: grid;
  gap: 40px 56px;
}
@media screen and (min-width: 1089px) {
  .morningmodules-mega-menu__rows {
    padding: 32px 64px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1088px) {
  .morningmodules-mega-menu__rows {
    gap: 24px;
  }
}
.morningmodules-mega-menu__cta {
  background: #F7F7F7;
  padding: 32px 64px;
  background-position: center !important;
  color: var(--wp--preset--color--mt-title);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.morningmodules-mega-menu__cta-image {
  aspect-ratio: 256/114;
  position: relative;
}
.morningmodules-mega-menu__cta-image img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
}
.morningmodules-mega-menu__cta-content {
  display: grid;
  gap: 8px;
  position: relative;
  margin-top: auto;
  align-items: center;
}
.morningmodules-mega-menu__cta-tagline {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.45;
  font-weight: var(--wp--custom--mt-font-weight--bold, 700);
  color: inherit;
  text-transform: uppercase;
}
.morningmodules-mega-menu__cta-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.12;
  font-weight: var(--wp--custom--mt-font-weight--medium, 500);
  color: inherit;
}
.morningmodules-mega-menu__cta-text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--wp--preset--color--mt-text-secondary);
}
.morningmodules-mega-menu__cta-button {
  color: var(--wp--preset--color--mt-text-secondary);
  text-decoration: underline;
  font-size: 0.875rem;
}

/*# sourceMappingURL=style-index.css.map*/