/**
 * United Earth — Progress Log
 * ---------------------------
 * Scope:
 * 1) Progress pagination (GenerateBlocks Query pagination)
 * 2) Single Progress post styling
 *
 * Requirement:
 * - Add class `ue-progress-pagination` to the pagination wrapper/block
 *   on the Progress log page (stable selector; avoids GB auto IDs).
 */


/* ============================================================
 * 1) Progress pagination
 * ============================================================ */

.ue-progress-pagination .page-numbers {
  background: transparent !important;
  border: none !important;
  padding: 0 .4rem !important;

  color: var(--ue-red-dark) !important;
  text-decoration: none;
}

.ue-progress-pagination .page-numbers:hover {
  color: var(--ue-green) !important;
}

.ue-progress-pagination .page-numbers.current {
  font-weight: 700 !important;
}


/* ============================================================
 * 2) Single Progress post styling
 * ============================================================ */

body.category-progress-log.single-post .inside-article {
  background: #ffffcc; /* or var(--global-color-19) */
  padding: 40px;
}

body.category-progress-log.single-post .entry-header,
body.category-progress-log.single-post .entry-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
