/* === Saarflex Grav Theme — Overrides for CMS pages === */

/* Current-page nav highlight handled in shared.css now (red on tinted bg). */

/* Page content within card */
.card .page-content h2:first-child { margin-top: 0; }

/* Mobile: CTA buttons full width */
@media (max-width: 600px) {
  .page-content .cta-button {
    display: block !important;
    width: 100% !important;
    text-align: center;
    padding: 14px 20px !important;
    margin: 1rem 0 !important;
  }
  .page-content table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .page-content th, .page-content td {
    white-space: nowrap;
    min-width: 80px;
    font-size: 0.85rem;
    padding: 8px 10px;
  }
}

/* Touch-friendly on mobile */
@media (max-width: 840px) {
  .page-content ul li, .page-content ol li {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .page-content a[href^="tel:"],
  .page-content a[href^="mailto:"] {
    font-weight: 600;
  }
}
