/* Legal pages: same three-column header alignment as the main page. */
.legal-header-main {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) !important;
}

.legal-header-spacer {
  display: block;
  min-width: 0;
  justify-self: start;
}

.legal-header-main .logo {
  grid-column: 2;
  justify-self: center;
}

.legal-header-main .header-actions {
  grid-column: 3;
  justify-self: end;
}

@media (max-width: 760px) {
  .legal-header-main {
    gap: 10px !important;
  }
}
