/* AI SEO + Date Updater - Frontend Styles */

/* Minimal frontend styles - only if needed for any frontend functionality */

.ai-seo-frontend-notice {
    background: #f0f6fc;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px;
    line-height: 1.5;
}

.ai-seo-frontend-notice.success {
    background: #f0f6fc;
    border-color: #00a32a;
    color: #00a32a;
}

.ai-seo-frontend-notice.error {
    background: #fcf0f1;
    border-color: #d63638;
    color: #d63638;
}

.ai-seo-frontend-notice.warning {
    background: #fcf9e8;
    border-color: #dba617;
    color: #dba617;
}

/* Schema markup is invisible by default */
script[type="application/ld+json"] {
    display: none;
}
