/* ── SIDEBAR ────────────────────────────────────────────────────── */
.crp-sidebar { width: 100%; }

/* Support box */
.crp-sidebar__support {
  background: #F5F0E8;
  padding: 22px;
  margin-bottom: 28px;
}

.crp-sidebar__support-title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #1A1A1A;
  margin-bottom: 10px;
}

.crp-sidebar__support p {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 14px;
}

/* Most Read */
.crp-sidebar__most-read { margin-bottom: 28px; }

.crp-most-read__item {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.crp-most-read__num {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-size: 26px;
  color: #EEEEEE;
  line-height: 1;
  flex-shrink: 0;
  width: 26px;
}

.crp-most-read__cat {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.crp-most-read__title {
  font-family: 'Source Serif 4', Georgia, serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.3;
  color: #1A1A1A;
  display: block;
  transition: color 0.15s;
}

.crp-most-read__title:hover { color: #C12527; }

.crp-most-read__date {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #333;
  margin-top: 3px;
}

/* Newsletter */
.crp-sidebar__newsletter {
  background: #2D3F5C;
  padding: 18px;
  margin-bottom: 28px;
}

.crp-sidebar__newsletter-title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 6px;
}

.crp-sidebar__newsletter p {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 12px;
  line-height: 1.5;
}

.crp-newsletter-form input[type="email"] {
  width: 100%;
  padding: 8px 10px;
  border: none;
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  margin-bottom: 6px;
  border-radius: 0;
  background: #fff;
  color: #1A1A1A;
}

.crp-newsletter-form button {
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: #C12527;
  color: #fff;
  border: none;
  padding: 9px 16px;
  width: 100%;
  border-radius: 0;
  transition: opacity 0.15s;
}

.crp-newsletter-form button:hover { opacity: 0.9; }

/* Campaign */
.crp-sidebar__campaign {
  background: #C12527;
  padding: 18px;
}

.crp-sidebar__campaign-title {
  font-family: 'Barlow Condensed', 'Arial Narrow', Arial, sans-serif;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.0;
  margin-bottom: 8px;
}

.crp-sidebar__campaign p {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
  line-height: 1.5;
}
