.time-slot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.time-slot-grid button{padding:6px 0;border:none;background-color:#fff;border-radius:8px;cursor:pointer;font-weight:400;font-size:.6875rem;line-height:1.3125rem}@media(min-width:567px){.time-slot-grid button{font-weight:400;font-size:.875rem;line-height:1.3125rem}}.time-slot-grid button.selected{background-color:#8a50ef;color:#fff}.unselected{grid-column:span 3;text-align:center;color:gray}