.representative-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.dpa-section {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 1rem;
}

.dpa-info {
  margin-bottom: 1.25rem;
}

.heading-4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.paragraph-small {
  font-size: 0.9375rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.dpa-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.email-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  padding: 0.5rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
}

.info-icon {
  width: 1rem;
  height: 1rem;
  opacity: 0.7;
}

.link {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.2s ease;
}

.link:hover {
  color: var(--primary-color-light);
} 