/* MS Project Steps block. Mirrors the static MS Project landing section 05. */
.ms-project-steps-section__inner {
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.ms-project-steps-section__inner > .acf-innerblocks-container,
.editor-styles-wrapper .ms-project-steps-section__inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: contents;
}

.ms-project-steps-section__title {
  text-align: center;
  margin: 0 0 40px;
}

.ms-project-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ms-project-steps-list__item {
  display: grid;
  grid-template-columns: 336px 1fr;
  gap: 100px;
  align-items: baseline;
  padding: 24px 0;
  border-bottom: 1px solid #E9E9E9;
}

.ms-project-steps-list__item:first-child {
  padding-top: 0;
}

.ms-project-steps-list__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.ms-project-steps-list__number {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  background: linear-gradient(270deg, #2494F0 13.81%, #3901C6 113.81%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}

.ms-project-steps-list__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #3C3C73;
  margin: 0 0 12px;
}

.ms-project-steps-list__body {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #3C3C73;
  margin: 0;
}

@media (max-width: 991px) {
  .ms-project-steps-list__item {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
