/*
Theme Name: PumpingChops Astra Child
Theme URI: https://pumpingchops.com
Description: Child theme for Astra on PumpingChops
Author: PumpingChops
Template: astra
Version: 0.1.0
Text Domain: astra-child
*/

/* Post layout shell for migrated articles (replaces missing Elementor post header) */
.single-post .entry-content > .pc-post-shell__header {
  margin: 0 0 1.75rem;
  padding: 1.25rem 1.25rem 1rem;
  border: 1px solid #e7edf3;
  border-radius: 12px;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.single-post .pc-post-shell__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  line-height: 1.2;
}

.single-post .pc-post-shell__categories a {
  display: inline-block;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: #eaf3ff;
  color: #0d4f8c;
  text-decoration: none;
}

.single-post .pc-post-shell__categories a:hover,
.single-post .pc-post-shell__categories a:focus {
  background: #d8eaff;
  color: #083b68;
}

.single-post .pc-post-shell__title {
  margin: 0;
  font-size: clamp(1.8rem, 3.3vw, 2.7rem);
  line-height: 1.1;
  text-wrap: balance;
}

.single-post .pc-post-shell__subtitle {
  margin: 0.8rem 0 0;
  color: #3d4b5c;
  font-size: 1rem;
  line-height: 1.55;
  max-width: 70ch;
}

.single-post .pc-post-shell__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem 1rem;
  margin: 1rem 0 0;
  padding-top: 0.9rem;
  border-top: 1px solid #e7edf3;
}

.single-post .pc-post-shell__meta-item {
  margin: 0;
}

.single-post .pc-post-shell__meta-item dt {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #66788a;
}

.single-post .pc-post-shell__meta-item dd {
  margin: 0.2rem 0 0;
  color: #18222d;
  font-weight: 500;
}

.single-post .pc-post-shell__meta-item dd a {
  color: #0d4f8c;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.single-post .pc-post-shell__meta-item dd a:hover,
.single-post .pc-post-shell__meta-item dd a:focus {
  color: #083b68;
}

.single-post .pc-post-shell__trust {
  margin-top: 0.95rem;
  padding: 0.9rem 1rem;
  border: 1px solid #e6edf5;
  border-radius: 10px;
  background: #fcfdff;
}

.single-post .pc-post-shell__trust-copy {
  margin: 0;
  color: #334455;
  font-size: 0.95rem;
  line-height: 1.45;
}

.single-post .pc-post-shell__trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.7rem 0 0;
  padding: 0;
  list-style: none;
}

.single-post .pc-post-shell__trust-links a {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  border: 1px solid #dfe9f3;
  border-radius: 999px;
  background: #ffffff;
  color: #0d4f8c;
  text-decoration: none;
  font-size: 0.85rem;
}

.single-post .pc-post-shell__trust-links a:hover,
.single-post .pc-post-shell__trust-links a:focus {
  background: #f4f8fc;
  border-color: #cfe0f1;
  color: #083b68;
}

.single-post .pc-post-shell__related {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px dashed #e3ebf3;
}

.single-post .pc-post-shell__related-label {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #66788a;
}

.single-post .pc-post-shell__related-links {
  margin: 0;
  padding-left: 1rem;
}

.single-post .pc-post-shell__related-links li + li {
  margin-top: 0.25rem;
}

