/* player EO accents */
body.eo-player{--eh-accent:var(--eh-gold)}
.eo-player .player-grid{gap:14px !important}
.eo-player .member-card{
  padding:16px 14px 14px !important;
  text-decoration:none !important;color:#111 !important;
  position:relative;
}
.eo-player .member-card::before{
  content:"";position:absolute;left:0;top:0;bottom:0;width:4px;
  background:var(--eh-gold);
}
.eo-player .charpick-name{
  font-family:var(--eh-serif) !important;font-size:17px !important;font-weight:700 !important;
}
.eo-player .pc-arrow{font-family:var(--eh-mono);font-size:11px;color:rgba(0,0,0,.45)}
.eo-player .search-area input,
.eo-player .search-area button{
  border:1px solid #111 !important;border-radius:0 !important;box-shadow: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;
}
