/* Help centre: the export's hover states and its narrow (<900px) layout. */
section{scroll-margin-top:84px}
.dc-help-topic:hover{transform:translateX(4px) !important;border-color:#EFA63C !important}
.dc-help-card:hover{transform:translateY(-2px) !important}
@media (max-width:899.98px){
  .dc-help-nav{display:none !important}
  .dc-help-cols,.dc-help-contact{grid-template-columns:1fr !important}
}
