.wpbay-health-cell {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    min-width: 0;
    min-height: 34px;
    padding: 4px 9px 4px 5px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: #f2f4f7;
    color: #344054;
    font-size: 12px;
    text-decoration: none !important;
    vertical-align: middle;
    white-space: nowrap;
}
.wpbay-health-cell__score {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    border-radius: 50%;
    background: rgba(52, 64, 84, 0.1);
    font-size: 11px;
    font-weight: 800;
}
.wpbay-health-cell__status {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}
a.wpbay-health-cell:hover,
a.wpbay-health-cell:focus {
    border-color: currentColor;
    color: inherit;
    text-decoration: none !important;
}
.wpbay-health-cell--excellent,
.wpbay-health-cell--healthy {
    background: #ecfdf3;
    color: #067647;
}
.wpbay-health-cell--excellent .wpbay-health-cell__score,
.wpbay-health-cell--healthy .wpbay-health-cell__score {
    background: rgba(6, 118, 71, 0.11);
}
.wpbay-health-cell--fair,
.wpbay-health-cell--needs_attention {
    background: #fffaeb;
    color: #b54708;
}
.wpbay-health-cell--fair .wpbay-health-cell__score,
.wpbay-health-cell--needs_attention .wpbay-health-cell__score {
    background: rgba(181, 71, 8, 0.1);
}
.wpbay-health-cell--limited {
    background: #f2f4f7;
    color: #475467;
}

.wpbay-health-cell--na {
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #667085;
}

@media (max-width: 767px) {
    .wpbay-health-cell {
        max-width: 100%;
    }
}