.single-post .pc-post-shell__related-links a {
  color: #0d4f8c;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.single-post .pc-post-shell__related-links a:hover,
.single-post .pc-post-shell__related-links a:focus {
  color: #083b68;
}

.single-post .entry-content > .pc-post-shell__related--footer {
  margin: 1.5rem 0 0;
  padding: 1rem 1rem 0.25rem;
  border: 1px solid #e6edf5;
  border-radius: 10px;
  background: #fbfdff;
}

.single-post .entry-content > .pc-post-shell__related--footer .pc-post-shell__related-label {
  color: #415568;
}

.single-post .entry-content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.single-post .entry-content table tbody,
.single-post .entry-content table thead,
.single-post .entry-content table tfoot {
  display: table;
  width: 100%;
}

.single-post .entry-content .pc-amz-widget-fallback {
  min-width: 140px;
  font-weight: 600;
  color: #924a00;
  background: #fff7e8;
  border-color: #f1d3a7;
}

@media (max-width: 768px) {
  .single-post .entry-content > .pc-post-shell__header {
    padding: 1rem;
    margin-bottom: 1.25rem;
  }

  .single-post .pc-post-shell__meta {
    grid-template-columns: 1fr;
  }
}

.single-post .entry-content .pc-pros-cons-table {
  width: 100%;
  margin: 1rem 0 1.25rem;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #e5eaf0;
  border-radius: 10px;
  overflow: hidden;
  display: table;
}

.single-post .entry-content .pc-pros-cons-table thead th {
  background: #f4f8fc;
  color: #16212b;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.single-post .entry-content .pc-pros-cons-table th,
.single-post .entry-content .pc-pros-cons-table td {
  padding: 0.7rem 0.85rem;
  vertical-align: top;
  border-bottom: 1px solid #edf1f6;
  width: 50%;
}

.single-post .entry-content .pc-pros-cons-table td + td,
.single-post .entry-content .pc-pros-cons-table th + th {
  border-left: 1px solid #edf1f6;
}

.single-post .entry-content .pc-pros-cons-table tbody tr:last-child td {
  border-bottom: 0;
}

.single-post .entry-content .pc-pros-cons-table td:empty::before {
  content: "-";
  color: #9aa8b6;
}

@media (max-width: 768px) {
  .single-post .entry-content .pc-pros-cons-table,
  .single-post .entry-content .pc-pros-cons-table thead,
  .single-post .entry-content .pc-pros-cons-table tbody,
  .single-post .entry-content .pc-pros-cons-table tr,
  .single-post .entry-content .pc-pros-cons-table th,
  .single-post .entry-content .pc-pros-cons-table td {
    display: block;
    width: 100%;
  }

  .single-post .entry-content .pc-pros-cons-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .single-post .entry-content .pc-pros-cons-table tr {
    border-bottom: 1px solid #edf1f6;
  }

  .single-post .entry-content .pc-pros-cons-table tr:last-child {
    border-bottom: 0;
  }

  .single-post .entry-content .pc-pros-cons-table td {
    border: 0;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .single-post .entry-content .pc-pros-cons-table td:first-child::before,
  .single-post .entry-content .pc-pros-cons-table td:last-child::before {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #66788a;
  }

  .single-post .entry-content .pc-pros-cons-table td:first-child::before {
    content: "Pros";
  }

  .single-post .entry-content .pc-pros-cons-table td:last-child::before {
    content: "Cons";
  }
}

/* UI cleanup iteration: declutter header nav and improve article shell */

body.ast-separate-container {
  background: #f3f5f8;
}

.ast-separate-container #primary {
  margin-top: 1.25rem;
}

.ast-separate-container .ast-article-single,
.ast-separate-container .ast-article-post {
  border-radius: 14px;
  border: 1px solid #e7edf4;
  box-shadow: 0 10px 30px rgba(16, 34, 53, 0.05);
}

.site-header .main-header-bar {
  border-bottom: 1px solid #e6ebf2;
}

.site-header .ast-container {
  max-width: 1240px;
}

.site-header .main-header-menu > .menu-item > .menu-link {
  padding-inline: 0.7rem;
  font-weight: 500;
}

/* Hide trust/admin utility pages from the crowded primary header menu (use footer utility bar instead) */
#primary-menu #menu-item-29374,
#primary-menu #menu-item-29527,
#primary-menu #menu-item-29528,
#primary-menu #menu-item-29529,
#primary-menu #menu-item-29532,
#primary-menu #menu-item-29533,
#primary-menu #menu-item-29535 {
  display: none;
}

.single-post .entry-content {
  color: #202a35;
  line-height: 1.72;
}

.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol {
  max-width: 72ch;
}

.single-post .entry-content > h2 {
  margin-top: 1.8rem;
  padding-top: 0.2rem;
}

.single-post .entry-content > .pc-post-shell__header {
  margin: 0 0 1.35rem;
  padding: 1rem 1rem 0.9rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #f9fbff 0%, #ffffff 100%);
}

.single-post .pc-post-shell__title {
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  line-height: 1.08;
}

.single-post .pc-post-shell__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.single-post .pc-post-shell__meta-item {
  min-width: 140px;
  padding: 0.55rem 0.65rem;
  border: 1px solid #e8eef5;
  border-radius: 10px;
  background: #fff;
}

.single-post .pc-post-shell__trust {
  margin-top: 0.8rem;
  padding: 0.8rem 0.9rem;
}

.single-post .pc-post-shell__trust-links {
  gap: 0.35rem;
}

.single-post .pc-post-shell__trust-links a {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.pc-site-utility-links {
  margin-top: 1.25rem;
  border-top: 1px solid #e5ebf2;
  background: #f8fafc;
}

.pc-site-utility-links__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0.85rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  justify-content: center;
}

.pc-site-utility-links__inner a {
  color: #41576e;
  text-decoration: none;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0.25rem 0.45rem;
  border-radius: 999px;
}

.pc-site-utility-links__inner a:hover,
.pc-site-utility-links__inner a:focus {
  background: #eaf1f8;
  color: #173a5a;
}

@media (max-width: 900px) {
  .pc-site-utility-links__inner {
    justify-content: flex-start;
  }

  .single-post .pc-post-shell__meta-item {
    min-width: calc(50% - 0.4rem);
  }
}


/* Normalize Astra category list markup inside custom article header */
.single-post .pc-post-shell__categories .post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.single-post .pc-post-shell__categories .post-categories li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Extra safety: hide trust/editorial pages if theme outputs a different menu wrapper */
.site-header a[href$="/affiliate-disclosure/"],
.site-header a[href$="/editorial-policy/"],
.site-header a[href$="/how-we-review/"],
.site-header a[href$="/about/"],
.site-header a[href$="/corrections-and-updates-policy/"],
.site-header a[href$="/richard-l/"],
.site-header a[href$="/contact/"] {
  display: none !important;
}

.site-header li:has(> a[href$="/affiliate-disclosure/"]),
.site-header li:has(> a[href$="/editorial-policy/"]),
.site-header li:has(> a[href$="/how-we-review/"]),
.site-header li:has(> a[href$="/about/"]),
.site-header li:has(> a[href$="/corrections-and-updates-policy/"]),
.site-header li:has(> a[href$="/richard-l/"]),
.site-header li:has(> a[href$="/contact/"]) {
  display: none !important;
}


.single-post .pc-post-shell__featured {
  margin: 0.95rem 0 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #e6edf5;
  background: #eef3f8;
}

.single-post .pc-post-shell__featured-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}


/* Semantic breadcrumb + article shell cleanup */
.single-post .pc-post-shell__breadcrumbs {
  margin: 0 0 0.65rem;
}

.single-post .pc-post-shell__breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  align-items: center;
  color: #5f7387;
  font-size: 0.82rem;
}

