.liff-reserve-form {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Noto Sans TC', sans-serif;
}

.liff-reserve-form h2 {
  color: #2979ff;
  margin-bottom: 1rem;
}

.liff-reserve-form label {
  display: block;
  margin-top: 1rem;
  font-weight: bold;
}

.liff-reserve-form input,
.liff-reserve-form select {
  width: 100%;
  padding: 0.6rem;
  margin-top: 0.3rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.submit-btn {
  background-color: #43a047;
  color: white;
  padding: 0.8rem;
  margin-top: 1.5rem;
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
}
.submit-btn:hover {
  background-color: #2e7d32;
}

.booking-container {
  background: #fff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  max-width: 600px;
  margin: 0 auto;
  font-family: 'Noto Sans TC', sans-serif;
}

.booking-container h2 {
  text-align: center;
  margin-bottom: 1rem;
}

.course-summary {
  background: #f1f7fe;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}

form label {
  font-weight: bold;
  margin-top: 1rem;
  display: block;
}

form input,
form select,
form textarea {
  width: 100%;
  padding: 0.6rem;
  margin-top: 0.4rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
}

.submit-btn, #add-child-btn, .remove-child-btn {
  margin-top: 1.5rem;
  padding: 0.8rem;
  font-size: 1rem;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  width: 100%;
}

.submit-btn {
  background-color: #43a047;
  color: white;
}

#add-child-btn {
  background-color: #2979ff;
  color: white;
}

.remove-child-btn {
  background-color: #e53935;
  color: white;
  width: auto;
  margin-top: 1rem;
}
