.schedule-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem;padding-bottom:30px}.schedule-grid::-webkit-scrollbar{display:none}.schedule-grid{-ms-overflow-style:none;scrollbar-width:none}@media (min-width:640px){.schedule-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}}.schedule-card{background-color:#f3f4f6;border-radius:.25rem}.schedule-card p{margin:0}.schedule-card-header{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:1rem;border-bottom:1px solid #eaecf0}.schedule-card-title{font-size:.875rem;font-weight:600;padding-left:.5rem;padding-right:.5rem}.schedule-card-content{padding:.75rem;display:flex;flex-direction:column;justify-content:flex-start;gap:.25rem}.schedule-card-not-available{color:#667085;font-size:.875rem}.schedule-card-until-notice{font-size:.875rem}.schedule-card-available-label{color:#667085;font-size:.75rem;font-weight:400}.schedule-card-period{margin-top:.5rem;margin-bottom:.5rem}.schedule-card-date-range{color:#101828;font-size:.75rem;font-weight:500}.schedule-card-days{display:flex;flex-direction:row;gap:.5rem;margin-top:.5rem;margin-bottom:.5rem}.schedule-card-note{color:#667085;font-size:.75rem;font-weight:400}