/* Keep these panels borderless, but remove the purple glow/tint overlay. */
.card .cc-highlights-panel,
.cc-highlights-panel,
.card .details-panels .more,
.card .more,
.card .more[style*="display: block"],
.card .details-panels .more[style*="display: block"]{
  background:rgba(255,255,255,.012) !important;
  background-image:none !important;
  box-shadow:none !important;
  border:0 !important;
  border-color:transparent !important;
  outline:0 !important;
}

/* Hover/touch states should stay neutral too. */
.card .cc-highlights-panel:hover,
.card .cc-highlights-panel:active,
.cc-highlights-panel:hover,
.cc-highlights-panel:active,
.card .details-panels .more:hover,
.card .details-panels .more:active,
.card .more:hover,
.card .more:active{
  background:rgba(255,255,255,.012) !important;
  background-image:none !important;
  box-shadow:none !important;
  border:0 !important;
  border-color:transparent !important;
  outline:0 !important;
}

/* Remove any decorative purple/top highlight stripe from both panels. */
.card .cc-highlights-panel::before,
.cc-highlights-panel::before,
.card .details-panels .more::before,
.card .more::before{
  display:none !important;
  content:none !important;
  background:none !important;
  box-shadow:none !important;
}
