.stt-home-search .stt-container {
  display: flex;
  flex-direction: column;
}

.stt-home-search .stt-eyebrow {
  order: 1;
}

.stt-home-search h2 {
  order: 2;
}

.stt-home-search .stt-search-form {
  order: 3;
}

.stt-home-search__support {
  order: 4;
  margin: 0.85rem 0 0 !important;
}

.war-room-archive-masthead {
  order: 5;
  margin: clamp(1.35rem, 3vw, 2.25rem) 0 0 !important;
}

.war-room-archive-masthead__frame {
  min-height: 0 !important;
  aspect-ratio: 2048 / 1072 !important;
  border: 1px solid rgba(212, 175, 55, 0.38) !important;
  border-radius: 10px !important;
  background: url('/images/imagery/home/war-room-archive-banner.webp?v=9f2c3eeb') center center / cover no-repeat !important;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42) !important;
  overflow: hidden !important;
}

.war-room-archive-masthead__image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.war-room-archive-masthead::after {
  content: none !important;
  display: none !important;
}

.war-room-archive-masthead__caption {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0.85rem 0 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 0 !important;
  color: rgba(243, 239, 231, 0.72) !important;
  font-size: 0.92rem !important;
  line-height: 1.5 !important;
  letter-spacing: 0.01em !important;
}

.war-room-archive-masthead__caption a {
  color: var(--stt-v111-gold, #d4af37) !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(212, 175, 55, 0.42) !important;
}

.war-room-archive-masthead__caption a:hover,
.war-room-archive-masthead__caption a:focus-visible {
  border-bottom-color: var(--stt-v111-gold, #d4af37) !important;
}

.war-room-archive-masthead__frame::before,
.war-room-archive-masthead__frame::after,
.war-room-archive-masthead__lantern,
.war-room-archive-masthead__banner,
.war-room-archive-masthead__light,
.war-room-archive-masthead__compass,
.war-room-archive-masthead__identity {
  display: none !important;
}

@media (max-width: 620px) {
  .war-room-archive-masthead {
    margin-top: 1.15rem !important;
  }

  .war-room-archive-masthead__frame {
    border-radius: 8px !important;
  }

  .war-room-archive-masthead__caption {
    font-size: 0.84rem !important;
  }
}
