.water-level-alert { background: rgba(0, 32, 51, 0.9); padding: 10px 20px; border-radius: 4px; border: 1px solid #0088cc; .alert-container { height: 24px; overflow: hidden; } .alert-wrapper { will-change: transform; } .alert-item { height: 24px; display: flex; align-items: center; } .alert-text { color: #ffffff; font-size: 14px; white-space: nowrap; &::before { content: '⚠️'; margin-right: 8px; } } }