
/* ============================================================
   LSAT Guides UI: blog index + single article reading experience
   ============================================================ */

.lc-blog-index,
.lc-single-guide {
    background: var(--lc-bg-cream);
}

body.lc-guides-wide #content,
body.lc-guides-wide .site-content,
body.lc-guides-wide .site-content > .ast-container,
body.lc-guides-wide .ast-container,
body.lc-guides-wide #primary,
body.lc-guides-wide .content-area,
body.lc-guides-wide #main,
body.lc-guides-wide .site-main,
body.lc-guides-wide .ast-article-single,
body.lc-guides-wide .entry-content {
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    box-sizing: border-box !important;
}

.lc-single-guide .lc-container {
    max-width: none;
    padding-left: clamp(32px, 5vw, 96px);
    padding-right: clamp(32px, 5vw, 96px);
}

.lc-resource-hero,
.lc-single-hero {
    background: var(--lc-bg-cream);
    padding: 56px 0 44px;
    border-bottom: 1px solid var(--lc-border);
}

.lc-resource-hero__grid,
.lc-single-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 48px;
    align-items: center;
}

.lc-single-hero .lc-single-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: clamp(40px, 6vw, 110px);
    align-items: center;
    justify-content: stretch;
}

.lc-resource-hero__title {
    font-family: var(--lc-font);
    font-size: clamp(34px, 5vw, 64px);
    line-height: 1.04;
    letter-spacing: -0.035em;
    color: var(--lc-text-dark);
    margin: 0 0 18px;
    max-width: 860px;
}

.lc-single-hero h1 {
    font-family: var(--lc-font);
    font-size: clamp(36px, 3.7vw, 58px);
    line-height: 1.12;
    letter-spacing: -0.035em;
    color: var(--lc-text-dark);
    margin: 0 0 18px;
    max-width: 1080px;
}

.lc-resource-hero__sub,
.lc-single-hero p {
    font-size: clamp(17px, 1.7vw, 21px);
    line-height: 1.65;
    color: var(--lc-text-muted);
    max-width: 760px;
    margin: 0;
}

.lc-single-hero p {
    max-width: 1040px;
}

.lc-single-hero .lc-single-score-card {
    display: block;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 14px 44px rgba(27,43,75,.08);
    width: 100%;
}

.lc-single-hero .lc-single-score-card a {
    padding: 13px 0;
}

.lc-single-hero .lc-single-score-card strong {
    font-size: 16px;
}

.lc-single-hero .lc-single-score-card span {
    font-size: 13px;
}

.lc-single-meta {
    color: var(--lc-accent);
    font-weight: 800;
    font-size: 15px;
    margin: 0 0 30px;
}

.lc-resource-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.lc-resource-panel,
.lc-single-score-card,
.lc-sticky-panel {
    background: var(--lc-bg-white);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-xl);
    box-shadow: var(--lc-shadow-md);
    padding: 26px;
}

.lc-panel-kicker {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: var(--lc-teal);
    margin-bottom: 14px;
}

.lc-resource-panel a,
.lc-single-score-card a {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid var(--lc-border-light);
    text-decoration: none;
}

.lc-resource-panel a:last-child,
.lc-single-score-card a:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.lc-resource-panel strong,
.lc-single-score-card strong {
    display: block;
    color: var(--lc-primary);
    font-size: 17px;
    margin-bottom: 4px;
}

.lc-resource-panel span,
.lc-single-score-card span {
    color: var(--lc-text-muted);
    font-size: 14px;
}

.lc-topic-strip,
.lc-related-strip {
    background: var(--lc-bg-white);
    border-bottom: 1px solid var(--lc-border);
}

.lc-topic-strip__grid,
.lc-related-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.lc-related-strip__grid {
    grid-template-columns: repeat(3, 1fr);
}

.lc-topic-strip a,
.lc-related-strip a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-height: 104px;
    justify-content: center;
    padding: 20px 24px;
    text-decoration: none;
    border-left: 1px solid var(--lc-border-light);
    color: var(--lc-primary) !important;
    font-weight: 800;
}

.lc-topic-strip a:last-child,
.lc-related-strip a:last-child {
    border-right: 1px solid var(--lc-border-light);
}

.lc-topic-strip a:hover,
.lc-related-strip a:hover {
    background: var(--lc-bg-cream);
    color: var(--lc-accent) !important;
}

