.teddfw-sale-timer-wrapper {
    text-align: center;
}
.teddfw-timer-label-product {
    font-size: 20px;
    font-weight: 700; 
    margin-bottom: 10px;
    line-height: normal; 
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.teddfw-sale-timer-digital .teddfw-clock-box {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    line-height: 18px;
    margin-bottom: 10px;
}
.teddfw-sale-timer-digital .time-block {
    background-color: #ffffff;
    color: #000000;
    padding: 15px 10px;
    border-radius: 5px;
    width: 80px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}
.teddfw-sale-timer-digital .time-value {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
}
.teddfw-sale-timer-digital .time-label {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 1px;
}
.teddfw-timer-wrapper {
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.teddfw-timer-message {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.teddfw-timer-unit {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 8px;
    text-align: center;
    width: 60px;
    font-weight: 600;
    font-size: 16px;
}
.teddfw-timer-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}
.teddfw-timer-label {
    font-size: 11px;
    color: #666666;
    text-transform: uppercase;
    margin-top: 4px;
    letter-spacing: 0.5px;
}
.teddfw-product-msg{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 0px;
}