/**
 * v5.0.23 — Editorial & Peer Review journal-cover treatment.
 * Journal covers are documentary media, so display them without the synthetic
 * editorial image treatment used by older releases.
 */
.had-detail-drawer.is-academic-portfolio-standard.is-portfolio-editorial .had-record-cover {
  background: #fff !important;
  border-color: #d5e0e4 !important;
}

.had-detail-drawer.is-academic-portfolio-standard.is-portfolio-editorial .had-record-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 10px !important;
  background: #fff !important;
  filter: none !important;
}

.had-detail-drawer.is-academic-portfolio-standard.is-portfolio-editorial .had-record-cover:has(img:not([hidden])) > span,
.had-detail-drawer.is-academic-portfolio-standard.is-portfolio-editorial .had-record-cover:has(img:not([hidden])) > b,
.had-detail-drawer.is-academic-portfolio-standard.is-portfolio-editorial .had-record-cover:has(img:not([hidden])) > em,
.had-detail-drawer.is-academic-portfolio-standard.is-portfolio-editorial .had-record-cover:has(img:not([hidden])) > i {
  display: none !important;
}

@media (max-width: 720px) {
  .had-detail-drawer.is-academic-portfolio-standard.is-portfolio-editorial .had-record-cover img {
    padding: 6px !important;
  }
}
