/* Nafaka Hesaplama - eklentiye özel stiller */

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

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

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

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

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

.nh-wrapper .nh-warning {
    margin-top: 0.65rem;
    color: #7A5620;
    background: #FCF7E8;
    border: 1px solid #DFC47C;
    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 #D7C9A6;
    border-radius: 8px;
    background: #FBF8F1;
    color: #5A4A2A;
    font-size: 0.86rem;
    line-height: 1.45;
}

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