/* ============================================================
   2026中国企业清真认证白皮书 - 专属样式
   White Paper: Chinese Enterprise Halal Certification 2026
   ============================================================ */

/* —— 变量覆盖 —— */
:root {
  --wp-blue: #0044BD;
  --wp-blue-light: #E8F0FE;
  --wp-blue-dark: #003388;
  --wp-gold: #F59E0B;
  --wp-green: #1FBC78;
  --wp-green-light: #E6F9F1;
  --wp-red: #EF4444;
  --wp-red-light: #FEF2F2;
  --wp-purple: #7C3AED;
  --wp-purple-light: #F5F3FF;
  --wp-teal: #0EA5E9;
  --wp-teal-light: #F0F9FF;
  --wp-orange: #F97316;
  --wp-orange-light: #FFF7ED;
  --wp-gray-50: #F8FAFB;
  --wp-gray-100: #F1F5F9;
  --wp-gray-200: #E2E8F0;
  --wp-gray-500: #64748B;
  --wp-gray-700: #334155;
  --wp-gray-900: #0F172A;
}

/* —— Hero Header —— */
.wp-hero {
  background: linear-gradient(135deg, #002B7F 0%, #0044BD 40%, #0055D0 100%);
  color: #fff;
  padding: 72px 24px 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.wp-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,.06) 0%, transparent 70%);
  border-radius: 50%;
}
.wp-hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,255,255,.04) 0%, transparent 70%);
  border-radius: 50%;
}
.wp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}
.wp-hero-badge {
  display: inline-block;
  background: rgba(255,255,255,.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 24px;
}
.wp-hero h1 {
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 20px;
}
.wp-hero h1 span {
  background: linear-gradient(90deg, #F59E0B, #FBBF24);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.wp-hero-desc {
  font-size: 17px;
  opacity: .88;
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.7;
}
.wp-hero-meta {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 14px;
  opacity: .8;
}
.wp-hero-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* —— Key Stats Bar —— */
.wp-stats-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1100px;
  margin: -48px auto 60px;
  padding: 0 24px;
  position: relative;
  z-index: 2;
}
.wp-stat-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.04);
  transition: transform .2s, box-shadow .2s;
}
.wp-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,.12);
}
.wp-stat-icon {
  font-size: 28px;
  margin-bottom: 8px;
}
.wp-stat-num {
  font-size: 36px;
  font-weight: 800;
  color: var(--wp-blue);
  line-height: 1.2;
  margin-bottom: 4px;
}
.wp-stat-num.gold { color: var(--wp-gold); }
.wp-stat-num.green { color: var(--wp-green); }
.wp-stat-num.purple { color: var(--wp-purple); }
.wp-stat-label {
  font-size: 13px;
  color: var(--wp-gray-500);
  line-height: 1.5;
}

/* —— Content Layout —— */
.wp-container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 24px;
}
.wp-container-wide {
  max-width: 1100px;
}

/* —— Chapter Section —— */
.wp-chapter {
  margin-bottom: 64px;
}
.wp-chapter-num {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--wp-blue);
  text-transform: uppercase;
  background: var(--wp-blue-light);
  padding: 4px 14px;
  border-radius: 4px;
  margin-bottom: 12px;
}
.wp-chapter h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--wp-gray-900);
  margin: 0 0 12px;
  line-height: 1.3;
}
.wp-chapter-lead {
  font-size: 16px;
  color: var(--wp-gray-500);
  line-height: 1.8;
  margin-bottom: 32px;
}

