/* VVU 6.5.26 - homepage/solutions cleanup */
.v650-home .v650-hero-actions,
.v6526-home .v650-hero-actions{
  display:flex !important;flex-wrap:wrap !important;gap:12px !important;
  align-items:center !important;justify-content:flex-start !important;overflow:visible !important;
}
.v650-home .v650-hero-actions .v6526-advice,
.v6526-home .v650-hero-actions .v6526-advice{
  display:inline-flex !important;width:auto !important;min-width:0 !important;max-width:none !important;
  align-items:center !important;justify-content:center !important;box-sizing:border-box !important;
  padding:14px 22px !important;border:1px solid #ff5a18 !important;border-radius:9px !important;
  background:#ff5a18 !important;color:#fff !important;text-decoration:none !important;
  white-space:nowrap !important;font-weight:800 !important;line-height:1.15 !important;overflow:visible !important;
}
.v650-home .v650-hero-copy > p,
.v6526-home .v650-hero-copy > p{
  width:min(100%,980px) !important;max-width:980px !important;
  font-size:clamp(17px,1.05vw,20px) !important;line-height:1.55 !important;
}
@media (max-width:720px){
  .v650-home .v650-hero-actions .v6526-advice,
  .v6526-home .v650-hero-actions .v6526-advice{width:100% !important;max-width:360px !important;}
  .v650-home .v650-hero-copy > p,
  .v6526-home .v650-hero-copy > p{font-size:16px !important;line-height:1.55 !important;}
}
