/* V14: when viewing another collector, the private progress bar is hidden, so also hide the divider that belonged above it. */
.mc-profile-card--no-progress .mc-status-summary.mc-status-summary--inline{
  padding-bottom:3px !important;
}
.mc-profile-card--no-progress .mc-status-summary.mc-status-summary--inline::after{
  display:none !important;
  content:none !important;
}
.mc-profile-card--no-progress .mc-profile-awards::before{
  margin-top:4px !important;
}
