/* ==========================================================
   EDITORIAL CONTENT + PAGES
   ========================================================== */
.sl-editorial-wrap { padding-bottom: 72px; }

.sl-page-hero-meta {
    margin-top: 12px;
    font-size: 13px;
    color: var(--sl-text-muted);
    line-height: 1.7;
}

.sl-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 56px;
    align-items: start;
}

.sl-editorial-grid--single {
    grid-template-columns: minmax(0, 1fr);
    max-width: 920px;
    margin: 0 auto;
}

.sl-editorial-shell {
    background: var(--sl-white);
    border: 1px solid var(--sl-sand);
    border-radius: var(--sl-radius);
    padding: 34px 36px;
    box-shadow: var(--sl-shadow-soft);
}

.sl-editorial-reading-width {
    max-width: 760px;
    margin: 0 auto;
}

.sl-editorial-content {
    color: var(--sl-charcoal);
    font-size: 16px;
    line-height: 1.9;
}

.sl-editorial-content > *:first-child { margin-top: 0 !important; }
.sl-editorial-content > *:last-child { margin-bottom: 0 !important; }

.sl-editorial-content p,
.sl-editorial-content ul,
.sl-editorial-content ol,
.sl-editorial-content blockquote,
.sl-editorial-content table,
.sl-editorial-content hr {
    margin-top: 0;
    margin-bottom: 1.25em;
}

.sl-editorial-content h2,
.sl-editorial-content h3,
.sl-editorial-content h4,
.sl-editorial-content h5,
.sl-editorial-content h6 {
    color: var(--sl-charcoal);
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin-top: 1.9em;
    margin-bottom: 0.65em;
}

.sl-editorial-content h2 {
    font-family: var(--sl-font-display);
    font-size: 32px;
    font-weight: 400;
}

.sl-editorial-content h3 {
    font-family: var(--sl-font-display);
    font-size: 24px;
    font-weight: 500;
}

.sl-editorial-content h4 { font-size: 18px; font-weight: 600; }

.sl-editorial-content ul,
.sl-editorial-content ol { padding-left: 1.2rem; }

.sl-editorial-content li { margin-bottom: 0.5em; }

.sl-editorial-content strong { color: var(--sl-charcoal); font-weight: 600; }

.sl-editorial-content a {
    color: var(--sl-sage);
    text-decoration: none;
    text-underline-offset: 3px;
}

.sl-editorial-content a:hover,
.sl-editorial-content a:focus { text-decoration: underline; }

.sl-editorial-content blockquote {
    border-left: 3px solid var(--sl-sage);
    background: var(--sl-soft-green);
    border-radius: 0 14px 14px 0;
    padding: 16px 18px;
    color: var(--sl-charcoal);
}

.sl-editorial-content hr {
    border: 0;
    border-top: 1px solid var(--sl-sand);
    margin-top: 1.8em;
    margin-bottom: 1.8em;
}

.sl-editorial-content img { max-width: 100%; height: auto; border-radius: 14px; }

.sl-editorial-content table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid var(--sl-sand);
    border-radius: 14px;
    overflow: hidden;
    background: var(--sl-white);
    font-size: 14px;
    line-height: 1.7;
}

.sl-editorial-content th,
.sl-editorial-content td {
    padding: 12px 14px;
    border-bottom: 1px solid var(--sl-sand);
    border-right: 1px solid var(--sl-sand);
    text-align: left;
    vertical-align: top;
}

.sl-editorial-content th:last-child,
.sl-editorial-content td:last-child { border-right: 0; }

.sl-editorial-content tr:last-child td { border-bottom: 0; }

.sl-editorial-content th {
    background: var(--sl-soft-green);
    color: var(--sl-charcoal);
    font-weight: 600;
}

.sl-editorial-aside {
    position: sticky;
    top: 90px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.sl-editorial-card {
    background: var(--sl-white);
    border: 1px solid var(--sl-sand);
    border-radius: var(--sl-radius);
    padding: 24px;
}

.sl-editorial-card--soft {
    background: var(--sl-soft-green);
    border-color: transparent;
    box-shadow: var(--sl-shadow-soft);
}

.sl-editorial-card-icon { font-size: 28px; margin-bottom: 10px; }

.sl-editorial-card-title {
    font-family: var(--sl-font-display);
    font-size: 22px;
    font-weight: 500;
    color: var(--sl-charcoal);
    line-height: 1.25;
    margin: 0 0 10px;
}

.sl-editorial-card-text {
    font-size: 13px;
    color: var(--sl-text-muted);
    line-height: 1.8;
    margin: 0 0 16px;
}

.sl-editorial-card-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sl-editorial-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sl-editorial-link-list li { margin: 0; }

.sl-editorial-link-list a {
    font-size: 13px;
    color: var(--sl-text-muted);
    line-height: 1.7;
    text-decoration: none;
}

.sl-editorial-link-list a:hover,
.sl-editorial-link-list a:focus { color: var(--sl-charcoal); }

@media (max-width: 1023px) {
    .sl-editorial-grid {
        grid-template-columns: 1fr;
    }

    .sl-editorial-aside { position: static; }
}

@media (max-width: 767px) {
    .sl-editorial-shell {
        padding: 22px 18px;
    }

    .sl-editorial-content {
        font-size: 15px;
        line-height: 1.85;
    }

    .sl-editorial-content h2 { font-size: 26px; }
    .sl-editorial-content h3 { font-size: 21px; }
}

/* === SUKOONLIVING HERO SOFT SAGE PATCH START === */
