@charset "UTF-8";
/* CSS Document */
.mybs-calendar-wrapper {
  max-width: 400px;
  border: 1px solid #ddd;
  padding: 16px;
  margin: 16px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mybs-calendar-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.mybs-calendar-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}

.mybs-calendar-table th,
.mybs-calendar-table td {
  border: 1px solid #eee;
  text-align: center;
  padding: 4px;
  height: 32px;
}

.mybs-empty {
  background: #fafafa;
}

.mybs-day {
  cursor: default;
}

.mybs-booking-form .mybs-field {
  margin-bottom: 8px;
}

.mybs-booking-form input[type="text"],
.mybs-booking-form input[type="email"],
.mybs-booking-form input[type="date"] {
  width: 100%;
  max-width: 100%;
}

