/* ---------------- container & wrapper ---------------- */
.bop-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 32px 20px 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI",
               Helvetica, Arial, sans-serif;
  color: #0e1116;
  background: #fafafa;
  line-height: 1.6;
}

.bop-article { display: block; }

.bop-header {
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 16px;
  margin-bottom: 24px;
}

/* ---------------- chemin-de-fer (kicker) ---------------- */
.bop-chemin-de-fer {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  color: #c00f0c;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 600;
}
.bop-chemin-de-fer li { display: inline; margin-right: 8px; }
.bop-chemin-de-fer li:not(:last-child)::after {
  content: "›";
  margin-left: 8px;
  color: #5b6470;
}

/* ---------------- title & byline ---------------- */
.bop-h1 {
  font-size: 30px;
  line-height: 1.25;
  margin: 8px 0 12px;
  color: #0e1116;
}

.bop-auteur {
  color: #5b6470;
  font-size: 13px;
  font-weight: 600;
}
.bop-metas {
  color: #5b6470;
  font-size: 13px;
  display: inline-block;
  margin-left: 12px;
}

/* ---------------- cover figure ---------------- */
.bop-figure { margin: 16px 0 8px; }
.bop-cover {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* ---------------- chapo ---------------- */
.bop-chapo {
  font-size: 18px;
  line-height: 1.45;
  color: #0e1116;
  margin: 16px 0 24px;
}
.bop-chapo span { font-style: italic; }

/* ---------------- body content ---------------- */
.bop-content h2 { font-size: 22px; margin: 28px 0 12px; }
.bop-content h3 { font-size: 17px; margin: 22px 0 10px; }
.bop-content p  { margin: 12px 0; }
.bop-content ul { padding-left: 20px; }
.bop-content a {
  color: #c00f0c;
  text-decoration: none;
}
.bop-content a:hover { text-decoration: underline; }

.bop-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 16px 0;
  font-size: 14px;
}
.bop-content th,
.bop-content td {
  padding: 8px 10px;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}
.bop-content th { background: #ffffff; font-weight: 600; }

/* W/L/D colouring on form tables */
.bop-content td.bop-result-win  { color: #096b3f; font-weight: 700; }
.bop-content td.bop-result-loss { color: #b91c1c; font-weight: 700; }
.bop-content td.bop-result-draw { color: #6b5b1f; font-weight: 600; }

/* ---------------- pronos panels ---------------- */
.bop-key-facts {
  background: #f7f7f9;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 14px 18px;
  margin: 16px 0 24px;
}
.bop-key-facts h2 {
  font-size: 16px;
  margin: 0 0 8px;
  color: #c00f0c;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.bop-key-facts ul {
  margin: 0;
  padding-left: 20px;
  font-size: 15px;
}
.bop-key-facts li { margin: 4px 0; }

.bop-info-panel {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 14px 18px;
  margin: 16px 0 24px;
  font-size: 14px;
}
.bop-info-panel h2 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #c00f0c;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.bop-info-panel dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 16px;
  row-gap: 4px;
  margin: 0;
}
.bop-info-panel dt {
  color: #5b6470;
  font-weight: 600;
}
.bop-info-panel dd { margin: 0; }

.bop-bet-banner {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-left: 4px solid #c00f0c;
  padding: 14px 16px;
  margin: 24px 0;
  border-radius: 4px;
}
.bop-bet-banner strong { color: #c00f0c; }
.bop-bet-banner-link {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.bop-bet-banner-link:hover { text-decoration: none; }
.bop-bet-banner:hover {
  border-color: #c00f0c;
  box-shadow: 0 1px 4px rgba(192, 15, 12, .12);
}


div[data-emplacement="apres-chapo-article"] {
  display: none !important;
}
