/* ---- LISTA PROMO ---- */
.cico-promo-wrapper {
    padding: 1rem 0;
}

.cico-promo-countdown__label {
    text-align: center;
    margin: .6rem 0;
    text-transform: uppercase;
}

.promo-time {
    display: grid;
    text-align: center;
}

.promo-time span {
    font-size: 2rem;
    line-height: 1.4em;
    font-weight: 600;
}

.promo-countdown {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
}

.separator {
    font-size: 1.8rem;
    line-height: 1.4em;
    align-self: flex-start;
    font-weight: 300;
}

.et_pb_widget.widget_block .cico-promo-countdown__label {
    font-size: 1.15rem !important;
}
.et_pb_widget.widget_block .promo-time span {
    font-size: 1.5rem;
}
.et_pb_widget.widget_block .promo-time small {
    font-size: .7rem;
}
