/* Nafaka Hesaplama - eklentiye özel stiller */

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

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

.nh-wrapper .nh-btn-reset:hover {
    background: #83363C;
}

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

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

.nh-wrapper .nh-warning {
    margin-top: 0.65rem;
    color: #8E252D;
    background: #FFF2F4;
    border: 1px solid #EB959A;
    border-radius: 8px;
    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 #E7C7CA;
    border-radius: 8px;
    background: #FFF7F7;
    color: #5C2327;
    font-size: 0.86rem;
    line-height: 1.45;
}

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