.cs-day-picker{width:100%;overflow:hidden;background:#3E3C3C;padding:7px 12px;border-radius:8px}.cs-day-picker__strip{display:flex;gap:8px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:5px 16px;scrollbar-width:none;-ms-overflow-style:none}.cs-day-picker__strip::-webkit-scrollbar{display:none}.cs-day-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:90px;height:90px;background:#111;border-radius:8px;text-decoration:none!important;color:#fff!important;flex-shrink:0;scroll-snap-align:start;transition:background 0.2s ease,transform 0.15s ease;cursor:pointer;padding:8px 12px;box-sizing:border-box}.cs-day-pill:hover{background:#222;transform:translateY(-2px)}.cs-day-pill--active{background:#E30613!important}.cs-day-pill--active:hover{background:#a93226!important}.cs-day-pill__nome{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;line-height:1;margin-bottom:4px}.cs-day-pill__num{font-size:1.8rem;font-weight:700;line-height:1;color:#E30613}.cs-day-pill--active .cs-day-pill__num{color:#fff}.cs-day-pill__mese{font-size:.65rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#aaa;line-height:1;margin-top:4px;text-align:center}.cs-day-pill--active .cs-day-pill__mese{color:rgb(255 255 255 / .8)}.cs-day-pill:first-child .cs-day-pill__mese{font-size:.55rem;letter-spacing:.04em}@media (max-width:768px){.cs-day-pill{min-width:72px;height:80px}.cs-day-pill__num{font-size:1.5rem}}