/* MS Project Hero block. Mirrors the static MS Project landing hero. */
.ms-project-landing .btn.outline,
.ms-project-landing .btn.outline-light,
.ms-project-hero-section .btn.outline,
.ms-project-hero-section .btn.outline-light,
.editor-styles-wrapper .ms-project-landing .btn.outline,
.editor-styles-wrapper .ms-project-landing .btn.outline-light,
.editor-styles-wrapper .ms-project-hero-section .btn.outline,
.editor-styles-wrapper .ms-project-hero-section .btn.outline-light {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 10px 35px;
}

.ms-project-landing .btn.outline,
.ms-project-hero-section .btn.outline,
.editor-styles-wrapper .ms-project-landing .btn.outline,
.editor-styles-wrapper .ms-project-hero-section .btn.outline {
  background: transparent;
  border: 1px solid #0090FF;
  color: #0090FF;
}

.ms-project-hero-section {
  padding-top: 160px;
}

.ms-project-hero-section__inner {
  display: grid;
  grid-template-columns: minmax(420px, 673px) minmax(360px, 744px);
  align-items: center;
  justify-content: space-between;
  column-gap: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.ms-project-hero-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

.ms-project-hero-section__editable,
.ms-project-hero-section__editable > .acf-innerblocks-container,
.ms-project-hero-section__editable > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

.ms-project-hero-section__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ms-project-hero-section__eyebrow {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2494F0;
  margin: 0;
}

.ms-project-hero-section__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #202060;
  margin: 0;
}

.ms-project-hero-section__title-accent {
  color: #2494F0;
}

.ms-project-hero-section__notice {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background: #FAFAFA;
  width: 100%;
  max-width: 456px;
  box-sizing: border-box;
}

.ms-project-hero-section__notice::before {
  content: "";
  display: block;
  flex: none;
  width: 60px;
  height: 60px;
  background: url("../../landings/ms-project/assets/hero/msproject.svg") center / contain no-repeat;
}

.ms-project-hero-section__notice img {
  flex: none;
}

.ms-project-hero-section__notice-title {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  color: #202060;
  margin: 0 0 10px;
}

.ms-project-hero-section__notice-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #202060;
  margin: 0;
}

.ms-project-hero-section__lead {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3C3C73;
  margin: 0;
}

.ms-project-hero-section__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  max-width: 456px;
  box-sizing: border-box;
}

.ms-project-hero-section__cta {
  width: 100%;
  box-sizing: border-box;
}

.ms-project-hero-section__media img,
figure.ms-project-hero-section__media img {
  width: 100%;
  height: auto;
  display: block;
}

.editor-styles-wrapper .ms-project-hero-section {
  padding-top: 80px;
}

@media (max-width: 991px) {
  .ms-project-hero-section__inner {
    grid-template-columns: 1fr;
  }

  .ms-project-hero-section__media,
  figure.ms-project-hero-section__media {
    order: -1;
  }
}