/* —— Horizontal Bar Chart —— */
.wp-bar-chart {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  margin-bottom: 28px;
}
.wp-bar-chart-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--wp-gray-900);
  margin-bottom: 24px;
}
.wp-bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.wp-bar-label {
  width: 140px;
  font-size: 14px;
  font-weight: 600;
  color: var(--wp-gray-700);
  flex-shrink: 0;
}
.wp-bar-track {
  flex: 1;
  height: 32px;
  background: var(--wp-gray-100);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.wp-bar-fill {
  height: 100%;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  min-width: 60px;
  transition: width 1s ease;
}
.wp-bar-fill.blue { background: linear-gradient(90deg, #0044BD, #0055D0); }
.wp-bar-fill.teal { background: linear-gradient(90deg, #0EA5E9, #38BDF8); }
.wp-bar-fill.green { background: linear-gradient(90deg, #1FBC78, #34D399); }
.wp-bar-fill.gold { background: linear-gradient(90deg, #F59E0B, #FBBF24); }
.wp-bar-fill.purple { background: linear-gradient(90deg, #7C3AED, #8B5CF6); }
.wp-bar-fill.red { background: linear-gradient(90deg, #EF4444, #F87171); }
.wp-bar-fill.orange { background: linear-gradient(90deg, #F97316, #FB923C); }
.wp-bar-value {
  width: 80px;
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  color: var(--wp-gray-900);
  flex-shrink: 0;
  margin-left: 12px;
}

/* —— Comparison Table —— */
.wp-compare-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  margin-bottom: 28px;
}
.wp-compare-table thead th {
  background: var(--wp-blue);
  color: #fff;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.wp-compare-table thead th:first-child {
  border-radius: 16px 0 0 0;
}
.wp-compare-table thead th:last-child {
  border-radius: 0 16px 0 0;
}
.wp-compare-table tbody td {
  padding: 16px 20px;
  font-size: 14px;
  color: var(--wp-gray-700);
  border-bottom: 1px solid var(--wp-gray-100);
  line-height: 1.6;
}
.wp-compare-table tbody tr:last-child td {
  border-bottom: none;
}
.wp-compare-table tbody tr:hover {
  background: var(--wp-blue-light);
}
.wp-compare-table .col-label {
  font-weight: 600;
  color: var(--wp-gray-900);
  background: var(--wp-gray-50);
  width: 160px;
}
.wp-compare-table .highlight-cell {
  background: var(--wp-green-light);
  font-weight: 600;
}
.wp-compare-table .badge-best {
  display: inline-block;
  background: var(--wp-green);
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 6px;
  vertical-align: middle;
}

/* —— Progress/Percentage Cards —— */
.wp-progress-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.wp-progress-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.wp-progress-ring {
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
  position: relative;
}
.wp-progress-ring svg {
  transform: rotate(-90deg);
}
.wp-progress-ring .bg-circle {
  fill: none;
  stroke: var(--wp-gray-100);
  stroke-width: 8;
}
.wp-progress-ring .fg-circle {
  fill: none;
  stroke-width: 8;
  stroke-linecap: round;
  transition: stroke-dashoffset 1s ease;
}
.wp-progress-ring .fg-circle.blue { stroke: var(--wp-blue); }
.wp-progress-ring .fg-circle.green { stroke: var(--wp-green); }
.wp-progress-ring .fg-circle.gold { stroke: var(--wp-gold); }
.wp-progress-ring .fg-circle.purple { stroke: var(--wp-purple); }
.wp-progress-ring .fg-circle.teal { stroke: var(--wp-teal); }
.wp-progress-ring .fg-circle.orange { stroke: var(--wp-orange); }
.wp-progress-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 800;
  color: var(--wp-gray-900);
}
.wp-progress-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: var(--wp-gray-900);
  margin: 0 0 8px;
}
.wp-progress-card p {
  font-size: 13px;
  color: var(--wp-gray-500);
  margin: 0;
  line-height: 1.6;
}

/* —— Horizontal Comparison Bar —— */
.wp-h-compare {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}
.wp-h-compare-item {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  text-align: center;
  position: relative;
  border-top: 4px solid transparent;
}
.wp-h-compare-item.accent-blue { border-top-color: var(--wp-blue); }
.wp-h-compare-item.accent-teal { border-top-color: var(--wp-teal); }
.wp-h-compare-item.accent-green { border-top-color: var(--wp-green); }
.wp-h-compare-item.accent-gold { border-top-color: var(--wp-gold); }
.wp-h-compare-value {
  font-size: 32px;
  font-weight: 800;
  color: var(--wp-gray-900);
  margin-bottom: 4px;
}
.wp-h-compare-unit {
  font-size: 14px;
  color: var(--wp-gray-500);
  margin-bottom: 12px;
}
.wp-h-compare-label {
  font-size: 14px;
  font-weight: 600;
  color: var(--wp-gray-700);
}

/* —— Timeline —— */
.wp-timeline {
  position: relative;
  padding-left: 32px;
  margin-bottom: 28px;
}
.wp-timeline::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--wp-gray-200);
}
.wp-tl-item {
  position: relative;
  margin-bottom: 28px;
}
.wp-tl-dot {
  position: absolute;
  left: -27px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--wp-blue);
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px var(--wp-blue);
}
.wp-tl-dot.green { background: var(--wp-green); box-shadow: 0 0 0 3px var(--wp-green); }
.wp-tl-dot.gold { background: var(--wp-gold); box-shadow: 0 0 0 3px var(--wp-gold); }
.wp-tl-dot.teal { background: var(--wp-teal); box-shadow: 0 0 0 3px var(--wp-teal); }
.wp-tl-year {
  font-size: 13px;
  font-weight: 700;
  color: var(--wp-blue);
  margin-bottom: 4px;
}
.wp-tl-year.green { color: var(--wp-green); }
.wp-tl-year.gold { color: var(--wp-gold); }
.wp-tl-year.teal { color: var(--wp-teal); }
.wp-tl-content {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.wp-tl-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--wp-gray-900);
  margin: 0 0 6px;
}
.wp-tl-content p {
  font-size: 14px;
  color: var(--wp-gray-500);
  margin: 0;
  line-height: 1.7;
}

/* —— Callout Box —— */
.wp-callout {
  border-left: 4px solid var(--wp-blue);
  background: var(--wp-blue-light);
  border-radius: 0 12px 12px 0;
  padding: 20px 24px;
  margin-bottom: 28px;
}
.wp-callout.green { border-left-color: var(--wp-green); background: var(--wp-green-light); }
.wp-callout.gold { border-left-color: var(--wp-gold); background: #FFFBEB; }
.wp-callout.red { border-left-color: var(--wp-red); background: var(--wp-red-light); }
.wp-callout strong {
  display: block;
  font-size: 15px;
  color: var(--wp-gray-900);
  margin-bottom: 4px;
}
.wp-callout p {
  font-size: 14px;
  color: var(--wp-gray-500);
  margin: 0;
  line-height: 1.7;
}

/* —— Insight Grid —— */
.wp-insight-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.wp-insight-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.wp-insight-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.wp-insight-icon.blue { background: var(--wp-blue-light); }
.wp-insight-icon.green { background: var(--wp-green-light); }
.wp-insight-icon.purple { background: var(--wp-purple-light); }
.wp-insight-icon.orange { background: var(--wp-orange-light); }
.wp-insight-icon.teal { background: var(--wp-teal-light); }
.wp-insight-icon.red { background: var(--wp-red-light); }
.wp-insight-text h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--wp-gray-900);
  margin: 0 0 4px;
}
.wp-insight-text p {
  font-size: 13px;
  color: var(--wp-gray-500);
  margin: 0;
  line-height: 1.6;
}

/* —— Vertical Bar Chart —— */
.wp-vbar-chart {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px 32px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  margin-bottom: 28px;
  min-height: 320px;
}
.wp-vbar-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.wp-vbar {
  width: 100%;
  max-width: 80px;
  border-radius: 8px 8px 0 0;
  transition: height 1s ease;
  position: relative;
}
.wp-vbar.blue { background: linear-gradient(180deg, #0055D0, #0044BD); }
.wp-vbar.teal { background: linear-gradient(180deg, #38BDF8, #0EA5E9); }
.wp-vbar.green { background: linear-gradient(180deg, #34D399, #1FBC78); }
.wp-vbar.gold { background: linear-gradient(180deg, #FBBF24, #F59E0B); }
.wp-vbar.purple { background: linear-gradient(180deg, #8B5CF6, #7C3AED); }
.wp-vbar-value {
  font-size: 15px;
  font-weight: 800;
  color: var(--wp-gray-700);
}
.wp-vbar-label {
  font-size: 13px;
  color: var(--wp-gray-500);
  text-align: center;
  line-height: 1.4;
  margin-top: 4px;
}

/* —— Summary CTA —— */
.wp-summary-cta {
  background: linear-gradient(135deg, #002B7F, #0044BD);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
.wp-summary-cta h2 {
  font-size: 26px;
  font-weight: 700;
  margin: 0 0 12px;
}
.wp-summary-cta p {
  font-size: 16px;
  opacity: .9;
  max-width: 560px;
  margin: 0 auto 28px;
  line-height: 1.7;
}
.wp-summary-cta .btn-primary {
  background: var(--wp-green);
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}
.wp-summary-cta .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(31,188,120,.4);
}
.wp-summary-cta .btn-outline-wp {
  display: inline-block;
  border: 2px solid rgba(255,255,255,.5);
  color: #fff;
  padding: 12px 36px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  margin-left: 16px;
  transition: background .2s, border-color .2s;
}
.wp-summary-cta .btn-outline-wp:hover {
  background: rgba(255,255,255,.1);
  border-color: #fff;
}

/* —— Key Findings Strip —— */
.wp-findings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}
.wp-finding-card {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  border-left: 4px solid var(--wp-blue);
}
.wp-finding-card.green { border-left-color: var(--wp-green); }
.wp-finding-card.gold { border-left-color: var(--wp-gold); }
.wp-finding-card .finding-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--wp-blue);
  margin-bottom: 8px;
}
.wp-finding-card.green .finding-num { color: var(--wp-green); }
.wp-finding-card.gold .finding-num { color: var(--wp-gold); }
.wp-finding-card p {
  font-size: 14px;
  color: var(--wp-gray-700);
  margin: 0;
  line-height: 1.7;
}

/* —— Market Opportunity Cards —— */
.wp-opp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 28px;
}
.wp-opp-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}
.wp-opp-card h4 {
  font-size: 17px;
  font-weight: 700;
  color: var(--wp-gray-900);
  margin: 0 0 8px;
}
.wp-opp-card .opp-metric {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 4px;
}
.wp-opp-card .opp-metric.blue { color: var(--wp-blue); }
.wp-opp-card .opp-metric.green { color: var(--wp-green); }
.wp-opp-card .opp-metric.gold { color: var(--wp-gold); }
.wp-opp-card .opp-metric.teal { color: var(--wp-teal); }
.wp-opp-card .opp-metric.purple { color: var(--wp-purple); }
.wp-opp-card .opp-sub {
  font-size: 13px;
  color: var(--wp-gray-500);
  margin-bottom: 12px;
}
.wp-opp-card p {
  font-size: 14px;
  color: var(--wp-gray-700);
  margin: 0;
  line-height: 1.7;
}
.wp-opp-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.wp-opp-tag.green { background: var(--wp-green-light); color: var(--wp-green); }
.wp-opp-tag.blue { background: var(--wp-blue-light); color: var(--wp-blue); }
.wp-opp-tag.gold { background: #FFFBEB; color: var(--wp-gold); }
.wp-opp-tag.teal { background: var(--wp-teal-light); color: var(--wp-teal); }
.wp-opp-tag.purple { background: var(--wp-purple-light); color: var(--wp-purple); }

/* —— FAQ Section —— */
.wp-faq {
  margin-bottom: 48px;
}
.wp-faq-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  margin-bottom: 16px;
}
.wp-faq-item h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--wp-gray-900);
  margin: 0 0 8px;
}
.wp-faq-item p {
  font-size: 14px;
  color: var(--wp-gray-500);
  margin: 0;
  line-height: 1.7;
}

/* —— Source Footer —— */
.wp-sources {
  background: var(--wp-gray-50);
  border-radius: 12px;
  padding: 24px 28px;
  margin-bottom: 48px;
}
.wp-sources h4 {
  font-size: 13px;
  font-weight: 700;
  color: var(--wp-gray-700);
  margin: 0 0 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wp-sources ol {
  margin: 0;
  padding-left: 20px;
  font-size: 12px;
  color: var(--wp-gray-500);
  line-height: 1.9;
}

/* —— Cross Link Banner —— */
.wp-crosslink-banner {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}
.wp-crosslink-card {
  flex: 1;
  min-width: 220px;
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  display: block;
}
.wp-crosslink-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0,0,0,.1);
  text-decoration: none;
}
.wp-crosslink-card .cl-icon {
  font-size: 24px;
  margin-bottom: 8px;
}
.wp-crosslink-card .cl-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--wp-gray-900);
  margin-bottom: 4px;
}
.wp-crosslink-card .cl-desc {
  font-size: 13px;
  color: var(--wp-gray-500);
  line-height: 1.5;
}

/* —— Responsive —— */
@media (max-width: 768px) {
  .wp-stats-bar {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -32px;
  }
  .wp-progress-grid,
  .wp-findings,
  .wp-h-compare {
    grid-template-columns: 1fr;
  }
  .wp-insight-grid,
  .wp-opp-grid {
    grid-template-columns: 1fr;
  }
  .wp-vbar-chart {
    gap: 12px;
    padding: 24px 16px 20px;
  }
  .wp-bar-label {
    width: 100px;
    font-size: 12px;
  }
  .wp-summary-cta {
    padding: 32px 24px;
  }
  .wp-summary-cta .btn-outline-wp {
    display: block;
    margin: 12px auto 0;
    max-width: 220px;
  }
  .wp-compare-table {
    font-size: 12px;
  }
  .wp-compare-table thead th,
  .wp-compare-table tbody td {
    padding: 12px 10px;
    font-size: 12px;
  }
  .wp-compare-table .col-label {
    width: 100px;
  }
  .wp-hero h1 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .wp-stats-bar {
    grid-template-columns: 1fr 1fr;
  }
  .wp-stat-num {
    font-size: 28px;
  }
  .wp-crosslink-banner {
    flex-direction: column;
  }
}
