.quality-panel {
  position: relative;
  border: 1px solid rgba(16, 24, 40, .09);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, .06);
  overflow: hidden;
}

.quality-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: rgba(16, 24, 40, .10);
  pointer-events: none;
}

.quality-panel .card-body {
  position: relative;
  z-index: 1;
}

.quality-panel-point {
  border: 1px solid rgba(16, 24, 40, .13) !important;
  background: #f8fafc !important;
}

.quality-panel dt {
  color: #5b6776 !important;
  font-weight: 700;
}

.quality-panel dd {
  color: #27313f;
}

@media (max-width: 575.98px) {
  .quality-panel {
    margin-top: .85rem !important;
    border-radius: 16px;
  }
}
