/* Defence Aerospace Category block. Mirrors static section 02. */
.landings .defence-aerospace-category-section {
  padding: 60px 56px;
  background-color: #0f253a;
  position: relative;
  overflow: hidden;
}

.defence-aerospace-category-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../../landings/defence-aerospace/assets/section-02/bg-10.png");
  background-size: 64px 64px;
  background-repeat: repeat;
  pointer-events: none;
}

.defence-aerospace-category-section__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

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

.defence-aerospace-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  width: 100%;
}

.defence-aerospace-category-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  min-width: 0;
}

.defence-aerospace-category-card__head {
  min-height: 40px;
  padding-right: 76px;
}

.defence-aerospace-category-card__icon,
figure.defence-aerospace-category-card__icon,
.defence-aerospace-category-card img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -16px;
  right: 0;
  margin: 0;
}

.defence-aerospace-category-card__icon img,
figure.defence-aerospace-category-card__icon img {
  width: 60px;
  height: 60px;
  display: block;
}

.defence-aerospace-category-card__title {
  font-weight: 400;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin: 0;
}

.defence-aerospace-category-card__copy {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0;
}

.defence-aerospace-category-card__copy a {
  background: linear-gradient(66.94deg, #0090ff 14.47%, #66bcff 80.28%);
  background-clip: text;
  -webkit-background-clip: text;
  color: #0090ff;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  text-decoration: none;
}

.defence-aerospace-category-card__copy a:hover,
.defence-aerospace-category-card__copy a:focus {
  text-decoration: none;
}

.defence-aerospace-category-section__cta.btn.accent {
  width: 319px;
  min-height: 40px;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

@media (max-width: 991px) {
  .defence-aerospace-category-grid {
    grid-template-columns: 1fr;
  }
}

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

  .defence-aerospace-category-section__cta.btn.accent {
    width: 100%;
    max-width: 319px;
    white-space: normal;
  }
}
