.wsa-module .wsa-stat .panel-body {
    min-height: 92px;
}

.wsa-module .wsa-stat span {
    display: block;
    color: #6b7280;
    font-size: 12px;
    text-transform: uppercase;
}

.wsa-module .wsa-stat strong {
    display: block;
    margin-top: 8px;
    font-size: 28px;
    line-height: 1;
}

.wsa-module .wsa-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    min-height: 32px;
    padding: 6px 10px;
    border-radius: 6px;
    background: #eef2ff;
    color: #1f2937;
    font-weight: 700;
}

.wsa-module .wsa-score-large {
    min-width: 82px;
    min-height: 72px;
    font-size: 32px;
}

.wsa-module .tab-content {
    padding-top: 20px;
}

.wsa-module .table td {
    vertical-align: middle;
}

.wsa-module .wsa-chart-list {
    margin: 16px 0;
}

.wsa-module .wsa-chart-row {
    display: grid;
    grid-template-columns: minmax(120px, 220px) 1fr 48px;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.wsa-module .wsa-bar {
    height: 14px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: hidden;
}

.wsa-module .wsa-bar i {
    display: block;
    height: 100%;
    background: #2563eb;
}

.wsa-module .wsa-bar-issues i {
    background: #dc2626;
}

.wsa-module .wsa-queue-spinner {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    border: 2px solid #cbd5e1;
    border-top-color: #2563eb;
    border-radius: 50%;
    animation: wsa-spin 0.8s linear infinite;
    vertical-align: -1px;
}

@keyframes wsa-spin {
    to {
        transform: rotate(360deg);
    }
}
