/* SEOIndia Core plugin styles. Layered on top of theme CSS.
 * Only adds what's specific to plugin UIs — tool results, admin overrides, etc.
 */

.tool-result table { margin: 1rem 0; font-size: .9rem; }
.tool-result table th { background: var(--si-bg-alt, #f8fafc); }

.tool-result details summary { cursor: pointer; }
.tool-result details[open] summary { margin-bottom: .5rem; }
.tool-result pre { white-space: pre-wrap; word-break: break-word; max-height: 400px; overflow-y: auto; }
