.lotf2026Section,
.lotf2026Section *,
.lotf2026Section *::before,
.lotf2026Section *::after {
  box-sizing: border-box !important;
}

.lotf2026Section {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.lotf2026Section img,
.lotf2026Section picture {
  display: block !important;
  max-width: 100% !important;
}

.lotf2026Section img {
  height: auto !important;
}

.lotf2026ImgWrapper {
  position: relative !important;
  width: 100% !important;
}

.lotf2026ImgWrapper picture,
.lotf2026ImgWrapper img {
  width: 100% !important;
}

#lotfHero {
  position: relative !important;
}

.lotf2026HeroCopy {
  position: absolute !important;
  top: 49% !important;
  left: 30% !important;
  z-index: 2 !important;
  width: min(40%, 480px) !important;
  transform: translate(-50%, -50%) !important;
}

.lotf2026HeroCopy img {
  width: 100% !important;
}

#lotfBuiltForTheBrave {
  background: url("https://assets.basspro.com/image/upload/v1781628437/DigitalCreative/2026/BPS_CAB/Sitelets/Owned_Brands/land-of-the-free/06-Jun/Flag-BG.png?$bpssite_default$")
    center / cover no-repeat !important;
}

.lotf2026CopyWrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
  width: 100% !important;
  padding: clamp(3rem, 8vw, 6rem) 1rem !important;
  color: #fff !important;
  text-align: center !important;
}

.lotf2026CopyWrapper picture {
  width: min(90%, 800px) !important;
}

.lotf2026CopyWrapper img {
  width: 100% !important;
}

.lotf2026Text {
  width: min(90%, 80ch) !important;
  margin: 0 auto !important;
  color: inherit !important;
  font-size: clamp(14px, 1.25vw, 20px) !important;
  line-height: 1.5 !important;
}

.lotf2026ArticleSection {
  padding: clamp(2rem, 4vw, 4rem) 1rem !important;
  background: url("https://assets.basspro.com/image/upload/v1782222207/DigitalCreative/2026/BPS_CAB/Sitelets/Owned_Brands/land-of-the-free/06-Jun/Concrete-BG.png")
    center / cover no-repeat !important;
}

.lotf2026ArticleHeadingText {
  width: 100% !important;
  margin-bottom: clamp(1.25rem, 3vw, 2.5rem) !important;
}

.lotf2026ArticleHeading {
  margin: 0 !important;
  color: #fff !important;
  font-size: clamp(20px, 3vw, 34px) !important;
  line-height: 1.15 !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

.lotf2026ArticleGrid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: clamp(1rem, 2vw, 1.75rem) !important;
  width: min(1400px, 100%) !important;
  margin: 0 auto !important;
}

.lotf2026ArticleCard {
  display: flex !important;
  flex-direction: column !important;
  min-height: 500px !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 14px !important;
  background: #131b26 !important;
  color: #fff !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22) !important;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease !important;
}

.lotf2026ArticleCard:hover,
.lotf2026ArticleCard:focus-visible {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35) !important;
  outline: none !important;
}

.lotf2026ArticleImage {
  width: 100% !important;
  aspect-ratio: 4 / 3 !important;
  overflow: hidden !important;
  background: #0d131c !important;
}

.lotf2026ArticleImage img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.35s ease !important;
}

.lotf2026ArticleCard:hover .lotf2026ArticleImage img,
.lotf2026ArticleCard:focus-visible .lotf2026ArticleImage img {
  transform: scale(1.05) !important;
}

.lotf2026ArticleBody {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
  padding: clamp(1rem, 2vw, 1.5rem) !important;
  background: #131b26 !important;
}

.lotf2026ArticleTitle {
  display: -webkit-box !important;
  min-height: 3.2em !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: #fff !important;
  font-size: clamp(1rem, 1.1vw, 1.25rem) !important;
  line-height: 1.3 !important;
  text-align: left !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}

.lotf2026ArticleDescription {
  display: -webkit-box !important;
  min-height: 4.5em !important;
  margin: 0 !important;
  overflow: hidden !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(14px, 1vw, 16px) !important;
  line-height: 1.5 !important;
  text-align: left !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3 !important;
}

.lotf2026ArticleCta {
  margin-top: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-width: 120px !important;
  padding: 0.7rem 1rem !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  background: #fff !important;
  color: #000 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition:
    background 0.25s ease,
    color 0.25s ease,
    transform 0.25s ease !important;
}

.lotf2026ArticleCard:hover .lotf2026ArticleCta,
.lotf2026ArticleCard:focus-visible .lotf2026ArticleCta {
  background: transparent !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
}

.lotf2026Promotion {
  background-color: #fff !important;
}

.lotf2026VeteranSupport {
  display: flex !important;
  align-items: stretch !important;
  min-height: 600px !important;
}

.lotf2026VeteranSupport .lotf2026ImgWrapper,
.lotf2026VeteranSupport .lotf2026LearnContent {
  flex: 1 1 50% !important;
  min-width: 0 !important;
}

.lotf2026VeteranSupport .lotf2026ImgWrapper {
  overflow: hidden !important;
}

.lotf2026VeteranSupport .lotf2026ImgWrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.lotf2026LearnContent {
  width: 100% !important;
  margin: 0 auto !important;
  padding: clamp(3rem, 6vw, 5rem) 1rem !important;
  background: url("https://assets.basspro.com/image/upload/v1782222205/DigitalCreative/2026/BPS_CAB/Sitelets/Owned_Brands/land-of-the-free/06-Jun/Default-BG.png?$bpssite_default$")
    center / cover no-repeat !important;
  line-height: 1.5 !important;
}

.lotf2026VeteranSupport .lotf2026LearnContent {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: clamp(2rem, 5vw, 5rem) !important;
}

.lotf2026CopyContainer {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: clamp(1rem, 3vw, 2rem) !important;
  width: min(90%, 800px) !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.lotf2026VeteranSupport .lotf2026CopyContainer {
  width: min(100%, 650px) !important;
  margin: 0 !important;
}

.lotf2026CopyContainer picture,
.lotf2026CopyContainer picture img {
  width: 100% !important;
}

.lotf2026HelpingHero {
  width: min(80%, 420px) !important;
}

@media (max-width: 1100px) {
  .lotf2026ArticleGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 1024px) {
  .lotf2026HeroCopy {
    top: 22% !important;
    left: 50% !important;
    width: min(70%, 420px) !important;
  }
}

@media (max-width: 900px) {
  .lotf2026VeteranSupport {
    flex-direction: column !important;
    min-height: auto !important;
  }

  .lotf2026VeteranSupport .lotf2026ImgWrapper {
    aspect-ratio: 16 / 9 !important;
  }

  .lotf2026VeteranSupport .lotf2026LearnContent {
    padding: 2rem 1.5rem !important;
  }
}

@media (max-width: 600px) {
  .lotf2026ArticleGrid {
    grid-template-columns: 1fr !important;
  }

  .lotf2026ArticleCard {
    min-height: auto !important;
  }

  .lotf2026ArticleImage {
    aspect-ratio: 16 / 9 !important;
  }
}

@media (max-width: 480px) {
  .lotf2026HeroCopy {
    top: 22% !important;
    width: min(78%, 320px) !important;
  }
}
