.eqcf7-countdown{display:flex;align-items:center;gap:.4rem;margin:.5rem 0 1rem;justify-content:center;}
.eqcf7-countdown .eqc-box{display:flex;flex-direction:column;align-items:center;min-width:70px}
.eqcf7-countdown .eqc-sep{font:600 20px/1 system-ui}
.eqcf7-countdown .eqc-label{font:600 11px/1.1 system-ui;color:#e140b9;margin-top:.25rem;text-transform:uppercase;letter-spacing:.04em}
.eqcf7-countdown .eqc-num{font:700 28px/1.1 ui-rounded,system-ui;position:relative;display:inline-block;padding:.25rem .5rem;border-radius:.5rem;background:#000000ad;color:#e140b9;min-width:60px;text-align:center;perspective:600px;border-bottom: 3px solid #e140b9;}
.eqcf7-countdown .eqc-num.flip{animation:eqcFlip .6s ease}
@keyframes eqcFlip{0%{transform:rotateX(0)}50%{transform:rotateX(-90deg)}100%{transform:rotateX(0)}}
@media (prefers-reduced-motion: reduce){.eqcf7-countdown .eqc-num.flip{animation:none}}
