/* ==========================================================================
   Block: Contact details
   --------------------------------------------------------------------------
   No comp for this page — plain, token-only styling, easy to discard once
   one exists.
   ========================================================================== */

.awx-cd__header {
  margin-bottom: var(--awx-space-lg);
}

.awx-cd__list {
  display: flex;
  flex-direction: column;
  gap: var(--awx-space-md);
  margin: 0;
}

.awx-cd__row {
  padding-bottom: var(--awx-space-md);
  border-bottom: var(--awx-rule) solid var(--surface-rule);
}

.awx-cd__row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.awx-cd__row dt {
  margin-bottom: var(--awx-space-2xs);
  color: var(--surface-muted);
  font-size: var(--awx-step--1);
  text-transform: uppercase;
  letter-spacing: var(--awx-eyebrow-tracking);
}

.awx-cd__row dd {
  margin: 0;
  color: var(--surface-heading);
  font-size: var(--awx-step-0);
}

.awx-cd__row dd a {
  color: inherit;
  text-decoration: none;
}

.awx-cd__row dd a:hover {
  text-decoration: underline;
}