.single-post .pc-post-shell__breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.single-post .pc-post-shell__breadcrumbs-item + .pc-post-shell__breadcrumbs-item::before {
  content: "/";
  color: #9aa9b7;
}

.single-post .pc-post-shell__breadcrumbs a {
  color: #44627d;
  text-decoration: none;
}

.single-post .pc-post-shell__breadcrumbs a:hover,
.single-post .pc-post-shell__breadcrumbs a:focus {
  color: #173a5a;
  text-decoration: underline;
}

.single-post .pc-post-shell__breadcrumbs [aria-current="page"] {
  color: #334a5f;
  font-weight: 600;
}

.single-post .pc-post-shell__featured {
  margin: 0.95rem 0 0.2rem;
}

.single-post .entry-content > h2,
.single-post .entry-content > h3 {
  max-width: 72ch;
}

.single-post .entry-content > h2 {
  margin-top: 2rem;
  padding-top: 0.1rem;
  line-height: 1.2;
}

.single-post .entry-content > h3 {
  margin-top: 1.35rem;
  line-height: 1.25;
}

.single-post .entry-content table td,
.single-post .entry-content table th {
  vertical-align: top;
}

.single-post .entry-content a:has(.pc-amz-widget-fallback) {
  display: inline-flex;
  text-decoration: none;
}

.single-post .entry-content .pc-amz-widget-fallback {
  min-width: 148px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem !important;
  font-weight: 700;
  color: #733800 !important;
  background: linear-gradient(180deg, #fff2d8 0%, #ffe0af 100%) !important;
  border: 1px solid #efc98e !important;
  border-radius: 999px !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 2px rgba(29,36,43,0.06);
  text-align: center;
}

.single-post .entry-content .pc-amz-widget-fallback::before {
  content: "↗";
  font-size: 0.85em;
  line-height: 1;
}

.single-post .entry-content .pc-product-shell {
  display: grid;
  grid-template-columns: minmax(140px, 180px) 1fr;
  gap: 0.9rem;
  align-items: stretch;
  margin: 0.85rem 0 1.1rem;
  padding: 0.85rem;
  border: 1px solid #e4eaef;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(249,251,253,0.98)),
    radial-gradient(circle at 18% 12%, rgba(160,196,255,0.12), transparent 58%);
  box-shadow: 0 8px 28px rgba(24, 33, 45, 0.05);
  position: relative;
}

.single-post .entry-content .pc-product-shell::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 14px 0 0 14px;
  background: linear-gradient(180deg, #25d39f 0%, #1b8fe9 100%);
  opacity: 0.9;
}

.single-post .entry-content .pc-product-shell__media {
  border-radius: 10px;
  border: 1px dashed #cfd8e3;
  background:
    linear-gradient(135deg, #f2f7fb 0%, #eaf0f7 52%, #f8fafc 100%);
  min-height: 124px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 0.7rem;
  color: #5a6b7c;
  font-size: 0.82rem;
  line-height: 1.25;
  position: relative;
  isolation: isolate;
  gap: 0.35rem;
}

.single-post .entry-content .pc-product-shell__media::before {
  content: "↗";
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto 0.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f0f9 100%);
  border: 1px solid #d4dfeb;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.85);
  color: #235a90;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.single-post .entry-content .pc-product-shell__placeholder-image {
  display: block;
  width: min(120px, 100%);
  height: auto;
  border-radius: 10px;
  border: 1px solid #d6e0eb;
  background: #fff;
  box-shadow: 0 4px 14px rgba(20, 30, 40, 0.08);
  object-fit: contain;
}

.single-post .entry-content .pc-product-shell__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.45rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #132437 0%, #0d1b2a 100%);
  color: #f8fbff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-post .entry-content .pc-product-shell__media-copy {
  display: block;
  max-width: 22ch;
  margin: 0 auto;
  color: #4d5f72;
  font-size: 0.78rem;
}

.single-post .entry-content .pc-product-shell__media:has(.pc-product-shell__placeholder-image) .pc-product-shell__media-copy {
  display: none;
}

.single-post .entry-content .pc-product-shell__media:has(.pc-product-shell__placeholder-image)::before {
  display: none;
}

.single-post .entry-content .pc-product-shell__actions {
  display: grid;
  align-content: center;
}

.single-post .entry-content .pc-product-shell__actions > p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  align-items: center;
}

.single-post .entry-content .pc-product-shell__actions > p::before {
  content: "Quick links:";
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #65788b;
  margin-right: 0.1rem;
}

.single-post .entry-content .pc-product-shell__actions a,
.single-post .entry-content .pc-product-shell__actions button {
  border-radius: 999px;
}

.single-post .entry-content .pc-product-shell__actions a[role="button"] > br,
.single-post .entry-content .pc-product-links-row a[role="button"] > br {
  display: none;
}

