/* Nafaka Hesaplama - eklentiye özel stiller */

.nh-wrapper .nh-grup {
    margin-top: 0.25rem;
}

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

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

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

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

.nh-wrapper .nh-warning {
    margin-top: 0.65rem;
    color: #8F1E31;
    background: #FFF3F5;
    border: 1px solid #E9BAC3;
    padding: 0.6rem 0.75rem;
    font-size: 0.86rem;
}

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

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