/* Barefoot Diagnostics shared help component v4.1 */
.barefoot-help-v41{
  width:min(calc(100% - 42px),1180px);
  margin:26px auto 0;
  padding:20px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  border:1px solid rgba(60,157,220,.34);
  border-radius:12px;
  background:linear-gradient(135deg,rgba(7,31,57,.92),rgba(6,24,47,.96));
  box-shadow:0 14px 40px rgba(0,0,0,.15)
}
.barefoot-help-v41.is-landing{margin-top:26px;margin-bottom:0}
.barefoot-help-v41__copy{min-width:0}
.barefoot-help-v41 .eyebrow{display:block;margin-bottom:5px}
.barefoot-help-v41 h2,.barefoot-help-v41 h3{margin:0 0 5px;font-size:20px;line-height:1.2;color:#f3f8fc}
.barefoot-help-v41 p{margin:0;color:#aebed0;font-size:13px;line-height:1.45;max-width:760px}
.barefoot-help-v41 .button{flex:0 0 auto;white-space:nowrap}
.tool-result + .barefoot-help-v41,[data-reputation-links] + .barefoot-help-v41{width:100%;margin-left:0;margin-right:0}
@media(max-width:720px){
  .barefoot-help-v41{width:min(calc(100% - 28px),1180px);padding:18px;align-items:flex-start;flex-direction:column;gap:14px}
  .tool-result + .barefoot-help-v41,[data-reputation-links] + .barefoot-help-v41{width:100%}
  .barefoot-help-v41 .button{width:100%;text-align:center}
}
