.cbbw-original-input { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; border: 0 !important; opacity: 0 !important; pointer-events: none !important; }
.cbbw-wheel { display: grid !important; grid-template-columns: 1fr 1fr 1fr 1fr; gap: .5rem !important; width: 100% !important; margin: 0 0 .5rem; }
.cbbw-wheel .cbbw-select { box-sizing: border-box !important; width: 100% !important; max-width: none !important; min-height: 44px; padding: .45rem .6rem; background: #fff; border: 1px solid #767676; border-radius: 4px; font-size: 16px; }
.cbbw-year,.cbbw-month,.cbbw-day { min-width: 0 !important; }
.cbbw-has-error .cbbw-select { background: #ffe4ec; border: 2px solid #b4234d; }
.cbbw-error { grid-column: 1 / -1; margin: .15rem 0 0; color: #b4234d; font-weight: 700; }
@media (max-width: 420px) { .cbbw-wheel { grid-template-columns: 1fr !important; gap: .35rem !important; } }
