/* ONE SONG legal page */
.os-hero--legal { padding: 100px 0 40px; }
.os-legal-hero-inner { position: relative; z-index: 1; }
.os-title--legal { font-size: clamp(22px,3vw,32px); }
.os-section--legal { padding: 40px 0 100px; }
.os-legal-table {
  width: 100%;
  border-collapse: collapse;
}
.os-legal-table th,
.os-legal-table td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
  font-size: 14px;
  line-height: 1.8;
  vertical-align: top;
}
.os-legal-table th {
  width: 180px;
  font-weight: 700;
  color: var(--os-charcoal);
  background: rgba(0,0,0,0.015);
  white-space: nowrap;
}
@media (max-width: 640px) {
  .os-legal-table th { width: auto; display: block; border-bottom: none; padding-bottom: 4px; }
  .os-legal-table td { display: block; padding-top: 0; }
}

/* Accessibility: stable touch targets and keyboard focus */
.os-legal-table a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.os-legal-table a:focus-visible {
  outline: 3px solid rgba(212, 114, 143, 0.85);
  outline-offset: 4px;
}
