/* Page Speed Module Styles */

.sf-metric-card {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    border-left: 3px solid #E2E8F0;
    border-radius: 8px;
    padding: 12px 14px;
    text-align: center;
    transition: border-left-color 0.3s;
}

.sf-metric-label {
    font-weight: 700;
    font-size: 12px;
    color: #64748B;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.sf-metric-value {
    font-size: 18px;
    font-weight: 700;
    color: #1E293B;
    margin-bottom: 2px;
    transition: color 0.3s;
}

.sf-metric-desc {
    font-size: 11px;
    color: #94A3B8;
    line-height: 1.3;
}

/* Score badges for overview table */
.sf-score-badge {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #fff;
}

.sf-score-good {
    background: #22C55E;
}

.sf-score-avg {
    background: #F59E0B;
}

.sf-score-bad {
    background: #EF4444;
}

.sf-score-na {
    background: #CBD5E1;
    color: #64748B;
}

/* Loading spinner */
.sf-speed-spinner {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border: 4px solid #E2E8F0;
    border-top-color: #3B82F6;
    border-radius: 50%;
    animation: sf-spin 0.8s linear infinite;
}

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

/* Post meta speed styles */
.sf-meta-metric {
    font-size: 12px;
    padding: 4px 0;
    color: #475569;
}

.sf-meta-metric strong {
    color: #1E293B;
}

.seo-fury-speed-meta-wrap .button {
    font-size: 12px;
    padding: 2px 10px;
}

/* Overview table */
.sf-overview-check-btn {
    font-size: 12px !important;
    padding: 2px 10px !important;
}
