/* ==========================================================
   ENTHUSIAST 4.0 — DEFAULT FORM STYLING
   Join • Update • Affiliate
   ========================================================== */

.join-form p,
.update-form p,
.affiliate-form p {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.join-form label,
.update-form label,
.affiliate-form label,
.join-form span[class$="_label"],
.update-form span[class$="_label"],
.affiliate-form span[class$="_label"] {
  font-weight: bold;
}

.join-form input,
.join-form select,
.join-form textarea,
.update-form input,
.update-form select,
.update-form textarea,
.affiliate-form input,
.affiliate-form select,
.affiliate-form textarea {
  max-width: 320px;
  padding: 6px;
  box-sizing: border-box;
  font: inherit;
}

.join-form input[type="radio"],
.update-form input[type="radio"],
.affiliate-form input[type="radio"] {
  width: auto;
}

.join-form input[type="submit"],
.update-form input[type="submit"],
.affiliate-form input[type="submit"] {
  width: fit-content;
  margin-top: 10px;
}

.join-form input[type="file"],
.update-form input[type="file"],
.affiliate-form input[type="file"] {
  width: 320px;
}