/* The visible divider below the progress bar should be the Most Collected separator only. */
.mc-profile-expand > .mc-progress-btn,
.mc-profile-expand > .mc-progress-btn .mc-progress-row{
  border-bottom:0 !important;
  box-shadow:none !important;
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}
.mc-profile-expand > .mc-progress-btn::after,
.mc-profile-expand > .mc-progress-btn .mc-progress-row::after{
  content:none !important;
  display:none !important;
}
.mc-most-collected-grid--compact{
  border-top:0 !important;
  padding-top:0 !important;
  margin-top:6px !important;
}
.mc-most-collected-grid--compact::before{
  display:block !important;
  content:'' !important;
  margin-top:0 !important;
  margin-bottom:8px !important;
}
.mc-profile-card--no-progress .mc-most-collected-grid--compact{
  margin-top:6px !important;
}