.single-post .entry-content .pc-product-shell__actions a[href*="amazon."] {
  background: linear-gradient(180deg, #fff4db, #ffe0a8) !important;
  border-color: #efc98e !important;
  color: #6a3500 !important;
}

.single-post .entry-content .pc-product-shell__actions a[href*="walmart."] {
  background: linear-gradient(180deg, #eef6ff, #d7eaff) !important;
  border-color: #b8d5fb !important;
  color: #083b78 !important;
}

.single-post .entry-content .pc-cta-fallback {
  min-width: 148px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  font-weight: 700;
  color: #163a5c;
  background: linear-gradient(180deg, #eef6ff 0%, #dcecff 100%);
  border: 1px solid #bcd7fb;
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), 0 1px 2px rgba(29,36,43,0.06);
  text-align: center;
}

.single-post .entry-content td .pc-amz-widget-fallback,
.single-post .entry-content p .pc-amz-widget-fallback {
  margin: 0.1rem 0;
}

@media (max-width: 640px) {
  .single-post .entry-content .pc-product-shell {
    grid-template-columns: 1fr;
    gap: 0.65rem;
    padding: 0.75rem;
  }

  .single-post .entry-content .pc-product-shell__media {
    min-height: 96px;
  }

  .single-post .entry-content .pc-product-shell__placeholder-image {
    width: min(160px, 100%);
  }

  .single-post .entry-content .pc-product-shell__actions > p::before {
    width: 100%;
    margin-bottom: 0.1rem;
  }
}

.single-post .entry-content .pc-editorial-callout {
  max-width: 72ch;
  margin: 1rem 0 1.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid #dfe8f2;
  border-radius: 14px;
  background:
    radial-gradient(circle at 92% 14%, rgba(87, 161, 255, 0.09), transparent 35%),
    linear-gradient(180deg, #fbfdff 0%, #f6f9fc 100%);
}

.single-post .entry-content .pc-editorial-callout h2 {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}

.single-post .entry-content .pc-editorial-callout > p {
  margin: 0.55rem 0 0;
  color: #394857;
}

.single-post .entry-content .pc-editorial-callout__body {
  margin-top: 0.65rem;
}

.single-post .entry-content .pc-editorial-callout__list {
  margin: 0;
  padding-left: 1.1rem;
}

.single-post .entry-content .pc-editorial-callout__list li + li {
  margin-top: 0.35rem;
}

.single-post .pc-post-shell__meta-item {
  align-self: stretch;
  display: grid;
  align-content: start;
}

.single-post .pc-post-shell__related--footer {
  margin-bottom: 0.5rem;
}

.site-footer .pc-site-utility-links {
  margin-top: 0;
  border-top: 0;
  border-bottom: 1px solid #e5ebf2;
}

.single-post .ast-breadcrumbs,
.single-post .ast-breadcrumb,
.single-post .ast-breadcrumbs-wrapper {
  display: none !important;
}

/* Front page (child-theme override, non-Elementor) */
.home .site-content {
  background:
    radial-gradient(circle at 12% 10%, rgba(87, 161, 255, 0.08), transparent 38%),
    radial-gradient(circle at 92% 24%, rgba(36, 196, 159, 0.10), transparent 42%),
    #f6f8fb;
}

.pc-home {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.1rem 1rem 2.5rem;
}

.pc-home__hero {
  margin-top: 0.5rem;
}

.pc-home__hero-inner {
  display: grid;
  grid-template-columns: 1.35fr minmax(260px, 0.8fr);
  gap: 1rem;
  align-items: stretch;
}

.pc-home__hero-copy,
.pc-home__hero-panel {
  border: 1px solid #e0e8f1;
  border-radius: 18px;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 34px rgba(18, 28, 45, 0.06);
}

.pc-home__hero-copy {
  padding: 1.25rem 1.25rem 1.15rem;
}

.pc-home__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f5fab;
}

.pc-home__hero-copy h1 {
  margin: 0;
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #0e1620;
}

.pc-home__lede {
  margin: 0.9rem 0 0;
  max-width: 58ch;
  color: #445261;
  font-size: 1rem;
  line-height: 1.5;
}

.pc-home__hero-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.pc-home__hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0.95rem;
  border-radius: 999px;
  border: 1px solid #cfd9e6;
  background: #fff;
  color: #102030;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(18, 28, 45, 0.05);
}

.pc-home__hero-btn:hover,
.pc-home__hero-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.pc-home__hero-btn--solid {
  border-color: #0d5fd2;
  background: linear-gradient(180deg, #1c7df6, #1268db);
  color: #fff;
}

.pc-home__hero-panel {
  padding: 1rem;
  background:
    linear-gradient(160deg, rgba(255,255,255,0.95), rgba(246, 250, 255, 0.9)),
    radial-gradient(circle at 88% 10%, rgba(29, 169, 128, 0.12), transparent 46%);
}

.pc-home__hero-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.pc-home__hero-panel li {
  display: grid;
  gap: 0.2rem;
  padding: 0.75rem;
  border-radius: 12px;
  border: 1px solid #e3ebf4;
  background: rgba(255,255,255,0.9);
}

.pc-home__hero-panel strong {
  color: #0f1c2a;
  font-size: 0.95rem;
}

.pc-home__hero-panel span {
  color: #4f6070;
  font-size: 0.86rem;
  line-height: 1.35;
}

.pc-home__clusters,
.pc-home__guides {
  margin-top: 1.4rem;
}

.pc-home__section-head {
  margin-bottom: 0.75rem;
}

.pc-home__section-head h2 {
  margin: 0;
  font-size: clamp(1.25rem, 1.6vw, 1.65rem);
  color: #101820;
}

.pc-home__section-head p {
  margin: 0.35rem 0 0;
  color: #5a6977;
}

.pc-home__cluster-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.pc-home__cluster-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-radius: 16px;
  border: 1px solid #dfe7ef;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 8px 24px rgba(18, 28, 45, 0.05);
  overflow: hidden;
}

/* Archive/category templates (child-theme override, non-Elementor) */
.pc-archive {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem 1rem 2rem;
}

.pc-archive__header {
  margin: 0 0 0.9rem;
  padding: 1rem;
  border: 1px solid #e3eaf2;
  border-radius: 16px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 10px 30px rgba(16, 34, 53, 0.04);
}

.pc-archive__header h1 {
  margin: 0;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

/* Post UI cleanup pass (targeted overrides after earlier iterations) */
.single-post .entry-content > .pc-post-shell__header {
  margin: 0 0 1rem;
  padding: 0.95rem 0.95rem 0.85rem;
}

.single-post .pc-post-shell__breadcrumbs {
  margin: 0 0 0.35rem;
}

.single-post .pc-post-shell__title {
  margin-top: 0.1rem;
}

.single-post .pc-post-shell__subtitle {
  margin-top: 0.55rem;
}

.single-post .pc-post-shell__featured {
  margin-top: 0.7rem;
}

.single-post .pc-post-shell__meta {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.single-post .pc-post-shell__trust {
  margin-top: 0.7rem;
}

/* Redundant with breadcrumbs on custom post shell */
.single-post .pc-post-shell__categories {
  display: none !important;
}

.single-post .entry-content > p,
.single-post .entry-content > ul,
.single-post .entry-content > ol {
  margin-bottom: 0.95rem;
}

.single-post .entry-content > h2 {
  margin-top: 1.55rem;
}

.single-post .entry-content .pc-product-shell {
  grid-template-columns: minmax(108px, 132px) 1fr;
  padding: 0.7rem;
}

.single-post .entry-content .pc-product-shell__media {
  min-height: 92px;
  padding: 0.5rem;
  gap: 0.2rem;
}

.single-post .entry-content .pc-product-shell__media::before {
  margin-bottom: 0.25rem;
}

.single-post .entry-content .pc-product-shell__badge {
  margin-bottom: 0.1rem;
  font-size: 0.62rem;
}

.single-post .entry-content .pc-product-shell__placeholder-image {
  width: min(88px, 100%);
}

.single-post .entry-content .pc-product-shell__media-copy {
  font-size: 0.74rem;
}

.single-post .entry-content .pc-product-shell__actions {
  gap: 0.35rem;
}

.single-post .entry-content .pc-product-shell__actions > p {
  line-height: 1.2;
}

.single-post .entry-content .pc-product-shell__actions > p > br {
  display: none;
}

.single-post .entry-content .pc-product-shell__actions a,
.single-post .entry-content .pc-product-shell__actions button {
  text-decoration: none;
}

.single-post .entry-content .pc-product-shell__actions a[role="button"],
.single-post .entry-content .pc-product-shell__actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.5rem 0.85rem;
  border: 1px solid #d3deea;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
  color: #16324a;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  box-shadow: 0 1px 2px rgba(25, 35, 45, 0.06);
}

.single-post .entry-content .pc-product-shell__actions a[role="button"]:hover,
.single-post .entry-content .pc-product-shell__actions a[role="button"]:focus {
  background: #f2f7fc;
}

.single-post .entry-content .pc-product-shell__specs {
  margin-top: 0.05rem;
  padding-top: 0.4rem;
  border-top: 1px dashed #dde5ee;
  color: #425566;
  font-size: 0.86rem;
  line-height: 1.45;
  word-break: break-word;
}

.single-post .entry-content .pc-product-shell__specs::before {
  content: "Specs";
  display: block;
  margin-bottom: 0.2rem;
  color: #6b7f92;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.single-post .entry-content .pc-product-shell__specs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 0.55rem;
}

.single-post .entry-content .pc-product-shell__specs li {
  margin: 0;
  padding: 0.4rem 0.5rem;
  border: 1px solid #e1e8f0;
  border-radius: 10px;
  background: #fbfdff;
  font-size: 0.78rem;
  line-height: 1.28;
  color: #3f5365;
  display: grid;
  gap: 0.1rem;
}

.single-post .entry-content .pc-product-shell__spec-label {
  display: block;
  color: #607487;
  font-weight: 700;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.single-post .entry-content .pc-product-shell__spec-value {
  display: block;
  color: #273949;
  font-weight: 600;
}

.single-post .entry-content .pc-product-links-row {
  margin: 0.55rem 0 0.85rem;
}

.single-post .entry-content .pc-product-links-row > p {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.55rem;
  align-items: center;
}

.single-post .entry-content .pc-product-links-row > p > br {
  display: none;
}

.single-post .entry-content .pc-product-links-row > p::before {
  content: "Retail links";
  color: #6b7f92;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-right: 0.2rem;
  width: 100%;
}

.single-post .entry-content .pc-product-links-row a[role="button"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.5rem 0.85rem;
  border: 1px solid #d3deea;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, #f6f9fc 100%);
  color: #16324a;
  font-weight: 700;
  font-size: 0.9rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(25, 35, 45, 0.06);
}

.single-post .entry-content .pc-product-links-row a[href*="amazon."] {
  background: linear-gradient(180deg, #fff4db, #ffe0a8) !important;
  border-color: #efc98e !important;
  color: #6a3500 !important;
}

/* Comparison-table CTA cells: compact to avoid row warping/misalignment */
.single-post .entry-content table .pc-product-shell {
  grid-template-columns: 1fr;
  gap: 0.18rem;
  padding: 0.25rem;
  margin: 0;
  border-radius: 8px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.single-post .entry-content table .pc-product-shell::after {
  display: none;
}

.single-post .entry-content table .pc-product-shell__media {
  display: none;
}

.single-post .entry-content table .pc-product-shell__actions {
  gap: 0.2rem;
}

.single-post .entry-content table .pc-product-shell__actions > p::before {
  display: none;
}

.single-post .entry-content table .pc-product-shell__actions > p {
  justify-content: flex-start;
}

.single-post .entry-content table .pc-product-shell__actions > p > a {
  width: auto;
}

.single-post .entry-content table .pc-product-shell__specs {
  display: none;
}

.single-post .entry-content table .pc-product-shell__actions > p::before {
  content: none;
}

.single-post .entry-content table .pc-product-shell__actions a[role="button"] {
  min-height: 30px;
  padding: 0.35rem 0.65rem;
  font-size: 0.8rem;
}

.single-post .entry-content table p {
  margin: 0;
}

.single-post .entry-content table td,
.single-post .entry-content table th {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}

.single-post .entry-content .pc-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0.8rem 0 1rem;
  border: 1px solid #e2eaf2;
  border-radius: 14px;
  background: #fff;
}

.single-post .entry-content .pc-table-scroll > table {
  margin: 0 !important;
  min-width: 640px;
  border: 0;
}

.single-post .entry-content .pc-table-scroll > table caption {
  caption-side: top;
  text-align: left;
  padding: 0.7rem 0.85rem 0.25rem;
  color: #516577;
  font-size: 0.82rem;
  font-weight: 600;
}

.single-post .entry-content .pc-table-scroll > table thead th {
  position: sticky;
  top: 0;
  background: #f8fbfe;
  z-index: 1;
}

.single-post .entry-content .pc-table-scroll > table th,
.single-post .entry-content .pc-table-scroll > table td {
  white-space: normal;
}

@media (max-width: 640px) {
  .single-post .entry-content .pc-product-shell__media {
    min-height: 80px;
  }

  .single-post .entry-content .pc-product-shell__placeholder-image {
    width: min(112px, 100%);
  }

  .single-post .entry-content .pc-product-links-row > p::before {
    margin-bottom: 0.1rem;
  }

  .single-post .entry-content .pc-product-shell {
    grid-template-columns: 1fr;
    gap: 0.6rem;
    padding: 0.7rem;
  }

  .single-post .entry-content .pc-product-shell__specs ul {
    grid-template-columns: 1fr;
  }

  .single-post .entry-content .pc-table-scroll {
    border-radius: 12px;
  }

  .single-post .entry-content .pc-table-scroll > table {
    min-width: 560px;
  }
}

.pc-archive__description {
  margin-top: 0.45rem;
  color: #4e5f70;
}

.pc-archive__description > *:first-child { margin-top: 0; }
.pc-archive__description > *:last-child { margin-bottom: 0; }

.pc-archive__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.95rem;
}

.pc-archive__card {
  margin: 0;
}

.pc-archive__card-link {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: stretch;
  padding: 0;
  border: 1px solid #e3eaf2;
  border-radius: 16px;
  background: rgba(255,255,255,0.92);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(16, 34, 53, 0.04);
}

.pc-archive__card-link:hover,
.pc-archive__card-link:focus {
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(16, 34, 53, 0.07);
}

.pc-archive__media {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: #edf3f9;
  border: 0;
  border-bottom: 1px solid #e2eaf2;
}

.pc-archive__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.pc-archive__media-fallback {
  min-height: 220px;
  background:
    linear-gradient(145deg, #eef3f8, #e2ebf4),
    radial-gradient(circle at 20% 20%, rgba(87,161,255,0.1), transparent 40%);
}

.pc-archive__body {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding: 0.9rem 0.95rem 1rem;
}

.pc-archive__eyebrow {
  margin: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #47637f;
}

.pc-archive__body h2 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.2;
  color: #0f1b27;
}

.pc-archive__body p {
  margin: 0;
  color: #4e5f70;
  line-height: 1.45;
}

.pc-archive__body time {
  margin-top: 0.2rem;
  color: #607286;
  font-size: 0.85rem;
}

.pc-archive__pagination {
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .pc-archive__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .pc-archive__card-link {
    grid-template-columns: 1fr;
  }
}

.pc-home__cluster-media {
  background: #eef3f8;
  min-height: 220px;
  aspect-ratio: 16 / 9;
}

.pc-home__cluster-media img,
.pc-home__guide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-home__cluster-media-fallback,
.pc-home__guide-media-fallback {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background:
    linear-gradient(135deg, #edf3f8, #dae6f2),
    repeating-linear-gradient(45deg, rgba(255,255,255,.35) 0, rgba(255,255,255,.35) 8px, rgba(255,255,255,0) 8px, rgba(255,255,255,0) 16px);
}

.pc-home__cluster-body {
  padding: 0.95rem 0.95rem 1rem;
}

.pc-home__cluster-body h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #101820;
}

.pc-home__cluster-body p {
  margin: 0.35rem 0 0.55rem;
  color: #556473;
  font-size: 0.9rem;
  line-height: 1.35;
}

.pc-home__cluster-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.pc-home__cluster-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 10px;
  padding: 0.45rem 0.55rem;
  background: rgba(246, 249, 252, 0.95);
  border: 1px solid #e8eef5;
  color: #17324f;
  text-decoration: none;
  font-weight: 600;
}

.pc-home__cluster-links a:hover,
.pc-home__cluster-links a:focus {
  background: #fff;
  border-color: #cfe0f2;
  text-decoration: none;
}

.pc-home__guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.95rem;
}

.pc-home__guide-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #dfe8f0;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 8px 22px rgba(18, 28, 45, 0.05);
}

