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

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

.kaoh-wrapper .kaoh-uygulama-ozeti {
    margin: 0 0 0.95rem;
    padding: 0.8rem 0.9rem;
    border: 1px solid #E7CBD4;
    background: #FBEEF1;
    color: #B1001E;
    font-size: 0.9rem;
    line-height: 1.5;
}

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

.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 #EAD2D8;
    background: #ffffff;
    padding: 0.95rem;
    box-shadow: 0 10px 24px rgba(177, 0, 30, 0.07);
}

.kaoh-wrapper .kaoh-compare-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #B1001E;
    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 #F6E9EC;
    color: #4A262D;
    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: #271317;
    font-weight: 700;
}

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

.kaoh-wrapper .kaoh-karsilastirma-ozet {
    margin-top: 0.95rem;
    padding: 0.9rem;
    border: 1px solid #DEBBC3;
    background: #FCF4F6;
}

.kaoh-wrapper .kaoh-karsilastirma-text {
    color: #30191E;
    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 #EED8DD;
    color: #4A262D;
    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: #271317;
    font-weight: 700;
}

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

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

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

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

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

.kaoh-wrapper .kaoh-bilgilendirme {
    margin-top: 0.95rem;
    padding: 0.7rem 0.85rem;
    border: 1px solid #DEBBC3;
    background: #FCF4F6;
    color: #4A262D;
    font-size: 0.86rem;
    line-height: 1.45;
}

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