/* Kıyaslama detay — başlık + oy kartları + karşılaştırma metin başlığı */

.sbk-kiyas-vote-head {
    margin-bottom: 1.25rem;
    max-width: 52rem;
}

.sbk-kiyas-vote-title {
    margin: 0 0 0.5rem;
    font-size: clamp(1.25rem, 2.8vw, 1.85rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: #0f172a;
}

.sbk-kiyas-vote-lead {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #64748b;
}

.sbk-kiyas-vote-section .card.motor-img {
    border-radius: 12px;
    border: 1px solid rgba(99, 102, 241, 0.15);
    overflow: hidden;
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.sbk-kiyas-vote-section .card:hover {
    border-color: rgba(99, 102, 241, 0.35);
    box-shadow: 0 8px 28px rgba(67, 56, 202, 0.12) !important;
}

.sbk-kiyas-vote-card__brand {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6366f1;
    margin-bottom: 0.2rem;
}

.sbk-kiyas-vote-card__specs {
    margin: 0.5rem 0 0.35rem;
    padding: 0;
    font-size: 0.72rem;
    line-height: 1.45;
    color: #475569;
    text-align: left;
}

.sbk-kiyas-vote-card__specs dt {
    float: left;
    clear: left;
    width: 42%;
    font-weight: 600;
    color: #64748b;
}

.sbk-kiyas-vote-card__specs dd {
    margin: 0 0 0.15rem 44%;
    font-weight: 600;
    color: #1e293b;
}

.sbk-kiyas-vote-card__link {
    display: inline-block;
    margin-top: 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #4f46e5;
    text-decoration: none;
}

.sbk-kiyas-vote-card__link:hover {
    text-decoration: underline;
    color: #312e81;
}

.sbk-kiyas-metin-baslik {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #1e293b;
}