.pc-home__guide-link {
  display: grid;
  grid-template-rows: 170px auto;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.pc-home__guide-media {
  background: #eef3f8;
}

.pc-home__guide-body {
  padding: 0.8rem 0.85rem 0.9rem;
}

.pc-home__guide-cat {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #1d62b0;
}

.pc-home__guide-body h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  color: #101820;
}

.pc-home__guide-body p {
  margin: 0.45rem 0 0;
  color: #556373;
  font-size: 0.9rem;
  line-height: 1.35;
}

.pc-home__guide-meta {
  margin-top: 0.65rem;
  color: #677786;
  font-size: 0.82rem;
}

@media (max-width: 980px) {
  .pc-home__hero-inner,
  .pc-home__cluster-grid,
  .pc-home__guide-grid {
    grid-template-columns: 1fr;
  }

  .pc-home__cluster-card {
    grid-template-columns: 1fr;
  }

  .pc-home__cluster-media {
    min-height: 160px;
  }

  .pc-home__cluster-body {
    padding: 0 0.85rem 0.85rem;
  }
}

/* Final overrides for migrated roundup pages (kept at file end to beat legacy duplicates) */
.single-post .entry-content .pc-product-shell__media::before,
.single-post .entry-content .pc-product-shell__badge,
.single-post .entry-content .pc-product-shell__actions > p::before,
.single-post .entry-content .pc-product-links-row > p::before {
  display: none !important;
  content: none !important;
}

