.status-container {
    position: relative;
}

.status-container.open #heroStatusIndicator {
    background: #10b981 !important;
}

.status-container.closing-soon #heroStatusIndicator {
    background: #f59e0b !important;
}

.status-container.closed #heroStatusIndicator {
    background: #ef4444 !important;
}

.status-container.open #timeRemaining {
    color: #34d399 !important; 
}

.status-container.closing-soon #timeRemaining {
    color: #f59e0b !important;
}

.status-container.closed #timeRemaining {
    color: #ef4444 !important;
}