/**
 * Sarkson Records — label artist apply / portal
 */
.label-agreement-scroll {
  max-height: 22rem;
  overflow-y: auto;
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: var(--bg-deep);
  font-size: 0.9rem;
  line-height: 1.55;
}

.label-agreement-scroll h3 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-gold);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}

.label-agreement-scroll h3:first-child {
  margin-top: 0;
}

.label-sig-preview {
  max-height: 120px;
  max-width: 280px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
  border: 1px solid var(--border);
}

.label-portal-grid .fan-tile {
  min-height: 140px;
}
