.results-container{padding:20px;background-color:#fae0e0;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.1);max-width:400px;margin:2% auto}.results-container h2{text-align:center;color:#d30013;margin-bottom:20px}ul{list-style-type:none;padding:0}.result-item{margin-bottom:15px}.bar-container{background-color:#dfb2b2;border-radius:5px;overflow:hidden;height:20px;margin-top:5px;width:100%;position:relative}.bar{background-color:#d30013;height:100%;width:0;animation:growBar 1.5s ease-in-out forwards}@keyframes growBar{0%{width:0}to{width:var(--bar-width)}}.result-item span{font-size:14px;font-weight:700;color:#4d0000}