/* ==========================================================================
   RESOURCES.CSS
   Page-specific overrides for the "resources" page group ONLY.
   Do not duplicate anything already in global.css or components.css --
   this file should stay empty until a page in this group needs a rule
   that is genuinely unique to it.
   ========================================================================== */

/* Knowledge Base article body — styling for TinyMCE-generated content */
.kb-article-body h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.kb-article-body h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.kb-article-body p {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.kb-article-body ul,
.kb-article-body ol {
    color: #334155;
    line-height: 1.75;
    margin-bottom: 1rem;
}

.kb-article-body img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 1rem 0;
}

.kb-article-body table {
    width: 100%;
    margin-bottom: 1rem;
    border-collapse: collapse;
}

.kb-article-body table td,
.kb-article-body table th {
    border: 1px solid #e2e8f0;
    padding: 8px 12px;
}

.kb-article-body a {
    color: var(--primary);
}
