/* Scoped to the two existing Bestfastlinks interfaces. */
#bfl-app .bfl-header .bfli-brand,
.bfl-help > .bfli-brand {
 display:flex;align-items:center;gap:12px;width:100%;max-width:100%;min-width:0;
 padding:0;margin:0;border:0;background:transparent;box-shadow:none;
 text-decoration:none;text-align:left;font-family:Arial,Helvetica,sans-serif;
 line-height:1.2;letter-spacing:normal;text-transform:none;color:#081536;
}
#bfl-app .bfli-brand .bfli-symbol,.bfl-help .bfli-symbol {
 display:flex;align-items:center;justify-content:center;flex:0 0 52px;
 width:52px;height:52px;border-radius:14px;background:linear-gradient(145deg,#2855f0,#193edb);color:#fff;
 box-shadow:0 3px 8px #2349dc18;
}
#bfl-app .bfli-symbol svg,.bfl-help .bfli-symbol svg{display:block;width:32px;height:32px;flex:none}
#bfl-app .bfli-copy,.bfl-help .bfli-copy{display:block;min-width:0}
#bfl-app .bfli-name,.bfl-help .bfli-name{display:block;font-size:clamp(23px,4.5vw,36px);font-weight:800;letter-spacing:-1.2px;white-space:nowrap;line-height:1.15}
#bfl-app .bfli-best,.bfl-help .bfli-best{color:#081536}
#bfl-app .bfli-fast,.bfl-help .bfli-fast{color:#2349dc}
#bfl-app .bfli-tagline,.bfl-help .bfli-tagline{display:block;margin-top:5px;font-size:13px;font-weight:400;letter-spacing:0;line-height:1.4;color:#5b6982;white-space:normal}
#bfl-app .bfli-brand:focus-visible,.bfl-help > .bfli-brand:focus-visible{outline:3px solid #bb5900;outline-offset:5px;border-radius:5px}
.bfl-help.bfli-help > .bfli-brand{margin-bottom:24px}
.bfl-help.bfli-help .bfl-help-eyebrow{display:none}
@media(max-width:380px){
 #bfl-app .bfl-header .bfli-brand,.bfl-help > .bfli-brand{gap:9px}
 #bfl-app .bfli-brand .bfli-symbol,.bfl-help .bfli-symbol{flex-basis:38px;width:38px;height:38px;border-radius:11px}
 #bfl-app .bfli-symbol svg,.bfl-help .bfli-symbol svg{width:25px;height:25px}
 #bfl-app .bfli-name,.bfl-help .bfli-name{font-size:23px;letter-spacing:-.9px}
 #bfl-app .bfli-tagline,.bfl-help .bfli-tagline{font-size:11px}
}
