body.czhsi-page .entry-header,
body.czhsi-page .page-header,
body.czhsi-page .entry-title,
body.czhsi-page .page-title,
body.czhsi-page .wp-block-post-title {
    display: none !important;
}

body.czhsi-page #content,
body.czhsi-page .site-content,
body.czhsi-page .content-area,
body.czhsi-page #primary,
body.czhsi-page .site-main,
body.czhsi-page main.site-main,
body.czhsi-page article.page,
body.czhsi-page .inside-article,
body.czhsi-page .entry-content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.czhsi-page .entry-content > *:first-child,
body.czhsi-page .inside-article > *:first-child {
    margin-top: 0 !important;
}

.czhsi-app {
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto 60px;
    color: #172033;
    font-size: 16px;
    line-height: 1.68;
}

.czhsi-app *,
.czhsi-app *::before,
.czhsi-app *::after {
    box-sizing: border-box;
}

.czhsi-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    padding: 4px 0 10px;
    color: #6b7280;
    font-size: 13px;
}

.czhsi-breadcrumb a {
    color: #4259a8;
    text-decoration: none;
}

.czhsi-hero {
    padding: 26px 30px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #f6f4ff 100%);
    box-shadow: 0 10px 32px rgba(15, 23, 42, 0.06);
}

.czhsi-eyebrow {
    margin: 0 0 7px !important;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.czhsi-hero h1 {
    max-width: 920px;
    margin: 0 0 14px;
    color: #101828;
    font-size: clamp(31px, 5vw, 52px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.czhsi-hero > p:last-child {
    max-width: 930px;
    margin: 0;
    color: #475467;
    font-size: 17px;
}

.czhsi-tool,
.czhsi-catalog,
.czhsi-comparison-table,
.czhsi-related,
.czhsi-faq {
    margin-top: 24px;
    padding: 26px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.045);
}

.czhsi-tool-heading {
    margin-bottom: 20px;
}

.czhsi-tool-heading h2,
.czhsi-related h2,
.czhsi-faq > h2 {
    margin: 0 0 7px;
    color: #111827;
    font-size: clamp(23px, 3vw, 31px);
    line-height: 1.2;
}

.czhsi-tool-heading p {
    margin: 0;
    color: #667085;
}

.czhsi-fields {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
}

.czhsi-fields label,
.czhsi-filters label {
    display: grid;
    gap: 7px;
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}

.czhsi-fields input,
.czhsi-fields select,
.czhsi-filters input,
.czhsi-filters select {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 9px 11px;
    border: 1px solid #cbd5e1;
    border-radius: 9px;
    background: #fff;
    color: #172033;
    font: inherit;
    font-size: 15px;
    box-shadow: none;
}

.czhsi-fields input:focus,
.czhsi-fields select:focus,
.czhsi-filters input:focus,
.czhsi-filters select:focus {
    border-color: #6366f1;
    outline: 3px solid rgba(99, 102, 241, 0.15);
}

.czhsi-button {
    min-height: 48px;
    margin-top: 19px;
    padding: 11px 21px;
    border: 0;
    border-radius: 10px;
    background: #4338ca;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 8px 18px rgba(67, 56, 202, 0.2);
}

.czhsi-button:hover,
.czhsi-button:focus {
    background: #3730a3;
}

.czhsi-result {
    margin-top: 24px;
    padding: 24px;
    border: 1px solid #c7d2fe;
    border-radius: 14px;
    background: #f8faff;
}

.czhsi-result[hidden] {
    display: none !important;
}

.czhsi-result-header span {
    display: block;
    margin-bottom: 5px;
    color: #4f46e5;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.czhsi-result-header h3 {
    margin: 0 0 19px;
    color: #111827;
    font-size: 25px;
    line-height: 1.25;
}

.czhsi-metrics,
.czhsi-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.czhsi-metrics > div,
.czhsi-stats > div {
    min-width: 0;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #fff;
}

.czhsi-metrics strong,
.czhsi-stats strong {
    display: block;
    overflow-wrap: anywhere;
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
}

.czhsi-metrics span,
.czhsi-stats span {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
    line-height: 1.35;
}

.czhsi-plan-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 16px;
}

.czhsi-plan-grid > div,
.czhsi-warnings {
    padding: 17px;
    border-radius: 11px;
    background: #fff;
    border: 1px solid #e2e8f0;
}

.czhsi-plan-grid h4,
.czhsi-warnings h4,
.czhsi-products-heading,
.czhsi-recommendations h4 {
    margin: 0 0 7px;
    color: #1f2937;
}

.czhsi-plan-grid p,
.czhsi-warnings ul,
.czhsi-note {
    margin: 0;
    color: #475467;
}

.czhsi-warnings {
    margin-top: 15px;
    background: #fffdf5;
    border-color: #fde68a;
}

.czhsi-warnings ul {
    padding-left: 20px;
}

.czhsi-products-heading {
    margin-top: 22px;
    font-size: 21px;
}

.czhsi-recommendations {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.czhsi-recommendations article {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 1px solid #e2e8f0;
    border-radius: 11px;
    background: #fff;
}

.czhsi-recommendations h4 {
    font-size: 15px;
    line-height: 1.4;
}

.czhsi-recommendations p {
    margin: 0 0 14px;
    color: #667085;
    font-size: 13px;
}

.czhsi-recommendation-main {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
}

.czhsi-recommendation-image {
    display: block;
    width: 96px;
    height: 96px;
    padding: 5px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #fff;
    object-fit: contain;
}

.czhsi-recommendation-copy {
    min-width: 0;
}

.czhsi-recommendation-copy h4 {
    overflow-wrap: anywhere;
}

.czhsi-recommendation-footer {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 15px;
}

.czhsi-recommendations a,
.czhsi-buy {
    color: #4338ca;
    font-weight: 800;
    text-decoration: none;
}

.czhsi-note {
    margin-top: 15px;
    padding: 13px 15px;
    border-radius: 9px;
    background: #eef2ff;
    font-size: 14px;
}

.czhsi-content-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.czhsi-content-card {
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 15px;
    background: #fff;
}

.czhsi-content-card h2 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 20px;
    line-height: 1.3;
}

.czhsi-content-card p {
    margin: 0;
    color: #526071;
}

.czhsi-stats {
    margin-bottom: 17px;
}

.czhsi-filters {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 17px;
    padding: 15px;
    border-radius: 11px;
    background: #f8fafc;
}

.czhsi-table-wrap,
.czhsi-comparison-table {
    overflow-x: auto;
}

.czhsi-products,
.czhsi-comparison-table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

.czhsi-products th,
.czhsi-products td,
.czhsi-comparison-table th,
.czhsi-comparison-table td {
    padding: 14px 12px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
}

.czhsi-products thead th,
.czhsi-comparison-table thead th {
    background: #f8fafc;
    color: #475467;
    font-size: 12px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.czhsi-products tbody tr:last-child td,
.czhsi-comparison-table tbody tr:last-child td,
.czhsi-comparison-table tbody tr:last-child th {
    border-bottom: 0;
}

.czhsi-product-title {
    display: flex;
    min-width: 280px;
    gap: 12px;
    align-items: flex-start;
}

.czhsi-product-title img {
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
}

.czhsi-product-title strong,
.czhsi-product-title span {
    display: block;
}

.czhsi-product-title strong {
    color: #1f2937;
    font-size: 14px;
    line-height: 1.4;
}

.czhsi-product-title span {
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
}

.czhsi-price,
.czhsi-buy {
    display: block;
    white-space: nowrap;
}

.czhsi-price {
    color: #111827;
    font-size: 17px;
}

.czhsi-buy {
    margin-top: 8px;
    font-size: 13px;
}

.czhsi-filter-count {
    margin: 12px 0 0;
    color: #667085;
    font-size: 13px;
}

.czhsi-empty {
    padding: 24px;
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    text-align: center;
}

.czhsi-empty h3 {
    margin: 0 0 6px;
}

.czhsi-empty p {
    margin: 0;
    color: #667085;
}

.czhsi-related-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.czhsi-related-grid a {
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 9px;
    color: #3444a5;
    text-decoration: none;
    font-weight: 700;
}

.czhsi-related-grid a:hover {
    border-color: #a5b4fc;
    background: #f8faff;
}

.czhsi-faq details {
    border-bottom: 1px solid #e5e7eb;
}

.czhsi-faq details:last-child {
    border-bottom: 0;
}

.czhsi-faq summary {
    padding: 16px 0;
    color: #1f2937;
    font-weight: 800;
    cursor: pointer;
}

.czhsi-faq details p {
    margin: -4px 0 18px;
    color: #526071;
}

@media (max-width: 900px) {
    .czhsi-fields,
    .czhsi-content-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .czhsi-filters {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .czhsi-metrics,
    .czhsi-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .czhsi-app {
        width: min(100% - 20px, 1120px);
        font-size: 15px;
    }

    .czhsi-hero,
    .czhsi-tool,
    .czhsi-catalog,
    .czhsi-comparison-table,
    .czhsi-related,
    .czhsi-faq {
        padding: 18px;
        border-radius: 13px;
    }

    .czhsi-fields,
    .czhsi-content-grid,
    .czhsi-filters,
    .czhsi-plan-grid,
    .czhsi-recommendations,
    .czhsi-related-grid {
        grid-template-columns: 1fr;
    }

    .czhsi-metrics,
    .czhsi-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .czhsi-products thead {
        display: none;
    }

    .czhsi-products,
    .czhsi-products tbody,
    .czhsi-products tr,
    .czhsi-products td {
        display: block;
        width: 100%;
    }

    .czhsi-products tr {
        margin-bottom: 13px;
        padding: 13px;
        border: 1px solid #e2e8f0;
        border-radius: 11px;
    }

    .czhsi-products td {
        padding: 8px 0;
        border: 0;
    }

    .czhsi-product-title {
        min-width: 0;
    }

    .czhsi-recommendation-main {
        grid-template-columns: 82px minmax(0, 1fr);
    }

    .czhsi-recommendation-image {
        width: 82px;
        height: 82px;
    }
}

/* Local AI super-hub */
.czhsi-ai-answer,
.czhsi-ai-tier-section,
.czhsi-ai-guide {
    margin-top: 24px;
    padding: 28px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.045);
}

.czhsi-ai-answer {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr);
    gap: 24px;
    background: linear-gradient(135deg, #f6f9ff 0%, #fff 58%, #f4f2ff 100%);
}

.czhsi-section-kicker {
    margin: 0 0 7px !important;
    color: #315bd8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.czhsi-ai-answer h2,
.czhsi-ai-tier-section h2,
.czhsi-ai-guide h2 {
    margin: 0 0 12px;
    color: #101828;
    font-size: clamp(25px, 3.2vw, 36px);
    line-height: 1.18;
}

.czhsi-ai-answer p {
    margin: 0;
    color: #475467;
}

.czhsi-ai-answer-points {
    display: grid;
    gap: 10px;
}

.czhsi-ai-answer-points span {
    display: block;
    padding: 14px 16px;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    background: rgba(255,255,255,.9);
    color: #526071;
    font-size: 14px;
}

.czhsi-ai-answer-points strong {
    display: block;
    margin-bottom: 2px;
    color: #172033;
}

.czhsi-ai-tier-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 13px;
}

.czhsi-ai-tier-grid article {
    padding: 18px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: #f9fbff;
}

.czhsi-ai-tier-grid span {
    color: #4f46e5;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.czhsi-ai-tier-grid h3 {
    margin: 7px 0 8px;
    color: #111827;
    font-size: 17px;
    line-height: 1.3;
}

.czhsi-ai-tier-grid p {
    margin: 0;
    color: #5b6678;
    font-size: 14px;
    line-height: 1.55;
}

.czhsi-ai-stats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.czhsi-ai-filters {
    grid-template-columns: 1.5fr repeat(6, minmax(0, 1fr));
}

.czhsi-ai-products td:nth-child(2),
.czhsi-ai-products td:nth-child(3),
.czhsi-ai-products td:nth-child(4) {
    min-width: 155px;
}

.czhsi-cell-note {
    display: block;
    margin-top: 5px;
    color: #667085;
    font-size: 12px;
    line-height: 1.4;
}

.czhsi-ai-tier-badge {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
}

.czhsi-ai-tier-badge.is-small { background: #ecfdf3; color: #166534; }
.czhsi-ai-tier-badge.is-medium { background: #eff6ff; color: #1d4ed8; }
.czhsi-ai-tier-badge.is-large { background: #fff7ed; color: #9a3412; }
.czhsi-ai-tier-badge.is-ultra { background: #f5f3ff; color: #6d28d9; }
.czhsi-ai-tier-badge.is-none { background: #f2f4f7; color: #475467; }

.czhsi-ai-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .7fr);
    gap: 28px;
}

.czhsi-ai-guide-main h3,
.czhsi-ai-checklist h3 {
    margin: 0 0 9px;
    color: #111827;
    font-size: 22px;
    line-height: 1.3;
}

.czhsi-ai-guide-main h3:not(:first-child) {
    margin-top: 28px;
}

.czhsi-ai-guide-main p {
    margin: 0 0 15px;
    color: #526071;
}

.czhsi-ai-checklist {
    align-self: start;
    padding: 20px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: #f8faff;
}

.czhsi-ai-checklist ul {
    margin: 0 0 18px;
    padding-left: 20px;
    color: #475467;
}

.czhsi-ai-checklist li + li {
    margin-top: 7px;
}

.czhsi-ai-checklist a {
    display: block;
    margin-top: 9px;
    color: #4338ca;
    font-weight: 800;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .czhsi-ai-tier-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .czhsi-ai-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .czhsi-ai-filters label:first-child { grid-column: span 2; }
}

@media (max-width: 760px) {
    .czhsi-ai-answer,
    .czhsi-ai-guide-layout { grid-template-columns: 1fr; }
    .czhsi-ai-tier-grid { grid-template-columns: 1fr; }
    .czhsi-ai-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .czhsi-ai-filters { grid-template-columns: 1fr; }
    .czhsi-ai-filters label:first-child { grid-column: auto; }
    .czhsi-ai-answer,
    .czhsi-ai-tier-section,
    .czhsi-ai-guide { padding: 20px; }
}


/* Shared discrete-GPU catalogue for the local AI super hub. */
.czhsi-ai-gpu-catalog {
    border-color: #d9e1ff;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.czhsi-ai-gpu-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.czhsi-ai-gpu-filters {
    grid-template-columns: 1.6fr repeat(5, minmax(0, 1fr));
}

.czhsi-ai-gpu-products td:nth-child(2),
.czhsi-ai-gpu-products td:nth-child(3),
.czhsi-ai-gpu-products td:nth-child(4) {
    min-width: 145px;
}

@media (max-width: 1100px) {
    .czhsi-ai-gpu-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .czhsi-ai-gpu-filters label:first-child { grid-column: span 2; }
}

@media (max-width: 760px) {
    .czhsi-ai-gpu-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .czhsi-ai-gpu-filters { grid-template-columns: 1fr; }
    .czhsi-ai-gpu-filters label:first-child { grid-column: auto; }
}


.czhsi-ai-fit-matrix {
    margin: 28px 0;
    padding: 26px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: #fff;
}

.czhsi-ai-fit-table td:first-child {
    min-width: 220px;
}

.czhsi-ai-fit-table td:nth-child(2),
.czhsi-ai-fit-table td:nth-child(3) {
    min-width: 210px;
}

@media (max-width: 760px) {
    .czhsi-ai-fit-matrix { padding: 20px; }
}


/* Plex buying and price super-hub */
.czhsi-plex-answer,
.czhsi-plex-tier-section,
.czhsi-plex-guide {
    margin-top: 24px;
    padding: 28px;
    border: 1px solid #dbe4f0;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.045);
}

.czhsi-plex-answer {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .8fr);
    gap: 24px;
    background: linear-gradient(135deg, #f4fbff 0%, #fff 58%, #f3f7ff 100%);
}

.czhsi-plex-answer h2,
.czhsi-plex-tier-section h2,
.czhsi-plex-guide h2 {
    margin: 0 0 12px;
    color: #101828;
    font-size: clamp(25px, 3.2vw, 36px);
    line-height: 1.18;
}

.czhsi-plex-answer p { margin: 0; color: #475467; }
.czhsi-plex-answer-points { display: grid; gap: 10px; }
.czhsi-plex-answer-points span {
    display: block;
    padding: 14px 16px;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    background: rgba(255,255,255,.92);
    color: #526071;
    font-size: 14px;
}
.czhsi-plex-answer-points strong { display: block; margin-bottom: 2px; color: #172033; }

.czhsi-plex-tier-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 13px;
}
.czhsi-plex-tier-grid article {
    padding: 18px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: #f8fbff;
}
.czhsi-plex-tier-grid span {
    color: #315bd8;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.czhsi-plex-tier-grid h3 { margin: 7px 0 8px; color: #111827; font-size: 17px; line-height: 1.3; }
.czhsi-plex-tier-grid p { margin: 0; color: #5b6678; font-size: 14px; line-height: 1.55; }

.czhsi-plex-stats { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.czhsi-plex-filters { grid-template-columns: 1.55fr repeat(7, minmax(0, 1fr)); }
.czhsi-plex-products td:nth-child(2),
.czhsi-plex-products td:nth-child(3),
.czhsi-plex-products td:nth-child(4) { min-width: 160px; }
.czhsi-plex-path { display: block; margin-top: 7px; color: #172033; font-size: 13px; }
.czhsi-plex-tier-badge {
    display: inline-flex;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1.3;
}
.czhsi-plex-tier-badge.is-direct { background: #f2f4f7; color: #475467; }
.czhsi-plex-tier-badge.is-1080 { background: #ecfdf3; color: #166534; }
.czhsi-plex-tier-badge.is-4k { background: #eff6ff; color: #1d4ed8; }
.czhsi-plex-tier-badge.is-multi4k { background: #f5f3ff; color: #6d28d9; }

.czhsi-plex-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(280px, .72fr);
    gap: 28px;
}
.czhsi-plex-guide-main h3,
.czhsi-plex-checklist h3 { margin: 0 0 9px; color: #111827; font-size: 22px; line-height: 1.3; }
.czhsi-plex-guide-main h3:not(:first-child) { margin-top: 28px; }
.czhsi-plex-guide-main p { margin: 0 0 15px; color: #526071; }
.czhsi-plex-checklist {
    align-self: start;
    padding: 20px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: #f8faff;
}
.czhsi-plex-checklist ul { margin: 0 0 18px; padding-left: 20px; color: #475467; }
.czhsi-plex-checklist li + li { margin-top: 7px; }
.czhsi-plex-checklist a { display: block; margin-top: 9px; color: #4338ca; font-weight: 800; text-decoration: none; }

@media (max-width: 1100px) {
    .czhsi-plex-tier-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .czhsi-plex-filters { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .czhsi-plex-filters label:first-child { grid-column: span 2; }
}

@media (max-width: 760px) {
    .czhsi-plex-answer,
    .czhsi-plex-guide-layout { grid-template-columns: 1fr; }
    .czhsi-plex-tier-grid { grid-template-columns: 1fr; }
    .czhsi-plex-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .czhsi-plex-filters { grid-template-columns: 1fr; }
    .czhsi-plex-filters label:first-child { grid-column: auto; }
    .czhsi-plex-answer,
    .czhsi-plex-tier-section,
    .czhsi-plex-guide { padding: 20px; }
}
