/* ==============================
   FORM LAYOUT FIX
============================== */

.xeno-warranty-form {
  max-width: 700px;
  margin-top: 30px;
}

.xeno-warranty-form select {
    padding: 10px 16px!important;
}

.xeno-warranty-form input, .xeno-warranty-form input[type=date], .xeno-warranty-form input[type=email],
.xeno-warranty-form select, .xeno-warranty-form input[type=text] {
  width: 100%;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 4px !important;
  background: #fff;
  color: #000;
  border: 1px solid #ced4da !important;
}

.xeno-warranty-form label {
  display: block;
  margin: 18px 0 6px;
  font-weight: 500;
  color: #000;
}

.xeno-terms {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.xeno-terms input {
  width: auto;
}

.xeno-warranty-form button {
  margin-top: 20px;
  padding: 12px 28px;
  border-radius: 30px;
}

/* ==============================
   SUCCESS / ERROR MESSAGE
============================== */

.xeno-msg {
  margin-top: 20px;
  padding: 14px 18px;
  border-radius: 8px;
  font-weight: 500;
}

.xeno-msg.success {
  background: #007bc0;
  color: #fff;
}

.xeno-msg.error {
  background: #d9534f;
  color: #fff;
}

/* Date icon visibility */
input[type="date"] {
  color-scheme: light;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0) !important;
}
