/* chufa EO accents */
body.eo-chufa{--eh-accent:var(--eh-red)}
.eo-chufa .chufa-grid{gap:14px !important}
.eo-chufa .chufa-card{
  padding:14px 14px 14px 16px !important;
  position:relative;
}
.eo-chufa .chufa-card::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;
  background:var(--eh-red);
}
.eo-chufa .cc-name,
.eo-chufa .chufa-card h3{
  font-family:var(--eh-serif) !important;font-weight:700 !important;
}
.eo-chufa .memorial-mast,
.eo-chufa .kit-tag .dot{display:none !important}

/* detail dossier hard-edge */
.eo-hall .dp-dossier,
.eo-hall .dp-wrapper,
.eo-hall .dp-hero,
.eo-hall .dp-panel,
.eo-hall .dp-card{
  border:1px solid #111 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#fff !important;
}
.eo-hall .dp-status,
.eo-hall .dp-chip,
.eo-hall .dp-tag{
  border-radius:0 !important;
  border:1px solid #111 !important;
  font-family:var(--eh-mono) !important;
}
.eo-hall .dp-name,
.eo-hall .dp-title{
  font-family:var(--eh-serif) !important;font-weight:700 !important;
}
