/* V10: restore the colored individual Collector Award boxes while keeping the parent section unboxed. */
.mc-profile-awards{
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.mc-profile-awards-list{
  gap:7px 9px !important;
}
.mc-profile-award{
  width:auto !important;
  min-height:34px !important;
  padding:7px 10px !important;
  border:1px solid rgba(255,255,255,.16) !important;
  background:rgba(255,255,255,.052) !important;
  box-shadow:0 8px 18px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.025) !important;
}
.mc-profile-award.issue-specialist{
  border-color:rgba(255,214,0,.42) !important;
  background:linear-gradient(90deg, rgba(255,214,0,.17), rgba(255,255,255,.045)) !important;
}
.mc-profile-award.centurion{
  border-color:rgba(154,139,255,.56) !important;
  background:linear-gradient(90deg, rgba(154,139,255,.23), rgba(255,255,255,.045)) !important;
}
.mc-profile-award.key-issue{
  border-color:rgba(118,220,255,.52) !important;
  background:linear-gradient(90deg, rgba(118,220,255,.18), rgba(255,255,255,.045)) !important;
}
.mc-profile-award.issue-specialist .material-symbols-outlined{ color:#ffe89a !important; }
.mc-profile-award.centurion .material-symbols-outlined{ color:#cfc5ff !important; }
.mc-profile-award.key-issue .material-symbols-outlined{ color:#b8f1ff !important; }
@media (max-width:520px){
  .mc-profile-awards-list{
    grid-template-columns:1fr !important;
    gap:6px !important;
  }
  .mc-profile-award{
    width:100% !important;
    padding:7px 9px !important;
  }
}
