.sc-comparison-review .sc-editorial-wrap {
    background-color: transparent;
    color: var(--hp-text);
}

.sc-comparison-review .sc-content-main {
    background-color: var(--hp-surface);
    border: 1px solid var(--hp-border);
    border-radius: 8px;
    padding: 2.5rem;
    color: var(--hp-text);
    min-width: 0;
}

.sc-comparison-review .sc-content-main h1,
.sc-comparison-review .sc-content-main h2,
.sc-comparison-review .sc-content-main h3,
.sc-comparison-review .sc-content-main h4,
.sc-comparison-review .sc-content-main h5,
.sc-comparison-review .sc-content-main h6 {
    color: var(--hp-text);
}

.sc-comparison-review .sc-content-main p,
.sc-comparison-review .sc-content-main li {
    color: var(--hp-text);
}

.sc-comparison-review .sc-content-main strong {
    color: var(--hp-text);
}

.sc-comparison-review .sc-content-main blockquote {
    color: var(--hp-text-muted);
    background-color: var(--hp-card);
    border-left: 3px solid var(--hp-accent-secondary);
    padding: 0.75rem 1.25rem;
    margin: 1.5rem 0;
    border-radius: 0 4px 4px 0;
    font-style: italic;
}

.sc-comparison-review .sc-content-main a {
    color: var(--hp-accent-secondary);
    text-decoration: underline;
    text-decoration-color: rgba(34, 197, 94, 0.35);
    text-underline-offset: 2px;
}

.sc-comparison-review .sc-content-main a:hover {
    text-decoration-color: var(--hp-accent-secondary);
}

.sc-comparison-review .sc-sidebar-card {
    background-color: var(--hp-surface);
    border: 1px solid var(--hp-border);
    color: var(--hp-text);
}

.sc-comparison-review .sc-sidebar-title {
    color: var(--hp-text);
    border-bottom: 1px solid var(--hp-border);
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
}

.sc-comparison-review .sc-sidebar-facts li {
    border-bottom-color: var(--hp-border);
    color: var(--hp-text-muted);
}

.sc-comparison-review .sc-sidebar-facts strong {
    color: var(--hp-text);
}

.sc-comparison-review .sc-sidebar-facts a {
    color: var(--hp-accent-secondary);
    text-decoration: none;
}

.sc-comparison-review .sc-sidebar-facts a:hover {
    text-decoration: underline;
}

.sc-comparison-review .sc-content-main ul:not(.sc-list) {
    list-style: disc;
    padding-left: 1.6rem;
    margin-bottom: 1.25rem;
}

.sc-comparison-review .sc-content-main ol:not(.sc-list) {
    list-style: decimal;
    padding-left: 1.6rem;
    margin-bottom: 1.25rem;
}

.sc-comparison-review .sc-content-main table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    border-collapse: collapse;
    border: 1px solid var(--hp-border);
    border-radius: var(--sc-radius);
    font-size: 0.875rem;
    margin: 1.75rem 0;
    line-height: 1.45;
}

.sc-comparison-review .sc-content-main thead {
    background-color: var(--hp-card);
}

.sc-comparison-review .sc-content-main th {
    padding: 0.65rem 0.9rem;
    text-align: left;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--hp-text-muted);
    border-bottom: 1px solid var(--hp-border);
    white-space: normal;
}

.sc-comparison-review .sc-content-main td {
    padding: 0.65rem 0.9rem;
    border-bottom: 1px solid var(--hp-border);
    vertical-align: top;
    white-space: normal;
    color: var(--hp-text);
}

.sc-comparison-review .sc-content-main tr:last-child td {
    border-bottom: none;
}

.sc-comparison-review .sc-content-main tbody tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.03);
}

.sc-comparison-review .sc-list li::before {
    color: var(--hp-accent-secondary);
}
.sc-comparison-review .sc-list-pros li::before {
    color: var(--hp-accent-secondary);
}
.sc-comparison-review .sc-list-cons li::before {
    color: #F87171;
}

@media (max-width: 768px) {
    .sc-comparison-review .sc-content-main {
        padding: 1.5rem 1.25rem;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }

    .sc-comparison-review .sc-content-main table {
        font-size: 0.82rem;
    }

    .sc-comparison-review .sc-content-main th,
    .sc-comparison-review .sc-content-main td {
        padding: 0.5rem 0.65rem;
    }
}
