/* 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: #5A4A2A;
    font-weight: 500;
}

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

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

.kaoh-wrapper .kaoh-uygulama-ozeti strong {
    color: #241B0D;
}

.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 #E6DCC3;
    border-radius: 12px;
    background: #ffffff;
    padding: 0.95rem;
    box-shadow: 0 10px 24px rgba(83, 66, 28, 0.08);
}

.kaoh-wrapper .kaoh-compare-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #AA893E;
    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 #F3EEE4;
    color: #5A4A2A;
    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: #241B0D;
    font-weight: 700;
}

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

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

.kaoh-wrapper .kaoh-karsilastirma-text {
    color: #332917;
    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 #E8E0CC;
    color: #5A4A2A;
    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: #241B0D;
    font-weight: 700;
}

.kaoh-wrapper .kaoh-karsilastirma-vurgu {
    margin-top: 0.25rem;
    padding-top: 0.75rem;
    border-top-color: #D8C38E;
    color: #AA893E;
}

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

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

.kaoh-wrapper .kaoh-btn-reset {
    background: #7E6A42;
}

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

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

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