.nl-form .nl-pending,
.nl-form .nl-error,
.nl-form .nl-success {
    display: none;
}

.nl-form.nl-submitting {
    opacity: 0.6;
    pointer-events: none;
    transition: opacity 120ms ease-out;
}

.nl-form .nl-pending {
    color: orange;
}

.nl-form .nl-error {
    color: var(--imp-color-red, #d72b2b);
    margin-top: 0.5rem;
}

.nl-form.nl-submitted .nl-success,
.nl-form .nl-success.imp-show {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    background: rgba(7, 54, 80, 0.06);
    border-left: 4px solid #198754;
    color: #073650;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}

.nl-form.nl-submitted .nl-success::before {
    content: "";
    flex: 0 0 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.1rem;
    background-color: #198754;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M10 1.667A8.333 8.333 0 1 0 18.333 10 8.343 8.343 0 0 0 10 1.667ZM8.333 13.825l-3.65-3.65 1.175-1.175L8.333 11.475l5.808-5.808L15.317 6.85Z'/></svg>") no-repeat center / contain;
            mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'><path d='M10 1.667A8.333 8.333 0 1 0 18.333 10 8.343 8.343 0 0 0 10 1.667ZM8.333 13.825l-3.65-3.65 1.175-1.175L8.333 11.475l5.808-5.808L15.317 6.85Z'/></svg>") no-repeat center / contain;
}
