.mps-avail-cal{
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.05);
  background:#fff;
  margin-top:12px;
  max-width:420px;
}

.mps-avail-cal .mps-cal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:8px;
}

.mps-avail-cal .mps-cal-title{
  font-weight:700;
}

.mps-avail-cal .mps-cal-nav{
  background:#fff !important;
  border:1px solid #e2e8f0 !important;
  border-radius:8px !important;
  padding:4px 10px !important;
  cursor:pointer !important;
  color:#1e293b !important;
  box-shadow:none !important;
  font-weight:400 !important;
}

.mps-avail-cal .mps-cal-nav:hover{
  background:#f5f5f5 !important;
}

.mps-avail-cal .mps-cal-nav:disabled{
  opacity:.4;
  cursor:not-allowed;
}

.mps-avail-cal .mps-grid{
  display:grid;
  grid-template-columns:repeat(7,1fr);
  gap:6px;
}

.mps-avail-cal .cell{
  border:1px solid #e5e7eb;
  border-radius:10px;
  min-height:36px;
  text-align:center;
  padding:6px;
  font-size:13px;
  background:#fff;
  color:#1e293b;
  cursor:pointer;
}

.mps-avail-cal .cell.booked{
  background:#f3f4f6;
  color:#9ca3af;
  border-color:#eceff3;
  cursor:not-allowed;
}

.mps-avail-cal .cell.pad{
  visibility:hidden;
}

.mps-avail-cal .cell.in-range{
  background:#f3e2da5e !important;
  border:1px solid #f3e2da;
}

.mps-avail-cal .cell.selected,
.mps-avail-cal .cell.range-start,
.mps-avail-cal .cell.range-end{
  outline:1px solid #b89484;
  background:#f3e2da5e !important;
  border:1px solid #f3e2da;
  position:relative;
}

.mps-avail-cal .mps-legend{
  display:flex;
  gap:12px;
  margin-top:6px;
  font-size:11px;
  color:#444;
}

.mps-avail-cal .mps-legend .box{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:3px;
  margin-right:6px;
  border:1px solid #ccc;
}

.mps-avail-cal .mps-legend .box-free{ background:#fff; }
.mps-avail-cal .mps-legend .box-booked{ background:#f0f0f0; }

.mps-avail-cal .mps-ctrls{
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:12px;
}

.mps-avail-cal .mps-ctrls .mps-guests{
  height:40px;
  border:1px solid #e2e8f0;
  border-radius:8px;
  padding:0 12px;
}

.mps-avail-cal .mps-ctrls .mps-book{
  height:44px;
  padding:0 18px;
  border:none;
  border-radius:12px;
  font-weight:600;
  cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
}

.mps-avail-cal .mps-ctrls .mps-book:disabled{
  opacity:.6;
  cursor:not-allowed;
}

.mps-avail-cal .sr-only{
  position:absolute;
  width:1px;height:1px;
  padding:0;margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
