.vxl-row {
  margin-bottom: 20px;
}

.vxl-row label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  color: #6c6c6c;
  /* margin-left: 16px; */
}

/* Form container */
.vxl-sbics-widget {
  border: 1px solid #e2e8f0;
  padding: 20px 24px;
  border-radius: 10px;
  background-color: #f6fffa;
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

/* Input and select fields unified */
.vxl-row input[type="text"],
.vxl-row input[type="email"],
.vxl-row input[type="tel"],
.vxl-row input[type="date"],
.vxl-row select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #848484d9;
  box-sizing: border-box;
  font-size: 15px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

/* Focus highlight */
.vxl-row input:focus,
.vxl-row select:focus {
  border-color: #1d5689;
  box-shadow: 0 0 0 3px rgba(29, 86, 137, 0.15);
  outline: none;
}

/* Hint message */
.vxl-hint {
  font-size: 12px;
  color: #555;
  margin-top: 4px;
}

/* System messages */
.vxl-msg {
  margin-top: 10px;
}

/* Submit button */
button.button.button-primary {
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  background: #1d5689;
  color: #fff;
  border: 2px solid #1d5689;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
}

button.button.button-primary:hover {
  background: transparent;
  color: #1d5689;
}

/* Booking title */
.vxl-book-title {
  font-size: 25px;
  text-align: center;
  margin-bottom: 16px;
  color: #1d5689;
  font-weight: 700;
}

/* Important note (availability message) */
.vxl-note {
  background: #fff4f4;
  border-left: 4px solid #d6336c;
  padding: 10px 12px;
  color: #b4003d;
  font-size: 15px;
  border-radius: 4px;
  margin: 10px 0 15px;
  line-height: 1.5;
}

.flatpickr-day.flatpickr-disabled {
  color: #c3c4c7 !important;
  cursor: not-allowed !important;
}



/* Responsive */
@media (max-width: 480px) {
  .vxl-sbics-widget {
    width: 95%;
    padding: 16px;
  }
  .vxl-row input,
  .vxl-row select {
    font-size: 14px;
  }
  button.button.button-primary {
    font-size: 15px;
  }
}


  .payment-steps {
      margin: 24px 0;
      padding: 18px;
      border: 1px solid #d1e7dd;
      background: #f6fffa;
      border-radius: 12px;
  }

   .payment-title {
      font-size: 18px;
      margin-bottom: 12px;
      color: #000;
      text-align: left; 
  }

  .checkout-content{
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 16px;
    color: #000;
    line-height: 1.6;
    text-align: left; 
  }