.nf-b0f37461-wrapper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
}

.nf-b0f37461-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.nf-b0f37461-input {
    flex: 1 1 200px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.nf-b0f37461-input:focus {
    border-color: #555;
}

.nf-b0f37461-submit {
    padding: 12px 25px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    flex: 0 1 auto;
}

.nf-b0f37461-submit:hover {
    background-color: #333;
}

.nf-b0f37461-submit:disabled {
    background-color: #999;
    cursor: not-allowed;
}

.nf-b0f37461-success {
    margin-top: 15px;
    padding: 15px;
    background-color: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}

.nf-b0f37461-error {
    margin-top: 15px;
    padding: 15px;
    background-color: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
}