.lc-topic-strip span,
.lc-related-strip span {
    color: var(--lc-teal);
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lc-featured-guide,
.lc-guides-section,
.lc-single-main {
    background: var(--lc-bg-white);
    padding: 64px 0;
}

.lc-featured-card {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    background: var(--lc-bg-cream);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-xl);
    overflow: hidden;
    box-shadow: var(--lc-shadow);
    text-decoration: none;
}

.lc-featured-card__visual {
    min-height: 260px;
    background:
        linear-gradient(135deg, rgba(27,43,75,.92), rgba(27,43,75,.74)),
        linear-gradient(45deg, var(--lc-accent), var(--lc-teal));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px;
}

.lc-featured-card__visual span {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.22);
    font-size: 38px;
    font-weight: 900;
}

.lc-featured-card__visual div {
    color: rgba(255,255,255,.76);
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800;
}

.lc-featured-card__body {
    padding: 38px;
}

.lc-featured-card__body h2 {
    color: var(--lc-primary);
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.1;
    margin: 0 0 14px;
    letter-spacing: -0.03em;
}

.lc-featured-card__body p {
    color: var(--lc-text-muted);
    font-size: 17px;
    line-height: 1.7;
    margin: 0 0 20px;
}

.lc-featured-card__link {
    color: var(--lc-accent);
    font-weight: 800;
}

.lc-guides-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 28px;
}

.lc-guides-head p {
    color: var(--lc-text-muted);
    line-height: 1.65;
    max-width: 520px;
    margin: 0;
}

.lc-blog-grid--designed .lc-blog-card {
    min-height: 100%;
    border-radius: var(--lc-radius-lg);
    text-decoration: none;
    box-shadow: 0 10px 34px rgba(27,43,75,.05);
}

.lc-blog-card__topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--lc-bg-cream);
    border-bottom: 1px solid var(--lc-border-light);
    padding: 14px 20px;
    color: var(--lc-text-muted);
    font-size: 12px;
    font-weight: 700;
}

.lc-blog-grid--designed .lc-blog-card__body {
    padding: 24px;
}

.lc-blog-grid--designed .lc-blog-card__title {
    font-size: 21px;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.lc-blog-grid--designed .lc-blog-card__excerpt {
    font-size: 15px;
    line-height: 1.65;
}

.lc-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 38px;
}

.lc-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    min-height: 40px;
    border: 1px solid var(--lc-border);
    border-radius: 8px;
    padding: 0 12px;
    text-decoration: none;
    color: var(--lc-primary) !important;
    font-weight: 700;
}

.lc-pagination .current,
.lc-pagination .page-numbers:hover {
    background: var(--lc-primary);
    border-color: var(--lc-primary);
    color: #fff !important;
}

.lc-single-layout {
    display: block;
}

.lc-single-content {
    max-width: 1440px;
    margin: 0 auto;
}

.lc-single-content h1:first-child {
    display: none;
}

.lc-single-content h2 {
    color: var(--lc-primary);
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1.18;
    letter-spacing: -0.03em;
    margin: 52px 0 18px;
    max-width: 1060px;
}

.lc-single-content h3 {
    color: var(--lc-primary);
    font-size: 24px;
    line-height: 1.25;
    margin: 34px 0 12px;
}

.lc-single-content p,
.lc-single-content li {
    color: var(--lc-text);
    font-size: 17px;
    line-height: 1.76;
}

.lc-single-content p {
    margin: 0 0 24px;
    max-width: 1060px;
}

.lc-single-content > table,
.lc-single-content > .wp-block-table,
.lc-single-content > ul,
.lc-single-content > ol,
.lc-single-content > blockquote {
    max-width: 100%;
}

.lc-single-content ul,
.lc-single-content ol {
    background: var(--lc-bg-cream);
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    padding: 22px 28px 22px 48px;
    margin: 26px 0;
}

.lc-single-content li + li {
    margin-top: 10px;
}

.lc-single-content table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 30px 0;
    overflow: hidden;
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    box-shadow: var(--lc-shadow);
}

.lc-single-content th {
    background: var(--lc-primary);
    color: #fff;
    text-align: left;
    padding: 15px 18px;
    font-size: 13px;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.lc-single-content td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--lc-border-light);
    color: var(--lc-text);
    font-size: 16px;
}

