/* Native standalone footer for the migrated Journey Sports blog. */
#body-wrap > #wrap > footer:not(.journey-native-footer) { display: none; }
footer.journey-native-footer { display: block !important; width: 100%; max-width: 100vw; overflow: hidden; color: #fff; background: #151f6d; font-family: Montserrat, Arial, sans-serif; }
.journey-native-footer *, .journey-native-footer *::before, .journey-native-footer *::after { box-sizing: border-box; }
.journey-native-footer__inner { width: min(1280px, 100%); margin: 0 auto; padding: 50px 28px 0; }
.journey-native-footer__grid { display: grid; grid-template-columns: 1.25fr 1.15fr .85fr 1.2fr .65fr; gap: 32px; align-items: start; }
.journey-native-footer__brand, .journey-native-footer__association { display: flex; justify-content: center; align-items: center; min-height: 128px; }
.journey-native-footer__brand img { display: block; width: 200px; max-width: 100%; height: auto; }
.journey-native-footer__association img { display: block; width: 100px; max-width: 100%; height: auto; }
.journey-native-footer__section { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.journey-native-footer h2 { margin: 0 0 2px; color: #fff; font: 600 14px/1.35 Montserrat, Arial, sans-serif; }
.journey-native-footer a { color: #fff; font: 400 14px/1.35 Montserrat, Arial, sans-serif; text-decoration: none; }
.journey-native-footer a:hover, .journey-native-footer a:focus { color: #fff; text-decoration: underline; }
.journey-native-footer__social a, .journey-native-footer__contact a { display: inline-flex; align-items: center; gap: 10px; }
.journey-native-footer svg { display: block; flex: 0 0 auto; width: 15px; height: 15px; fill: currentColor; }
.journey-native-footer__social svg { width: 16px; height: 16px; }
.journey-native-footer__social a:nth-of-type(2) svg { fill: none; stroke: currentColor; stroke-width: 2; }
.journey-native-footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 36px; padding: 21px 0 24px; border-top: 1px solid rgba(255, 255, 255, .45); color: #fff; font: 400 13px/1.5 Montserrat, Arial, sans-serif; }
.journey-native-footer__bottom a { font-size: 13px; }
.journey-native-footer__legal { display: flex; flex: 0 0 auto; gap: 32px; }
@media (max-width: 1000px) {
  .journey-native-footer__grid { grid-template-columns: 1fr 1fr; gap: 36px 64px; }
  .journey-native-footer__brand { justify-content: flex-start; min-height: 0; }
  .journey-native-footer__association { justify-content: flex-end; min-height: 0; }
}
@media (max-width: 600px) {
  .journey-native-footer__inner { padding: 38px 24px 0; }
  .journey-native-footer__grid { grid-template-columns: 1fr; gap: 30px; }
  .journey-native-footer__brand, .journey-native-footer__association { justify-content: center; }
  .journey-native-footer__brand img { width: 150px; }
  .journey-native-footer__section { align-items: center; text-align: center; }
  .journey-native-footer__section:first-of-type { display: grid; grid-template-columns: 1fr; gap: 12px; }
  .journey-native-footer__section:first-of-type a { white-space: normal; overflow-wrap: anywhere; }
  .journey-native-footer__social { display: flex; flex-flow: row wrap; justify-content: center; gap: 12px 16px; }
  .journey-native-footer__social h2 { flex-basis: 100%; }
  .journey-native-footer__social a { font-size: 0; }
  .journey-native-footer__social svg { width: 21px; height: 21px; }
  .journey-native-footer__bottom { flex-direction: column; align-items: center; gap: 14px; margin-top: 30px; text-align: center; }
  .journey-native-footer__bottom > span { width: 100%; max-width: 100%; overflow-wrap: anywhere; }
  .journey-native-footer__legal { flex-direction: column; align-items: center; justify-content: center; gap: 8px; }
}
