#boss-health-bar-container{margin-top:20px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}#bossHealthLabel{font-weight:700;font-size:24px;color:gold;text-shadow:1px 1px 2px #000}#bossHealthContainer{width:100%;max-width:600px;background:#333;border:2px solid #32cd32;border-radius:10px;overflow:hidden;height:28px;position:relative}#bossHealthBar{height:100%;width:100%;background:linear-gradient(to right,#32cd32,green);transition:width .5s ease,background .5s ease}#bossHealthText{position:absolute;width:100%;text-align:center;font-size:18px;font-weight:700;color:#000;text-shadow:0 0 2px #fff;top:2px}@media (max-width:600px){#bossHealthLabel{font-size:18px}#bossHealthContainer{height:20px}#bossHealthText{font-size:14px;top:1px}}