/* ==============================
   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 select {
  width: 100%;
  margin-bottom: 16px;
  padding: 14px 16px;
  border-radius: 28px;
  background: #0d0d0d;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.2);
}

.xeno-warranty-form label {
  display: block;
  margin: 18px 0 6px;
  font-weight: 500;
  color: #fff;
}

.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: #00a7a7;
  color: #fff;
}

.xeno-msg.error {
  background: #d9534f;
  color: #fff;
}

/* Date icon visibility */
input[type="date"] {
  color-scheme: dark;
}
