
/* Basic styles for cloned SEO Content Suite */
.seo-content-suite-container { font-family: Arial, Helvetica, sans-serif; max-width: 980px; margin: 20px auto; padding: 20px; background: #fff; border:1px solid #eee; border-radius:6px; }
.seo-content-suite-container h1, .seo-content-suite-container h2 { color: #1f2937; }
button { background:#1d4ed8; color:#fff; border:none; padding:8px 12px; border-radius:4px; cursor:pointer; }
button:disabled { opacity:0.6; cursor:default; }
pre#seo-content-suite-result { white-space: pre-wrap; background:#f3f4f6; padding:12px; border-radius:6px; margin-top:12px; }
