.countdown{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;gap:1rem}.center .countdown{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.right .countdown{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.countdown__wrapper{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.25rem}.countdown__count{background-color:#fff;font-weight:700;padding:.625rem 1rem;text-align:center}.countdown__text{font-size:14px;text-transform:uppercase}