/* Help Center: consistent supplied frames and centered heading labels. */
/* Help shortcut cards: supplied wide frame, one per topic. */
html body.rfv-page-help:not(.rfv-page-home) .rfv-help-shortcuts > a {
  min-height: 108px !important;
  padding: 22px 42px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-image: url('../images/rf-assets/panels/supplied/news-community-panel.png') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  box-shadow: none !important;
}

html body.rfv-page-help:not(.rfv-page-home) .rfv-help-shortcuts > a:hover {
  background-color: transparent !important;
}

/* The legacy nodes are data sources for the structured guide, never UI. */
html body.rfv-page-help:not(.rfv-page-home) #rfv-help-guide > .rfv-help-source {
  display: none !important;
}

/* Main guide title: replace the former top frame with the supplied panel_01. */
html body.rfv-page-help:not(.rfv-page-home) #rfv-help-guide {
  position: relative !important;
  padding-top: clamp(265px, calc(18vw + 60px), 298px) !important;
  background-color: #fff !important;
  background-image: url('../images/rf-assets/panels/supplied/help-panel-01.png') !important;
  background-position: center top !important;
  background-size: 100% clamp(265px, calc(18vw + 60px), 298px) !important;
  background-repeat: no-repeat !important;
}

html body.rfv-page-help:not(.rfv-page-home) .rfv-help-rendered > h2.white {
  position: absolute !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  min-height: clamp(258px, calc(17.3vw + 60px), 290px) !important;
  margin: 0 !important;
  padding: 26px clamp(74px, 10vw, 142px) !important;
  color: #9f0b5c !important;
  background: transparent !important;
  border: 0 !important;
  font: 700 clamp(25px, 2.45vw, 34px)/1.25 "Chakra Petch", sans-serif !important;
  letter-spacing: .018em !important;
  text-align: center !important;
  text-shadow: 0 1px 0 #fff, 0 0 14px rgba(238, 22, 132, .18) !important;
  white-space: normal !important;
}

/* Every guide-topic heading uses the same artwork and centering rules. */
html body.rfv-page-help:not(.rfv-page-home) .rfo-feature .alert.alert-warning {
  display: flex !important;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  min-height: 248px !important;
  margin: 20px 0 16px !important;
  padding: 28px clamp(70px, 10vw, 132px) !important;
  color: #a20b5e !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent url('../images/rf-assets/panels/supplied/help-topic-panel-v2.png') center / 100% 120% no-repeat !important;
  box-shadow: none !important;
  font: 700 clamp(19px, 1.9vw, 26px)/1.3 "Chakra Petch", sans-serif !important;
  letter-spacing: .015em !important;
  text-align: center !important;
  text-shadow: 0 1px 0 #fff, 0 0 12px rgba(238, 22, 132, .14) !important;
}

html body.rfv-page-help:not(.rfv-page-home) .rfo-feature .alert.alert-warning::before {
  display: none !important;
}

@media (max-width: 720px) {
  html body.rfv-page-help:not(.rfv-page-home) .rfv-help-shortcuts > a {
    min-height: 88px !important;
    padding: 16px 30px !important;
  }

  html body.rfv-page-help:not(.rfv-page-home) #rfv-help-guide {
    padding-top: 184px !important;
    background-size: 100% 184px !important;
  }

  html body.rfv-page-help:not(.rfv-page-home) .rfv-help-rendered > h2.white {
    min-height: 178px !important;
    padding: 18px 54px !important;
    font-size: clamp(19px, 5.5vw, 24px) !important;
  }

  html body.rfv-page-help:not(.rfv-page-home) .rfo-feature .alert.alert-warning {
    min-height: 192px !important;
    margin: 14px 0 12px !important;
    padding: 18px 52px !important;
    font-size: clamp(15px, 4.6vw, 19px) !important;
  }
}
