mlm-progress-wrap { width: 200px; }
.mlm-progress-bar { background: #eee; width: 100%; height: 10px; border-radius: 4px; overflow: hidden; }
.mlm-progress-bar > div { height: 100%; background: #76c7c0; width: 0; transition: width 0.3s ease; }
.mlm-progress-text { font-size: 0.8em; margin-top: 2px; }