.wooapisync-metrics {
    display: flex;
    gap: 16px;
    margin: 16px 0;
}

.wooapisync-metric {
    padding: 12px 16px;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    background: #fff;
}

.wooapisync-metric__label {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
}

.wooapisync-metric__value {
    font-size: 18px;
    font-weight: 600;
}

.wooapisync-health {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.wooapisync-health__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #6c7781;
}

.wooapisync-health--ok .wooapisync-health__dot {
    background: #46b450;
}

.wooapisync-health--error .wooapisync-health__dot {
    background: #dc3232;
}

.wooapisync-health--disabled .wooapisync-health__dot {
    background: #a0a5aa;
}
