.esb-simple-wrapper,
.esb-simple-wrapper * {
  box-sizing: border-box;
}

.esb-simple-wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0;
}

.esb-simple-card {
  background: #edf1f1;
  padding: 18px 18px 16px;
  border-radius: 0;
}

.esb-simple-title {
  margin: 0 0 10px !important;
  font-size: 30px !important;
  line-height: 1.5 !important;
  color: #111 !important;
  font-weight: 700 !important;
  
}

.esb-simple-subtitle {
  margin: 0 0 20px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  color: #000 !important;
  
}

.esb-simple-note {
  margin: 0 0 20px !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #000 !important;
  
}

.esb-day-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.esb-day-tab {
  width: 100%;
  height: 38px;
  border: 1px solid #d8dede;
  background: #f2f4f4;
  color: #111;
  font-size: 15px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  cursor: pointer;
  border-radius: 3px;
  padding: 0 10px;
  text-align: center;
}

.esb-day-tab.active {
  background: #31b9a2;
  border-color: #31b9a2;
  color: #fff;
}

.esb-slot-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 18px;
}

.esb-slot-btn {
  min-height: 52px;
  border: 1px solid #d6dcdc;
  background: #fff;
  color: #111;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 400;
  padding: 8px 4px;
  cursor: pointer;
  border-radius: 3px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: normal;
  white-space: normal;
}

.esb-slot-btn span {
  display: block;
}

.esb-slot-btn small {
  display: block;
  margin-top: 4px;
  font-size: 11px;
  color: inherit;
}

.esb-slot-btn:hover {
  border-color: #31b9a2;
}

.esb-slot-btn.selected {
  background: #31b9a2;
  border-color: #31b9a2;
  color: #fff;
}

.esb-slot-btn.full {
  background: #f6f6f6;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}

.esb-selected-info {
  margin: 6px 0 24px;
  padding: 10px 12px;
  background: #e7f7f4;
  color: #278f7e;
  font-size: 14px;
  line-height: 1.5;
  font-family: Georgia, "Times New Roman", serif;
}


.esb-timezone {
  margin: 30px 0 22px;
  color: #4f5c5d;
  font-size: 15px;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}

.esb-simple-form {
  margin-top: 0;
}

.esb-field {
  margin-bottom: 18px;
}

.esb-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #111;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
}

.esb-field input,
.esb-field select {
  width: 100%;
  height: 38px;
  border: 1px solid #e1e7e7;
  background: #f4f7f7;
  border-radius: 2px;
  padding: 8px 10px;
  font-size: 15px;
  color: #111;
  box-sizing: border-box;
  outline: none;
  font-family: Arial, Helvetica, sans-serif;
}

.esb-field input:focus,
.esb-field select:focus {
  border-color: #31b9a2;
  background: #fff;
}

.esb-book-btn {
  width: 100%;
  height: 56px;
  border: 1px solid #22a892;
  border-bottom-width: 3px;
  background: #31b9a2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  border-radius: 0;
  margin-top: 4px;
}

.esb-book-btn:hover {
  background: #2ca893;
}

.esb-book-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.esb-message {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.esb-message.success {
  color: #14805e;
}

.esb-message.error,
.esb-error {
  color: #b42318;
}

.esb-loading {
  grid-column: 1 / -1;
  padding: 12px 0;
  font-size: 14px;
  color: #555;
}

.esb-honeypot {
  position: absolute !important;
  left: -9999px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.esb-thankyou-wrapper {
  max-width: 760px;
  margin: 40px auto;
  padding: 0 16px;
}

.esb-thankyou-card {
  background: #edf1f1;
  padding: 34px 30px;
  border-radius: 0;
  font-family: Georgia, "Times New Roman", serif;
}

.esb-thankyou-card h1 {
  margin: 0 0 18px !important;
  color: #111 !important;
  font-size: 28px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
}

.esb-thankyou-card p {
  margin: 0 0 14px !important;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}

@media (max-width: 991px) {
  .esb-slot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .esb-simple-card {
    padding: 16px 14px;
  }

  .esb-simple-title {
    font-size: 20px !important;
  }

  .esb-day-tabs {
    grid-template-columns: 1fr;
  }

  .esb-slot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .esb-slot-grid {
    grid-template-columns: 1fr;
  }
}
