.or-sched{text-align:center}.or-sched__desc{margin:0 0 12px;color:var(--secondary-text-color);font-size:.95rem;line-height:1.4}.or-sched__presets{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:0 0 14px}.or-sched__chip.is-active{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.or-sched__body{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:20px}.or-sched__cal{width:266px}.or-sched__cal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.or-sched__month{font-weight:600;color:var(--primary-text-color)}.or-sched__nav{width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;line-height:1;background:0 0;color:var(--primary-text-color);border:none;border-radius:50%;box-shadow:none;cursor:pointer}.or-sched__nav:hover{background:var(--lightest-gray-color);box-shadow:none;transform:none;color:var(--primary-text-color)}.or-sched__nav:disabled{opacity:.3;cursor:default;background:0 0}.or-sched__weekdays{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:4px}.or-sched__weekdays span{font-size:.72rem;font-weight:600;color:var(--primary-light-text-color,var(--secondary-text-color));text-transform:uppercase}.or-sched__grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.or-sched__day{aspect-ratio:1/1;width:100%;padding:0;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:500;background:0 0;color:var(--primary-text-color);border:none;border-radius:8px;box-shadow:none;cursor:pointer;transition:background-color .12s ease,color .12s ease}.or-sched__day:hover{background:var(--lightest-gray-color);box-shadow:none;transform:none;color:var(--primary-text-color)}.or-sched__day.is-out{color:var(--primary-lightest-text-color,#b8b8b8)}.or-sched__day.is-disabled,.or-sched__day:disabled{color:var(--primary-lightest-text-color,#ccc);opacity:.5;cursor:default;background:0 0}.or-sched__day.is-selected,.or-sched__day.is-selected:hover{background:var(--primary-color);color:#fff;font-weight:700}.or-sched__time{text-align:left;min-width:150px}.or-sched__time-label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;color:var(--primary-light-text-color,var(--secondary-text-color));margin-bottom:8px}.or-sched__time-row{display:flex;align-items:center;gap:6px}.or-sched__colon{font-weight:600;color:var(--secondary-text-color)}.or-sched__sel{padding:8px 10px;font-size:.95rem;color:var(--primary-text-color);background:var(--base-alt-color);border:1px solid var(--block-border-color);border-radius:8px;cursor:pointer;box-shadow:none}.or-sched__sel:focus{outline:0;border-color:var(--primary-color)}.or-sched__summary{margin:16px 0 0;min-height:1.3em;font-size:.9rem;color:var(--secondary-text-color)}.or-sched__summary strong{color:var(--primary-text-color);font-weight:600}@media (max-width:560px){.or-sched__body{gap:16px}.or-sched__cal{width:100%;max-width:300px}.or-sched__time{width:100%;max-width:300px;text-align:center}.or-sched__time-row{justify-content:center}}