.bundle-timer{
  display:flex; justify-content:center; align-items:center;
  gap:8px; flex-wrap:wrap; text-align:center;
  font-size:16px; line-height:1.2; margin-top:6px;
}
.bundle-timer .bt-label{ color:#635F5C; font-weight:700; }
.bundle-timer .bt-count{
  background:#ffeded; color:#55B5F1; padding:4px 8px;
  border-radius:8px; font-weight:700; letter-spacing:.5px; font-size:18px;
}
@media (min-width:480px){
  .bundle-timer{ font-size:15px; }
  .bundle-timer .bt-count{ font-size:16px; }
}
