/* ar-countdown.css v2 */
.ar-countdown-wrapper { display:inline-block; font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial; }
.ar-custom-text { font-size: 14px; margin: 6px 0; text-align: center; color: #333; }
.ar-text { font-size: 28px; text-align: center; padding: 6px; }
.ar-progress { height: 12px; background: #eee; border-radius: 8px; overflow: hidden; width: 160px; margin: 0 auto; }
.ar-progress-fill { height: 100%; width: 0%; transition: width 0.2s linear; }
.ar-circle-wrap { text-align: center; }
.ar-global-countdown { position: fixed; right: 16px; bottom: 16px; background: rgba(255,255,255,0.98); border: 1px solid #ddd; padding: 8px 10px; border-radius: 10px; box-shadow: 0 6px 22px rgba(0,0,0,0.08); z-index: 99999; }

/* Mobile responsiveness */
@media (max-width: 600px) {
    .ar-progress { width: 110px; height: 10px; }
    .ar-text { font-size: 22px; }
    .ar-global-countdown { right: 10px; bottom: 10px; padding: 6px 8px; }
    .ar-countdown-wrapper { width: 100%; display:block; }
    .ar-custom-text { font-size: 13px; }
}
