
/* The three legacy tile cards now live INSIDE their Account Hub panels, so they
   drop the standalone-card chrome and sit as a section of the panel instead. */
#accountHub .ah-cardx .mp-card{
  background:transparent !important;
  border:0 !important;
  border-top:1px solid var(--ah-line,#ECE7DD) !important;
  border-radius:0 !important;
  box-shadow:none !important;
  padding:18px 0 0 !important;
  margin:22px 0 0 !important;
}
#accountHub .ah-cardx .mp-card .mp-card-header{ padding:0 !important; }
#accountHub .ah-cardx .mp-card .mp-card-body{ padding:14px 0 0 !important; }
/* the accordion chevron is meaningless once it is a panel section */
#accountHub .ah-cardx .mp-card .mp-card-chevron,
#accountHub .ah-cardx .mp-card .mp-card-toggle{ display:none !important; }
