/* Defence Aerospace Report CTA block. Mirrors static section 03. */
.landings .defence-aerospace-report-section {
  padding: 80px 20px 60px;
  background: #0090ff;
}

.defence-aerospace-report-section__inner {
  width: 100%;
  max-width: 899px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}

.defence-aerospace-report-section__inner > .acf-innerblocks-container,
.editor-styles-wrapper .defence-aerospace-report-section__inner > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
  text-align: center;
}

.defence-aerospace-report-section__title {
  max-width: 765px;
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
}

.defence-aerospace-report-section__copy {
  max-width: 899px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.defence-aerospace-report-section__copy p {
  margin: 0;
}

.defence-aerospace-report-section__copy p + p {
  margin-top: 16px;
}

.defence-aerospace-report-section__cta {
  width: 220px;
  min-height: 40px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 4px;
  background: #fff;
  color: #0090ff;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.defence-aerospace-report-section__cta:hover,
.defence-aerospace-report-section__cta:focus {
  color: #0090ff;
  text-decoration: none;
}

@media (max-width: 480px) {
  .landings .defence-aerospace-report-section {
    padding: 48px 20px;
  }

  .defence-aerospace-report-section__title {
    font-size: 22px;
    line-height: 30px;
  }

  .defence-aerospace-report-section__copy {
    font-size: 16px;
    line-height: 24px;
  }
}
