/* seo.custom.css - SEO UI enhancements (do not modify existing styles) */

.seo-highlight {
    display: none !important;
    background: #fffbe6;
    border-left: 4px solid #ffd700;
    padding: 0.75em 1em;
    margin-bottom: 1em;
    font-size: 1.05rem;
    color: #1a355e;
    box-shadow: 0 2px 8px rgba(255,215,0,0.07);
}

.seo-schema-badge {
    display: none !important;
    display: inline-block;
    background: #e6f7ff;
    color: #1890ff;
    border-radius: 2em;
    padding: 0.3em 1em;
    font-size: 0.95rem;
    font-weight: 500;
    margin-right: 0.5em;
    box-shadow: 0 2px 8px rgba(24,144,255,0.10);
}

.seo-meta-section {
    display: none !important;
    border: 1px dashed #2e5c9a;
    background: #f5f7fa;
    padding: 1em;
    margin-bottom: 1.5em;
    border-radius: 1em;
}

.seo-canonical {
    display: none !important;
    color: #2e5c9a;
    font-size: 0.95rem;
    font-weight: 600;
    text-decoration: underline dotted;
}

.seo-structured-data {
    display: none !important;
    background: #f0fff0;
    border-left: 4px solid #52c41a;
    padding: 0.75em 1em;
    margin-bottom: 1em;
    font-size: 0.98rem;
    color: #237804;
    font-family: 'Courier New', Courier, monospace;
    white-space: pre-wrap;
}

.seo-breadcrumb {
    display: none !important;
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 1em;
}

.seo-performance {
    display: none !important;
    background: #e6fffb;
    border-left: 4px solid #13c2c2;
    padding: 0.75em 1em;
    margin-bottom: 1em;
    font-size: 0.98rem;
    color: #006d75;
}
