/* Barefoot MASTER v3.7 — final diagnostics help strip immediately above footer */
.diag-help-footer{
  margin:0;
  border-top:1px solid rgba(48,142,203,.32);
  border-bottom:1px solid rgba(48,142,203,.22);
  background:linear-gradient(100deg,#08223f,#06182f);
}
.diag-help-footer__inner{
  min-height:104px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding-top:18px;
  padding-bottom:18px;
}
.diag-help-footer__copy{min-width:0}
.diag-help-footer h2{
  margin:0 0 5px;
  color:#f4f8fc;
  font-size:21px;
  line-height:1.2;
  letter-spacing:-.018em;
}
.diag-help-footer p{
  margin:0;
  max-width:820px;
  color:#adbed0;
  font-size:13px;
  line-height:1.45;
}
.diag-help-footer .button{
  flex:0 0 auto;
  min-width:175px;
  text-align:center;
  white-space:nowrap;
}
@media(max-width:760px){
  .diag-help-footer__inner{align-items:flex-start;flex-direction:column;gap:14px;padding-top:20px;padding-bottom:20px}
  .diag-help-footer .button{width:100%}
}
