@import '../../default.css';

:global(.mp-countdown) {
    justify-content: start;
    &>div{
        margin: 0 0.1rem;
        background: fill-base-revert;
        color: color-text-base-revert;
        /*padding: spacing-xs;*/
        width: 0.3rem;
        text-align: center;
        border-radius: radius-md;
     }
}
