/* ═══════════════════════════════════════════
   PRIVACY PAGE — extra styles (tables, h3s)
═══════════════════════════════════════════ */

.shipping-section h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin: 1.5rem 0 0.6rem;
  line-height: 1.3;
}

.shipping-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.9rem;
}

.shipping-section th,
.shipping-section td {
  border: 1px solid rgba(0,0,0,0.1);
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
  line-height: 1.6;
  color: var(--text-mid);
}

.shipping-section th {
  background: var(--cream);
  font-weight: 600;
  color: var(--text-dark);
  font-size: 0.85rem;
}

.shipping-section td ul {
  padding-left: 1.2rem;
  margin: 0;
}

.shipping-section td li {
  font-size: 0.88rem;
  margin-bottom: 0.2rem;
}

@media (max-width: 600px) {
  .shipping-section h3 {
    font-size: 1rem;
  }

  .shipping-section table {
    font-size: 0.82rem;
    display: block;
    overflow-x: auto;
  }

  .shipping-section th,
  .shipping-section td {
    padding: 0.5rem 0.75rem;
  }
}
