/* Competition comparison pages — built on affiliations.css */

.compare-switch {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 32px;
}

.compare-switch a,
.compare-switch span {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #333;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    color: #d0d0d0;
    background: #0a0a0a;
}

.compare-switch a:hover {
    border-color: #cf2576;
    color: #fff;
    text-decoration: none;
}

.compare-switch [aria-current="page"] {
    border-color: #27dfd8;
    color: #27dfd8;
    background: rgba(39, 223, 216, 0.1);
}

.compare-table-wrap {
    overflow-x: auto;
    margin: 0 0 18px;
    max-width: 100%;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    min-width: 520px;
}

.compare-table th,
.compare-table td {
    border: 1px solid #2a2a2a;
    padding: 12px 14px;
    text-align: left;
    vertical-align: top;
    font-size: 0.95rem;
    line-height: 1.45;
    width: auto;
}

.compare-table thead th {
    background: #0a0a0a;
    color: #f0f0f3;
    font-family: var(--font-primary);
    font-weight: 600;
}

.compare-table tbody th {
    color: #c8c8c8;
    font-weight: 600;
    width: 32%;
    background: #0d0d0d;
}

.compare-table td {
    color: #d0d0d0;
}

.compare-table .compare-us {
    background: rgba(39, 223, 216, 0.06);
    color: #f0f0f3;
}

.compare-dl {
    margin: 0 0 18px;
    max-width: 62ch;
}

.compare-dl dt {
    color: #fff;
    font-weight: 700;
    margin: 16px 0 4px;
}

.compare-dl dt:first-child {
    margin-top: 0;
}

.compare-dl dd {
    margin: 0;
    color: #d0d0d0;
    line-height: 1.65;
}

.compare-more {
    margin: 8px 0 0;
    padding-top: 8px;
    color: #c8c8c8;
    font-size: 0.95rem;
}

.compare-more a {
    color: #ff2d55;
}

.compare-fineprint {
    margin: 16px 0 0;
    color: #888;
    font-size: 0.85rem;
    line-height: 1.55;
    max-width: 62ch;
}
