/**
 * SEO Master AI - Public Styles
 */

.seo-master-ai-breadcrumbs {
    padding: 10px 0;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.seo-master-ai-breadcrumbs a {
    color: #2271b1;
    text-decoration: none;
}

.seo-master-ai-breadcrumbs a:hover {
    text-decoration: underline;
}

.seo-master-ai-breadcrumbs .current {
    color: #333;
    font-weight: 600;
}

.seo-meta-box {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 15px;
    margin-top: 10px;
}

.seo-score-display {
    margin: 15px 0;
}

.score-meter {
    width: 100%;
    height: 35px;
    background: #f0f0f1;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.score-fill {
    height: 100%;
    line-height: 35px;
    color: white;
    font-weight: bold;
    text-align: center;
    transition: width 0.4s ease;
    font-size: 14px;
}

.score-fill.good {
    background: linear-gradient(90deg, #00a32a, #00ba44);
}

.score-fill.warning {
    background: linear-gradient(90deg, #dba617, #f0c000);
}

.score-fill.error {
    background: linear-gradient(90deg, #d63638, #e65052);
}

.density-good {
    color: #00a32a;
    font-weight: bold;
}

.density-warning {
    color: #dba617;
    font-weight: bold;
}

.density-error {
    color: #d63638;
    font-weight: bold;
}

.voice-search-qa {
    background: #f6f7f7;
    padding: 20px;
    margin: 20px 0;
    border-left: 4px solid #2271b1;
    border-radius: 2px;
}

.voice-search-qa h3 {
    margin: 0 0 10px 0;
    color: #2271b1;
}

.voice-search-qa p {
    margin: 0;
    line-height: 1.6;
}

/* Schema Markup Styling */
.schema-faq {
    margin: 30px 0;
}

.schema-faq-item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.schema-faq-item h3 {
    margin: 0 0 10px 0;
    color: #333;
    cursor: pointer;
}

.schema-faq-item p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

/* Responsive */
@media screen and (max-width: 768px) {
    .seo-master-ai-breadcrumbs {
        font-size: 12px;
    }
    
    .voice-search-qa {
        padding: 15px;
    }
}