.lc-single-content tr:nth-child(even) td {
    background: #fdfaf7;
}

.lc-single-content tr:last-child td {
    border-bottom: 0;
}

.lc-single-content blockquote {
    border-left: 4px solid var(--lc-teal);
    background: var(--lc-bg-cream);
    margin: 32px 0;
    padding: 22px 26px;
    border-radius: 0 var(--lc-radius-lg) var(--lc-radius-lg) 0;
}

.lc-single-sidebar {
    display: none;
}

.lc-sticky-panel {
    position: sticky;
    top: 104px;
    box-shadow: none;
    background: var(--lc-bg-cream);
}

.lc-benchmark-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 0;
    border-bottom: 1px solid var(--lc-border-light);
}

.lc-benchmark-row strong {
    color: var(--lc-primary);
    font-size: 20px;
}

.lc-benchmark-row span {
    color: var(--lc-text-muted);
    text-align: right;
}

.lc-sidebar-cta {
    width: 100%;
    margin-top: 22px;
}

.lc-related-strip {
    border-top: 1px solid var(--lc-border);
}

@media (max-width: 1024px) {
    .lc-resource-hero__grid,
    .lc-single-hero__grid,
    .lc-single-layout,
    .lc-featured-card {
        grid-template-columns: 1fr;
    }

    .lc-single-hero .lc-single-hero__grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .lc-single-sidebar {
        display: none;
    }

    .lc-topic-strip__grid,
    .lc-related-strip__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .lc-single-guide .lc-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lc-resource-hero,
    .lc-single-hero {
        padding: 32px 0 30px;
    }

    .lc-single-hero h1 {
        font-size: clamp(32px, 11vw, 46px);
        line-height: 1.08;
        letter-spacing: -0.035em;
        max-width: 100%;
    }

    .lc-single-meta {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .lc-single-hero p {
        max-width: 100%;
        font-size: 17px;
        line-height: 1.65;
    }

    .lc-resource-panel,
    .lc-single-score-card {
        padding: 20px;
        border-radius: var(--lc-radius-lg);
    }

    .lc-topic-strip__grid,
    .lc-related-strip__grid {
        grid-template-columns: 1fr;
    }

    .lc-topic-strip a,
    .lc-related-strip a {
        min-height: 84px;
        border-right: 1px solid var(--lc-border-light);
    }

    .lc-featured-guide,
    .lc-guides-section,
    .lc-single-main {
        padding: 38px 0;
    }

    .lc-featured-card__visual {
        min-height: 180px;
    }

    .lc-featured-card__body,
    .lc-blog-grid--designed .lc-blog-card__body {
        padding: 22px;
    }

    .lc-guides-head {
        display: block;
    }

    .lc-guides-head p {
        margin-top: 12px;
    }

    .lc-single-content h2 {
        margin-top: 42px;
    }

    .lc-single-content p,
    .lc-single-content li {
        font-size: 16px;
        line-height: 1.75;
    }

    .lc-single-content ul,
    .lc-single-content ol {
        padding: 18px 20px 18px 38px;
    }
}

.lc-silo-section {
    background: var(--lc-bg-white);
    border-bottom: 1px solid var(--lc-border);
    padding: 56px 0 24px;
}

.lc-guides-head--silos {
    margin-bottom: 24px;
}

.lc-silo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.lc-silo-card {
    display: block;
    min-height: 178px;
    padding: 24px;
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius-lg);
    background: var(--lc-bg-cream);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(27,43,75,.045);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lc-silo-card:hover {
    transform: translateY(-2px);
    border-color: rgba(92, 194, 178, .55);
    box-shadow: 0 16px 36px rgba(27,43,75,.075);
}

.lc-silo-card span {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--lc-teal);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lc-silo-card strong {
    display: block;
    color: var(--lc-primary);
    font-size: 22px;
    line-height: 1.18;
    margin-bottom: 10px;
}

.lc-silo-card p {
    color: var(--lc-text-muted);
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

@media (max-width: 1024px) {
    .lc-silo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .lc-silo-section {
        padding: 38px 0 18px;
    }

    .lc-silo-grid {
        grid-template-columns: 1fr;
    }

    .lc-silo-card {
        min-height: auto;
        padding: 20px;
    }
}
