/* ================================================================
   TERRITÓRIO MLS — Competition Archive (taxonomy-competicoes)
   Extends tmls-hub.css — page-level GP overrides + pagination.
   ================================================================ */

/* ── Page-level overrides ── */
body.tax-competicoes {
  background: #f5f5f5;
  color: #111;
}
body.tax-competicoes .site-content,
body.tax-competicoes.one-container .site-content {
  width: 100%;
  max-width: none;
  padding: 0;
}
body.tax-competicoes .site.grid-container {
  max-width: 100%;
  padding: 0;
}
body.tax-competicoes .featured-image.page-header-image,
body.tax-competicoes .entry-header,
body.tax-competicoes .archive-title { display: none; }

/* ── Hub container: white surface to avoid dual-tone with page bg ── */
body.tax-competicoes .hub {
  background: #fff;
  border-radius: 4px;
  padding-top: 8px;
  margin-top: 8px;
}

/* ── Pagination ── */
.hub__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 16px 0;
  margin-top: 12px;
  border-top: 1px solid #eee;
  font-family: -apple-system, BlinkMacSystemFont, 'Inter', 'Segoe UI', sans-serif;
  font-size: 14px;
}

.hub__pagination a,
.hub__pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 6px 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #444;
  font-weight: 500;
  transition: background .15s, color .15s;
}

.hub__pagination a:hover {
  background: #eee;
  color: #111;
}

.hub__pagination .current {
  background: #111;
  color: #fff;
  font-weight: 700;
}

.hub__pagination .dots {
  color: #999;
}