.ast-separate-container.single-post #primary {
  padding-top: 24px !important;
  padding-bottom: 36px !important;
}

.single-post .site-content .ast-container {
  max-width: 1140px !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.single-post .entry-content .pc-table-scroll > table {
  display: table !important;
  width: 100% !important;
  min-width: 680px !important;
  table-layout: fixed !important;
}

.single-post .entry-content .pc-table-scroll > table caption {
  display: table-caption !important;
  caption-side: top !important;
  text-align: left !important;
  white-space: normal !important;
}

.single-post .entry-content .pc-jump-nav {
  margin: 1rem 0 1.4rem !important;
  padding: 0.9rem 1rem !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  background: #f8fafc !important;
}

.single-post .entry-content .pc-jump-nav__label {
  display: block !important;
  margin-bottom: 0.45rem !important;
  font-size: 0.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #475569 !important;
}

.single-post .entry-content .pc-jump-nav__list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.55rem 0.65rem !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.single-post .entry-content .pc-jump-nav__list li {
  margin: 0 !important;
  padding: 0 !important;
}

.single-post .entry-content .pc-jump-nav__list a {
  display: inline-flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  border: 1px solid #dbe3ee !important;
  background: #fff !important;
  color: #334155 !important;
  font-size: 0.9rem !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  padding: 0.45rem 0.75rem !important;
}

@media (max-width: 640px) {
  .ast-separate-container.single-post #primary {
    padding-top: 16px !important;
    padding-bottom: 24px !important;
  }

  .single-post .entry-content .pc-table-scroll > table {
    min-width: 620px !important;
  }

  .single-post .entry-content .pc-product-shell__specs ul {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}

/* Global UI pass: reduce gray-heavy surfaces and improve non-post readability */
body.ast-separate-container {
  background:
    radial-gradient(circle at 10% 0%, rgba(42, 120, 209, 0.05), transparent 38%),
    radial-gradient(circle at 90% 12%, rgba(25, 160, 128, 0.04), transparent 36%),
    #f7fafd;
}

.ast-separate-container #primary {
  margin-top: 0.9rem;
}

