.elementor-1334 .elementor-element.elementor-element-4016643{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS */.rh-callout {
  background: #fff7d6;
  border-left: 5px solid #f59e0b;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 28px 0;
}

.rh-callout p {
  margin: 0;
  color: #334155;
  font-size: 17px;
  line-height: 1.75;
}

.rh-feedback {
  background: #f8fbff;
  border-left: 5px solid #2563eb;
  border-radius: 10px;
  padding: 26px 30px;
  margin: 28px 0;
}

.rh-feedback-label {
  display: block;
  color: #111827;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.rh-feedback p {
  color: #475569;
  font-size: 17px;
  line-height: 1.75;
  font-style: italic;
}

.rh-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 30px 0;
}

.rh-pros-cons > div {
  border-radius: 12px;
  padding: 28px;
}

.rh-pros-cons > div:first-child {
  background: #effdf5;
  border: 1px solid #86efac;
}

.rh-pros-cons > div:last-child {
  background: #fff1f2;
  border: 1px solid #fca5a5;
}

.rh-pros-cons h4 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 800;
}

.rh-pros-cons > div:first-child h4 {
  color: #166534;
}

.rh-pros-cons > div:last-child h4 {
  color: #991b1b;
}

.rh-pros-cons ul {
  margin: 14px 0 0 20px;
}

.rh-pros-cons li {
  margin-bottom: 12px;
  color: #475569;
  line-height: 1.65;
}

.rh-cta {
  background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
  color: #fff;
  border-radius: 16px;
  padding: 44px 34px;
  text-align: center;
  margin: 34px 0;
}

.rh-cta h3,
.rh-cta h2 {
  color: #fff;
  margin: 0 0 14px;
  border: 0;
  padding: 0;
}

.rh-cta p {
  color: rgba(255,255,255,.88);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.rh-cta .rh-btn {
  display: inline-block;
  background: #fff;
  color: #2563eb;
  font-weight: 800;
  text-decoration: none;
  padding: 16px 36px;
  border-radius: 999px;
  margin: 18px 0 8px;
}

@media (max-width: 768px) {
  .rh-pros-cons {
    grid-template-columns: 1fr;
  }

  .rh-callout,
  .rh-feedback,
  .rh-cta,
  .rh-pros-cons > div {
    padding: 22px;
  }
}

/* ================================
   RETAIL HUB ARTICLE GLOBAL STYLE
================================ */

.rh-article {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}

.rh-inner {
  display: block;
}

/* ================================
   HERO
================================ */

.rh-hero h1 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 18px;
  color: #0f172a;
}

.rh-hero p {
  font-size: 18px;
  line-height: 1.75;
  color: #475569;
}

/* ================================
   SECTIONS (BASE)
================================ */

.rh-card,
.rh-product-card,
.rh-final {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 40px;
  margin: 32px 0;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.rh-product-card.featured {
  border: 2px solid #2563eb;
}

/* ================================
   HEADINGS
================================ */

.rh-card h2,
.rh-final h2 {
  font-size: 34px;
  margin-bottom: 20px;
  color: #0f172a;
}

.rh-card h3,
.rh-final h3 {
  font-size: 24px;
  margin-top: 28px;
  margin-bottom: 14px;
  color: #0f172a;
}

.rh-product-card h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

/* ================================
   TEXT
================================ */

.rh-card p,
.rh-product-card p,
.rh-final p {
  font-size: 17px;
  line-height: 1.75;
  color: #475569;
}

/* ================================
   TABLES
================================ */

.rh-table-wrap {
  overflow-x: auto;
}

.rh-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.rh-table th {
  background: #2563eb;
  color: #fff;
  text-align: left;
  padding: 14px;
}

.rh-table td {
  padding: 14px;
  border-bottom: 1px solid #e5e7eb;
}

/* ================================
   PROS / CONS
================================ */

.rh-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 24px;
}

.rh-pros-cons > div {
  border-radius: 12px;
  padding: 26px;
}

.rh-pros-cons > div:first-child {
  background: #effdf5;
  border: 1px solid #86efac;
}

.rh-pros-cons > div:last-child {
  background: #fff1f2;
  border: 1px solid #fca5a5;
}

.rh-pros-cons h4 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 800;
}

.rh-pros-cons ul {
  margin: 14px 0 0 20px;
}

.rh-pros-cons li {
  margin-bottom: 10px;
  color: #475569;
}

/* ================================
   FEEDBACK BOX
================================ */

.rh-feedback {
  background: #f8fafc;
  border-left: 4px solid #2563eb;
  border-radius: 10px;
  padding: 26px;
  margin: 28px 0;
}

.rh-feedback-label {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
  color: #0f172a;
}

.rh-feedback p {
  font-style: italic;
  color: #475569;
}

/* ================================
   CALLOUT (YELLOW BOX)
================================ */

.rh-callout {
  background: #fff7d6;
  border-left: 5px solid #f59e0b;
  border-radius: 10px;
  padding: 24px;
  margin: 28px 0;
}

.rh-callout p {
  margin: 0;
  font-size: 17px;
  color: #334155;
}

/* ================================
   CTA (FIXED FROM SCREENSHOT)
================================ */

.rh-cta {
  background: #f8fbff;
  border: 1px solid #bfdbfe;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  margin: 32px 0;
}

.rh-cta h2,
.rh-cta h3 {
  margin-bottom: 12px;
  color: #0f172a;
}

.rh-cta p {
  color: #475569;
  margin-bottom: 18px;
}

.rh-btn {
  display: inline-block;
  background: #2563eb;
  color: #fff;
  font-weight: 700;
  padding: 14px 30px;
  border-radius: 999px;
  text-decoration: none;
}

/* ================================
   SCORE BARS (FIXED)
================================ */

.rh-score-bars {
  display: grid;
  gap: 18px;
  margin: 30px 0;
}

.rh-score-row {
  display: grid;
  grid-template-columns: 200px 1fr 50px;
  align-items: center;
  gap: 16px;
}

.rh-score-label {
  font-weight: 500;
  color: #475569;
}

.rh-score-track {
  width: 100%;
  height: 10px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}

.rh-score-fill {
  height: 100%;
  background: #2563eb;
  border-radius: 999px;
}

.rh-score-98 { width: 98%; }
.rh-score-95 { width: 95%; }
.rh-score-90 { width: 90%; }
.rh-score-80 { width: 80%; }

.rh-score-val {
  text-align: right;
  font-weight: 700;
}

/* ================================
   MOBILE
================================ */

@media (max-width: 768px) {

  .rh-hero h1 {
    font-size: 32px;
  }

  .rh-card,
  .rh-product-card,
  .rh-final {
    padding: 24px;
  }

  .rh-pros-cons {
    grid-template-columns: 1fr;
  }

  .rh-score-row {
    grid-template-columns: 1fr;
  }

  .rh-score-val {
    text-align: left;
  }

}/* End custom CSS */