.strength-wrapper{display:flex;align-items:center;gap:10px;margin:8px 0}.strength-label{font-weight:600;color:#000;font-size:16px}#strength-bars .bar{width:45px;height:22px;border-radius:3px;background:rgba(203,151,48,.18);transition:background .25s ease}#strength-bars .bar.active{background:linear-gradient(90deg,#cb9730 0%,#8b5f10 100%)}@media (max-width:767px){#strength-bars .bar{width:35px;height:18px}}