/* Nafaka Hesaplama - eklentiye özel stiller */

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

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

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

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

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

.nh-wrapper .nh-warning {
    margin-top: 0.65rem;
    color: #92400e;
    background: #fffbeb;
    border: 1px solid #fde68a;
    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 #cbd5e1;
    border-radius: 8px;
    background: #f8fafc;
    color: #334155;
    font-size: 0.86rem;
    line-height: 1.45;
}

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