/* C08 — Carte de contenu */
.cds-content-card{box-sizing:border-box;border-radius:18px;overflow:hidden;}
.cds-content-card--white{background:#fff;box-shadow:0 12px 32px rgba(30,49,47,.10);}
.cds-content-card--flat{background:#fff;}
.cds-content-card--pink{background:#FFF8F8;border:1px solid var(--wp--preset--color--rose,#d83f72);}
.cds-content-card--green{background:var(--wp--preset--color--vert-clair,#eef8f5);border:1px solid var(--wp--preset--color--vert,#3d8f86);}
.cds-content-card--outlined{background:#fff;border:1px solid rgba(30,49,47,.22);}
.cds-content-card--padding-small{padding:1rem;}.cds-content-card--padding-medium{padding:1.5rem;}.cds-content-card--padding-large{padding:2rem;}

/* Espacements extérieurs verticaux — réglables indépendamment. */
.cds-content-card--margin-top-none{margin-top:0;}
.cds-content-card--margin-top-xs{margin-top:var(--cds-space-1,.5rem);}
.cds-content-card--margin-top-small{margin-top:var(--cds-space-2,1rem);}
.cds-content-card--margin-top-medium{margin-top:var(--cds-space-3,1.5rem);}
.cds-content-card--margin-top-large{margin-top:var(--cds-space-5,2.5rem);}
.cds-content-card--margin-top-xl{margin-top:var(--cds-space-6,4rem);}
.cds-content-card--margin-bottom-none{margin-bottom:0;}
.cds-content-card--margin-bottom-xs{margin-bottom:var(--cds-space-1,.5rem);}
.cds-content-card--margin-bottom-small{margin-bottom:var(--cds-space-2,1rem);}
.cds-content-card--margin-bottom-medium{margin-bottom:var(--cds-space-3,1.5rem);}
.cds-content-card--margin-bottom-large{margin-bottom:var(--cds-space-5,2.5rem);}
.cds-content-card--margin-bottom-xl{margin-bottom:var(--cds-space-6,4rem);}
.cds-content-card--center{text-align:center;}.cds-content-card--center ul,.cds-content-card--center ol{display:inline-block;text-align:left;}
.cds-content-card > :first-child{margin-top:0}.cds-content-card > :last-child{margin-bottom:0}
.editor-styles-wrapper .wp-block-c2rb-content-card{min-height:80px;}

.editor-styles-wrapper .cds-content-card{position:relative;overflow:visible;}
.editor-styles-wrapper .cds-content-card__editor-handle{
  display:block;
  width:100%;
  margin:0 0 .85rem;
  padding:.45rem .65rem;
  border:1px dashed rgba(30,49,47,.28);
  border-radius:8px;
  background:rgba(255,255,255,.72);
  color:#52605f;
  font:600 .72rem/1.2 var(--cds-font-sans,"Montserrat",Arial,sans-serif);
  letter-spacing:.08em;
  text-align:left;
  text-transform:uppercase;
  cursor:pointer;
}
.editor-styles-wrapper .cds-content-card__editor-handle:hover,
.editor-styles-wrapper .cds-content-card__editor-handle:focus{
  border-color:var(--cds-color-green,#50a599);
  color:var(--cds-color-green,#50a599);
  outline:none;
}
.editor-styles-wrapper .wp-block-c2rb-content-card.is-selected{
  outline:2px solid var(--cds-color-green,#50a599);
  outline-offset:3px;
}
.cds-content-card__editor-handle{display:none;}
.editor-styles-wrapper .cds-content-card__editor-handle{display:block;}
