/* ===========================================
   NOS SÉLECTIONS — Fiches produits SEO
   Calqué pixel-perfect sur cest-dispo.css v1.0
   v3.0 — 28 mars 2026
   =========================================== */

.sel-container {
  font-family: \'Nunito\', sans-serif;
  max-width: 820px;
  margin: 0 auto;
}
.sel-banner {
  color: #fff;
  padding: 12px 18px;
  margin: 0 0 20px;
  font-size: 0.88em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  border-radius: 6px;
  background: #A0C500;
}
.sel-banner--coups-de-coeur       { background: #D90503; }
.sel-banner--ne-ratez-pas         { background: #FF642B; }
.sel-banner--en-famille           { background: #88C23F; }
.sel-banner--en-soiree            { background: #EC1E79; }
.sel-banner--pour-les-plus-petits { background: #519BC0; }


/* Citation intro — calqué sur cc-memory */
.entry-content blockquote {
  margin: 24px 0;
  padding: 16px 24px;
  background: #fafafa;
  border-left: 3px solid #ddd;
  border-radius: 0 8px 8px 0;
  font-style: italic;
  font-size: .95em;
  color: #444;
  line-height: 1.7;
}
.entry-content blockquote p {
  margin: 0;
}
.sel-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

/* Header carte — identique cd-card-header */
.sel-card-header {
  padding: 12px 18px;
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 4px solid #ccc;
}
.sel-card-header.sel-border--jds { border-left-color: #A0C500; }
.sel-card-header.sel-border--jdr { border-left-color: #EFB700; }
.sel-card-header.sel-border--tcg { border-left-color: #5FA9DE; }
.sel-card-header.sel-border--fig { border-left-color: #F75B16; }

.sel-card-header h3 {
  margin: 0;
  font-size: 1.08em;
  display: inline;
}
.sel-card-header h3 a {
  color: #222;
  font-weight: 700;
  font-size: 1.08em;
  line-height: 1.3;
  text-decoration: none;
}
.sel-card-price {
  font-weight: 700;
  font-size: 1.05em;
  color: #444;
  white-space: nowrap;
}

/* Corps carte — identique cd-card-body */
.sel-card-body {
  display: flex;
  width: 100%;
}
.sel-card-img {
  width: 35%;
  padding: 14px;
  display: flex;
  flex-direction: column;
}
.sel-card-img .sel-card-publisher {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sel-card-img img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}
.sel-card-img a { display: block; }
.sel-card-text {
  width: 65%;
  vertical-align: top;
  padding: 14px 18px 14px 8px;
}
.sel-card-publisher {
  margin: 0;
  font-size: 0.78em;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 8px;
}
.sel-card-text p,
.sel-card-desc {
  margin: 0 0 6px;
  font-size: 0.92em;
  color: #333;
  line-height: 1.6;
}
.sel-card-desc:last-child { margin-bottom: 0; }

/* Footer carte — identique cd-card-footer */
.sel-card-footer {
  padding: 10px 18px;
  background: #f7f7f7;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

/* Pastilles stock */
.sel-stock {
  font-size: 0.82em;
  color: #666;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.sel-stock::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.sel-stock--in::before       { background: #88C23F; }
.sel-stock--backorder::before { background: #F79A1E; }
.sel-stock--out::before       { background: #D90503; }
.sel-stock--in       { color: #029345; }
.sel-stock--backorder { color: #9a6e00; }
.sel-stock--out       { color: #D90503; }

/* Bouton — identique cd-btn */
.sel-btn,
.sel-btn:visited {
  background: #b62f2f;
  color: #fff;
  padding: 9px 18px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.88em;
  font-weight: 600;
}
.sel-btn:hover,
.sel-btn:visited:hover {
  background: #9a2727;
  color: #fff;
  text-decoration: none;
}

.sel-empty {
  text-align: center;
  padding: 40px 20px;
  color: #888;
  font-style: italic;
}

/* Enrichissement Claude (points forts + regles) */
.sel-enrich {
  margin-top: 0;
}
.sel-enrich-pf {
  font-size: 0.92em;
  color: #333;
  line-height: 1.6;
  margin: 0 0 10px;
}
.sel-enrich-regles {
  font-size: 0.88em;
  color: #444;
  line-height: 1.55;
  margin: 0;
}
.sel-enrich-regles strong {
  color: #333;
}



/* Auteur — calqué sur cd-author */
.sel-author {
  margin: 40px 0 20px;
  padding: 20px 24px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}
.sel-author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.sel-author-name {
  margin: 0 0 4px;
  font-weight: 700;
  font-size: 1em;
  color: #222;
}
.sel-author-name a { color: #222; text-decoration: none; }
.sel-author-name a:hover { color: #b62f2f; }
.sel-author-bio {
  margin: 0;
  font-size: 0.88em;
  color: #555;
  line-height: 1.5;
}

/* Footer social — calqué sur cd-social */
.sel-social {
  margin: 0 0 20px;
  padding: 28px 24px;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
}
.sel-social-title {
  margin: 0 0 16px;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}
.sel-social-links {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.sel-social-links a,
.sel-social-links a:hover {
  text-decoration: none;
  text-align: center;
  color: inherit;
}
.sel-social-links .sel-icon {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 6px;
  border-radius: 50%;
  object-fit: cover;
}
.sel-social-links .sel-label {
  font-size: 0.75em;
  color: #666;
}
/* Responsive — identique C\'est dispo */
@media (max-width: 600px) {
  .sel-card-img {
    width: 100%;
    padding: 14px 14px 0;
  }

  .sel-card-img img { height: 180px; }
  .sel-card-text {
    width: 100%;
    padding: 14px;
  }
  .sel-card-body {
    flex-direction: column;
  }
  .sel-card-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
