.form-section {
  background-color: #f8f9fa;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.form-header {
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.required-field::after {
  content: " *";
  color: red;
}
.school-logo {
  max-height: 100px;
  margin-bottom: 20px;
}

.form-section {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid #dee2e6;
}

.form-header {
  color: #0d6efd;
  border-bottom: 2px solid #0d6efd;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}

.school-logo {
  max-width: 100px;
  height: auto;
  margin-bottom: 15px;
}

/* Required field indicator */
.form-required::after {
  content: "*";
  color: #dc3545;
  margin-left: 3px;
}

/* Improve file upload styling */
.form-type-managed-file .description {
  font-size: 0.875em;
  color: #6c757d;
  margin-top: 5px;
}

/* Checkbox styling */
.form-type-checkbox {
  margin-bottom: 10px;
}

.form-type-checkbox label {
  margin-left: 5px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .form-section {
    padding: 15px;
  }

  .form-header {
    font-size: 1.25rem;
  }
}

form.alliance-apply-form {
  #edit-extracurricular,
  #edit-conditions {
    .form-item:first-child {
      margin-top: 0.5rem;
    }
    .form-item {
      margin-bottom: 0.1rem;
    }
  }
}
