.calendar__header{margin-bottom:1.25rem;display:flex;align-items:center;justify-content:space-between}.calendar__title{font-size:1.25rem;line-height:1.75rem;font-weight:500;--tw-text-opacity:1;color:rgb(34 34 34 / var(--tw-text-opacity))}@media (max-width: 768px){.calendar__title{font-size:1rem;line-height:1.5rem}}.calendar__nav{display:flex;align-items:center;gap:0.25rem}.calendar__nav-btn{height:2rem;width:2rem;padding:0;border-radius:.375rem;background:none;border:none;display:flex;align-items:center;justify-content:center;transition:background .2s;cursor:pointer}.calendar__nav-btn:hover{background:#f3f4f6}.calendar__days-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}@media(max-width: 768px){.calendar__days-row{margin-bottom:14px}}.calendar__day-name{height:30px;width:46px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;color:#222}@media(max-width: 768px){.calendar__day-name{height:36px;width:36px;font-size:15px}}.calendar__grid{display:flex;flex-direction:column;gap:.22rem}.calendar__row{display:flex;align-items:center;justify-content:space-between}.calendar__cell{height:48px;width:48px;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:500;position:relative;transition:background .2s,color .2s;color:#666;background:none;border:none;cursor:pointer}.calendar__cell:hover:not(:disabled):not(.calendar__cell--selected):not(:empty){background:#f3f4f6;color:#111827}.calendar__cell--past{color:#d1d5db;cursor:not-allowed;background:none}.calendar__cell--selected{background:#10a4ce;color:#fff}.calendar__cell--selected:hover{background:#10a4ce}.calendar__cell--today:not(.calendar__cell--selected){background:#dbeafe;color:#10a4ce}@media(max-width: 768px){.calendar__cell{height:36px;width:36px;font-size:15px}}.wpcf7{display:none !important}