.ast-separate-container:not(.single-post) .ast-article-single,
.ast-separate-container:not(.single-post) .ast-article-post {
  border: 1px solid #dbe6f2;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(14, 31, 52, 0.06);
}

.home .site-content,
.archive .site-content,
.page .site-content {
  background: transparent;
}

.page .ast-article-single {
  max-width: 980px;
  margin-inline: auto;
  padding: 1.35rem 1.45rem;
}

.pc-home {
  padding-top: 1.35rem;
}

.pc-home__hero-copy,
.pc-home__hero-panel,
.pc-home__cluster-card,
.pc-home__guide-card,
.pc-archive__header,
.pc-archive__card-link {
  border-color: #d9e5f1;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(14, 31, 52, 0.06);
}

.pc-home__section-head h2,
.pc-archive__header h1 {
  letter-spacing: -0.01em;
}

.pc-home__cluster-links a,
.pc-home__hero-btn,
.pc-home__guide-link,
.pc-archive__card-link {
  transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease, background-color 160ms ease;
}

.pc-home__cluster-links a:hover,
.pc-home__cluster-links a:focus,
.pc-home__hero-btn:hover,
.pc-home__hero-btn:focus,
.pc-home__guide-link:hover,
.pc-home__guide-link:focus,
.pc-archive__card-link:hover,
.pc-archive__card-link:focus {
  box-shadow: 0 12px 28px rgba(14, 31, 52, 0.08);
}

a:focus-visible,
button:focus-visible,
.pc-home__hero-btn:focus-visible,
.pc-home__cluster-links a:focus-visible,
.pc-home__guide-link:focus-visible,
.pc-archive__card-link:focus-visible {
  outline: 2px solid #0d69dc;
  outline-offset: 2px;
}

