/* Kira Artis Orani Hesaplama - eklentiye ozel stiller */

.kaoh-wrapper .kaoh-radio-row {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.kaoh-wrapper .kaoh-radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    color: #334155;
    font-weight: 500;
}

.kaoh-wrapper .description {
    font-size: 0.86rem;
    color: #64748b;
    margin-top: 0.25rem;
    display: block;
}

.kaoh-wrapper .kaoh-uygulama-ozeti {
    margin: 0 0 0.95rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    background: #eff6ff;
    color: #1e3a5f;
    font-size: 0.9rem;
    line-height: 1.5;
}

.kaoh-wrapper .kaoh-uygulama-ozeti strong {
    color: #0f172a;
}

.kaoh-wrapper .kaoh-compare-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0.85rem;
    margin-top: 0.9rem;
}

.kaoh-wrapper .kaoh-compare-card {
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    background: #ffffff;
    padding: 0.95rem;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.kaoh-wrapper .kaoh-compare-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e3a5f;
    margin-bottom: 0.7rem;
}

.kaoh-wrapper .kaoh-compare-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    border-top: 1px solid #eef2f7;
    color: #334155;
    font-size: 0.9rem;
}

.kaoh-wrapper .kaoh-compare-row:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.kaoh-wrapper .kaoh-compare-row strong {
    color: #0f172a;
    font-weight: 700;
}

.kaoh-wrapper .kaoh-compare-total {
    margin-top: 0.3rem;
    padding-top: 0.75rem;
    border-top-color: #cbd5e1;
}

.kaoh-wrapper .kaoh-karsilastirma-ozet {
    margin-top: 0.95rem;
    padding: 0.9rem;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
}

.kaoh-wrapper .kaoh-karsilastirma-text {
    color: #1e293b;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 0.7rem;
}

.kaoh-wrapper .kaoh-karsilastirma-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.45rem 0;
    border-top: 1px solid #e2e8f0;
    color: #334155;
    font-size: 0.9rem;
}

.kaoh-wrapper .kaoh-karsilastirma-row:first-of-type {
    border-top: 0;
    padding-top: 0;
}

.kaoh-wrapper .kaoh-karsilastirma-row strong {
    color: #0f172a;
    font-weight: 700;
}

.kaoh-wrapper .kaoh-karsilastirma-vurgu {
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    border-top-color: #bfdbfe;
    color: #1e3a5f;
}

.kaoh-wrapper .kaoh-note-list {
    margin: 0.8rem 0 0;
    padding-left: 1.15rem;
}

.kaoh-wrapper .kaoh-note {
    color: #475569;
    font-size: 0.86rem;
    margin-top: 0.22rem;
    line-height: 1.45;
}

.kaoh-wrapper .kaoh-btn-reset {
    background: #64748b;
}

.kaoh-wrapper .kaoh-btn-reset:hover {
    background: #475569;
}

.kaoh-wrapper .kaoh-bilgilendirme {
    margin-top: 0.95rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.86rem;
    line-height: 1.45;
}

.kaoh-wrapper .kaoh-bilgilendirme strong {
    color: #1e3a5f;
}
