.nlpw-wrapper {
    width: 100%;
}

.nlpw-form {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.nlpw-input {
    flex: 1 1 220px;
    padding: 10px 12px;
    border: 1px solid #cfd4dc;
    border-radius: 6px;
    font-size: 14px;
}

.nlpw-button {
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    background: #2f6fec;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.nlpw-button:hover {
    background: #2559bf;
}

.nlpw-message {
    width: 100%;
    margin-top: 8px;
    font-size: 14px;
}

.nlpw-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    width: 100%;
    margin-top: 6px;
}

.nlpw-checkbox a {
    color: inherit;
    text-decoration: underline;
}

.nlpw-message.is-success {
    color: #0f7b3b;
}

.nlpw-message.is-error {
    color: #b42318;
}
