/* SEO content styles — colors via site CSS variables only (no prefers-color-scheme here). */

.sc-breadcrumbs {
  font-size: 0.85rem;
  color: var(--text);
  margin-bottom: 0.75rem;
}

.sc-breadcrumbs a {
  color: var(--link);
  text-decoration: none;
}

.sc-breadcrumbs a:hover {
  text-decoration: underline;
}

.sc-breadcrumbs .bc-sep {
  margin: 0 0.25rem;
  opacity: 0.7;
}

.sc-hero {
  margin-bottom: 1rem;
}

.sc-hero h1 {
  font-size: 1.5rem;
  margin: 0 0 0.35rem;
  line-height: 1.25;
}

.sc-subheadline {
  margin: 0 0 0.75rem;
  opacity: 0.85;
}

.sc-home-date {
  font-size: 0.85rem;
  opacity: 0.85;
  margin: 0 0 0.75rem;
}

.sc-summary {
  margin: 0 0 1rem;
}

.sc-day-panel[hidden] {
  display: none;
}

#helioporeo-timeline {
  margin-bottom: 1rem;
}

.seo-section {
  margin-top: 2rem;
}

.seo-section h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.seo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.seo-table th,
.seo-table td {
  border: 1px solid var(--border-table);
  padding: 0.4rem 0.5rem;
  text-align: left;
  color: var(--text);
}

/* Keep compact 3-column layout on mobile (override site style.css card-table rules). */
@media screen and (max-width: 700px) {
  .seo-table {
    display: table;
    table-layout: auto;
  }

  .seo-table thead {
    display: table-header-group;
  }

  .seo-table tbody {
    display: table-row-group;
  }

  .seo-table tr {
    display: table-row;
    margin-bottom: 0;
  }

  .seo-table th,
  .seo-table td {
    display: table-cell;
    padding: 0.35rem 0.4rem;
    font-size: 0.85rem;
    border: 1px solid var(--border-table-mobile);
  }

  .seo-table td::before {
    content: none;
    display: none;
  }
}

.related-links {
  padding-left: 1.25rem;
}

.related-links a {
  color: var(--link);
}

.app-cta {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  background: var(--bg-muted);
  border-radius: 8px;
}

.app-cta h2 {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.sc-store-link {
  display: inline-block;
  margin-top: 0.5rem;
  line-height: 0;
}

.sc-store-link img {
  display: block;
  width: 155px;
  height: 60px;
}

.sc-hub-intro {
  opacity: 0.85;
  margin: 0 0 1.5rem;
}

.hub-group {
  margin-top: 2rem;
}

.hub-group h2 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.hub-links {
  padding-left: 1.25rem;
}

.hub-links a {
  color: var(--link);
}
