/* ---------------------------------------------------------
   CAREERS PAGE STYLES
   Specific styles for the Careers / Apply page
   --------------------------------------------------------- */

.section-container--narrow-48 {
  max-width: 48rem;
}

.careers-apply-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--foreground);
}

/* File input placeholder button */
.file-upload-btn {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  background: var(--muted);
  border: 1px dashed var(--border);
  color: var(--muted-foreground);
  border-radius: var(--radius);
  font-size: 0.875rem;
  transition: all 0.2s;
}

.file-upload-btn:hover {
  background: hsl(220 13% 93%);
  color: var(--foreground);
  border-color: var(--muted-foreground);
}

.pc-file-input-hidden {
  display: none;
}

.pc-form-field-hint {
  font-size: 0.75rem;
  color: var(--muted-foreground);
  margin-top: 0.5rem;
}

.careers-project-hint {
  font-size: 0.875rem;
  color: var(--muted-foreground);
  line-height: 1.5;
  margin-bottom: 1rem;
}
