/* YMCA Payroll Deduct — Base Styles */

body {
  font-size: 16px;
  background: #f8f9fa;
}

/* Prevent iOS input zoom */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
select,
textarea {
  font-size: 16px !important;
}

.form-control-lg,
.form-select-lg {
  min-height: 52px;
}

/* Rate matrix table */
.rate-matrix input[type="number"] {
  font-size: 0.9rem;
}

/* Canvas signature border */
canvas {
  touch-action: none;
}

/* Teal button */
.btn-teal {
  background-color: #01A490;
  color: #fff;
  border: none;
}
.btn-teal:hover {
  background-color: #018a78;
  color: #fff;
}

/* Waiver text scroll box */
.waiver-text {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #444;
}

/* Progress bar */
.progress {
  border-radius: 4px;
}

/* Card consistency */
.card {
  border-radius: 8px;
}

/* Large tap targets for mobile */
@media (max-width: 768px) {
  .btn-lg {
    min-height: 56px;
    font-size: 1.05rem;
  }
  .form-control,
  .form-select {
    min-height: 50px;
  }
}
