.soldtime {
    margin: 0.5rem 0 1.5rem 0;
    line-height: 1.5;
}

.soldtime__savings {
    color: #b71212;
    font-size: 1rem;
    font-weight: 400;
}

.soldtime__savings strong {
    font-weight: 600;
    
}

.soldtime__timer {
    font-size:1rem;
    color: #495057;
    font-weight: 200;
}

.soldtime__timer span {
    font-weight: 600;
    color: #b71212;
}

.soldtime__timer span.st-label {
    color: #000 !important;
    font-weight: 200 !important;
}

.soldtime__timer .st-timer {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}