/* Add custom CSS styles below */ 
.s-product-card-countdown {
    --tw-bg-opacity: 1;
    background-color: #F5F5F5;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}
.s-product-card-countdown .s-count-down-item {
    height: 1.5rem;
    width: 100%;
    flex: 1 1 0%;
    flex-direction: column;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #20467B;
    display: flex;
    align-items: center;
    justify-content: center;
}