/* [project]/src/app/legal.css [app-client] (css) */
.legal-page {
  font-family: var(--font-archivo), "Archivo", system-ui, sans-serif;
  color: #1a2332;
  background: #fff;
}

.legal-hero {
  background: #080b0f12;
  border-bottom: 1px solid #080b0f14;
  padding: 56px 0 48px;
}

.legal-container {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

.legal-kicker {
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #0080ba;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
}

.legal-title {
  font-family: var(--font-brygada), "Brygada 1918", Georgia, serif;
  letter-spacing: -.02em;
  color: #111;
  margin: 0 0 12px;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.legal-subtitle {
  color: #546478;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

.legal-body {
  padding-top: 56px;
  padding-bottom: 80px;
}

.legal-section {
  border-bottom: 1px solid #080b0f12;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.legal-section:last-of-type {
  border-bottom: none;
}

.legal-section h2 {
  font-family: var(--font-brygada), "Brygada 1918", Georgia, serif;
  color: #111;
  border-bottom: 2px solid #0080ba;
  margin: 0 0 16px;
  padding-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  display: inline-block;
}

.legal-section h3 {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #0080ba;
  margin: 24px 0 8px;
  font-size: 14px;
  font-weight: 700;
}

.legal-section p {
  color: #333;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
}

.legal-section a {
  color: #0080ba;
  border-bottom: 1px solid #0080ba4d;
  text-decoration: none;
  transition: border-color .15s;
}

.legal-section a:hover {
  border-color: #0080ba;
}

.legal-list {
  margin: 0 0 12px;
  padding-left: 20px;
}

.legal-list li {
  color: #333;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.7;
}

.legal-list li strong {
  color: #111;
}

.legal-table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
}

.legal-table td {
  color: #333;
  border-bottom: 1px solid #080b0f0f;
  padding: 10px 14px;
  line-height: 1.5;
}

.legal-table td:first-child {
  color: #111;
  white-space: nowrap;
  width: 220px;
  font-weight: 600;
}

.legal-table a {
  color: #0080ba;
  border-bottom: 1px solid #0080ba4d;
  text-decoration: none;
}

.legal-links {
  border-top: 1px solid #080b0f12;
  margin-top: 40px;
  padding-top: 24px;
}

.legal-links a {
  color: #0080ba;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .15s;
}

.legal-links a:hover {
  color: #006694;
}

@media (max-width: 640px) {
  .legal-hero {
    padding: 40px 0 32px;
  }

  .legal-body {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .legal-table td:first-child {
    white-space: normal;
    width: auto;
  }

  .legal-table {
    display: block;
    overflow-x: auto;
  }
}

/*# sourceMappingURL=src_app_legal_af2b0794.css.map*/