.airmp-user-box { background: #fff; border: 1px solid #d7dbe0; border-radius: 4px; padding: 16px; margin: 16px 0; }
.airmp-user-box h2 { margin: 0 0 12px; font-size: 22px; }
.airmp-user-table { width: 100%; border-collapse: collapse; }
.airmp-user-table th, .airmp-user-table td { padding: 10px; border-bottom: 1px solid #e5e7eb; text-align: left; vertical-align: top; }
.airmp-score { display: inline-flex; align-items: center; justify-content: center; min-width: 38px; height: 28px; border-radius: 4px; color: #fff; font-weight: 700; }
.airmp-score-green { background: #15803d; }
.airmp-score-yellow { background: #a16207; }
.airmp-score-red { background: #b91c1c; }
