/* Kira Stopaj Hesaplama - eklentiye özel stiller */

.ksh-wrapper .ksh-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
}

.ksh-wrapper .ksh-note-list {
    margin: 0.75rem 0 0;
    padding-left: 1.15rem;
}

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

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

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

.ksh-wrapper .ksh-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;
}

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