/* Homepage + archive visual reset (stronger contrast, less washed-out gray) */
.home .site-content {
  background:
    radial-gradient(circle at 10% -10%, rgba(47, 121, 223, 0.2), transparent 45%),
    radial-gradient(circle at 92% 6%, rgba(26, 181, 140, 0.18), transparent 42%),
    linear-gradient(180deg, #f2f7ff 0%, #f8fbff 52%, #f3f8ff 100%) !important;
}

.pc-home__hero-copy {
  background: linear-gradient(160deg, #0d2138 0%, #13385a 58%, #1f4f7c 100%) !important;
  border-color: #1f4f7c !important;
  box-shadow: 0 18px 44px rgba(8, 26, 48, 0.28) !important;
}

.pc-home__eyebrow {
  color: #95c6ff !important;
}

.pc-home__hero-copy h1 {
  color: #ffffff !important;
}

.pc-home__lede {
  color: #d5e7fb !important;
}

.pc-home__hero-btn {
  background: rgba(255, 255, 255, 0.12) !important;
  border-color: rgba(193, 220, 248, 0.65) !important;
  color: #f5faff !important;
}

.pc-home__hero-btn--solid {
  background: linear-gradient(180deg, #22d39f, #16966f) !important;
  border-color: #1aba88 !important;
  color: #032516 !important;
}

.pc-home__hero-panel {
  background: linear-gradient(180deg, #ffffff 0%, #edf5ff 100%) !important;
  border-color: #cfe1f4 !important;
}

.pc-home__hero-panel li {
  background: #ffffff !important;
  border-color: #d8e6f6 !important;
}

.pc-home__cluster-card,
.pc-home__guide-card,
.pc-archive__card-link {
  border-color: #cfdeef !important;
  box-shadow: 0 16px 36px rgba(19, 45, 72, 0.12) !important;
}

.pc-home__cluster-body h3,
.pc-home__guide-body h3,
.pc-archive__body h2 {
  color: #0d2237 !important;
}

.pc-home__cluster-links a {
  background: linear-gradient(180deg, #f7fbff 0%, #eef5fd 100%) !important;
  border-color: #d6e4f3 !important;
}

.pc-home__cluster-links a:hover,
.pc-home__cluster-links a:focus {
  background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%) !important;
  border-color: #b9d1eb !important;
}

.pc-home__guide-cat,
.pc-archive__eyebrow {
  color: #155fae !important;
}

.pc-archive__header {
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%) !important;
  border-color: #cfdeef !important;
}

.page .ast-article-single {
  border: 1px solid #d7e4f3 !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(19, 45, 72, 0.1) !important;
}

/* Layout correction: beat Astra page-builder rule that keeps #primary left-aligned */
.home.ast-page-builder-template .site .site-content #primary.pc-home {
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding: 1.35rem 1rem 2.5rem !important;
  float: none !important;
  width: 100% !important;
}

.archive .site-content > .ast-container,
.page:not(.home) .site-content > .ast-container {
  max-width: 1220px !important;
  margin: 0 auto !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.archive #primary,
.page:not(.home) #primary {
  width: 100% !important;
  float: none !important;
  margin: 0 auto !important;
}

/* Review page readability pass: clearer section boundaries + better vertical rhythm */
.single-post .entry-content > * + * {
  margin-top: 1rem;
}

.single-post .entry-content > h2 {
  margin-top: 2.4rem !important;
  padding-top: 1.2rem;
  border-top: 1px solid #d9e5f2;
}

.single-post .entry-content > h3 {
  margin-top: 1.5rem;
}

.single-post .entry-content .pc-table-scroll {
  margin: 1.25rem 0 1.6rem !important;
}

.single-post .entry-content .pc-product-shell,
.single-post .entry-content .pc-product-links-row,
.single-post .entry-content .pc-pros-cons-table {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.single-post .entry-content .pc-product-links-row + p,
.single-post .entry-content .pc-product-shell + p {
  margin-top: 1rem;
}

.single-post .entry-content .pc-jump-nav {
  margin: 1.2rem 0 1.8rem !important;
}

/* Review layout hard fix (spacing + first-table alignment) */
.single-post .entry-content > * + * {
  margin-top: 1.45rem !important;
}

.single-post .entry-content > h2 {
  margin-top: 3.1rem !important;
  padding-top: 1.6rem !important;
  border-top: 1px solid #ccdaea !important;
}

.single-post .entry-content > h3 {
  margin-top: 2.2rem !important;
  padding-top: 1rem !important;
  border-top: 1px dashed #d7e3f0 !important;
}

.single-post .entry-content .pc-product-shell,
.single-post .entry-content .pc-product-links-row,
.single-post .entry-content .pc-pros-cons-table,
.single-post .entry-content .pc-table-scroll {
  margin-top: 1.45rem !important;
  margin-bottom: 1.45rem !important;
}

.single-post .entry-content .pc-table-scroll > table {
  table-layout: auto !important;
  min-width: 780px !important;
}

.single-post .entry-content .pc-content-table thead th {
  text-align: center !important;
  vertical-align: middle !important;
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
  border-bottom: 1px solid #cfdeee !important;
}

.single-post .entry-content .pc-content-table tbody td {
  text-align: center !important;
  vertical-align: top !important;
}

.single-post .entry-content .pc-content-table tbody td .pc-product-links-row > p {
  justify-content: center !important;
}

@media (max-width: 640px) {
  .single-post .entry-content .pc-table-scroll > table {
    min-width: 660px !important;
  }
}

/* Comparison table structural fix: keep head/body in the same table layout model */
.single-post .entry-content .pc-content-table {
  display: table !important;
  width: 100% !important;
  min-width: 780px !important;
  table-layout: auto !important;
  border-collapse: collapse !important;
}

.single-post .entry-content .pc-content-table thead {
  display: table-header-group !important;
}

.single-post .entry-content .pc-content-table tbody {
  display: table-row-group !important;
}

.single-post .entry-content .pc-content-table tr {
  display: table-row !important;
}

.single-post .entry-content .pc-content-table th,
.single-post .entry-content .pc-content-table td {
  display: table-cell !important;
  width: auto !important;
}
