/**
 * AI SEO Meta – Admin Styles
 * Scoped to .wtofe-sm-wrap (injected inside the Yoast SEO metabox).
 */

.wtofe-sm-wrap {
    margin-bottom: 16px;
    padding: 12px 12px 14px;
    border-bottom: 1px solid #dcdcde;
}

.wtofe-sm-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wtofe-sm-badge {
    font-size: 11px;
    color: #787c82;
    font-style: italic;
}

.wtofe-sm-loading {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    color: #50575e;
    font-size: 13px;
}

.wtofe-sm-preview {
    margin-top: 12px;
    padding: 12px;
    background: #f6f7f7;
    border: 1px solid #dcdcde;
    border-radius: 4px;
}

.wtofe-sm-field {
    margin-bottom: 10px;
}

.wtofe-sm-field label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    color: #50575e;
    margin-bottom: 4px;
}

.wtofe-sm-field input.widefat,
.wtofe-sm-field textarea.widefat {
    font-size: 13px;
}

.wtofe-sm-count-row {
    margin-top: 3px;
}

.wtofe-sm-count {
    font-size: 11px;
    color: #50575e;
}

.wtofe-sm-count-over {
    color: #b32d2e;
    font-weight: 600;
}

.wtofe-sm-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
}