.nw-wrapper-f9141b90 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center; /* Center everything in the wrapper */
    text-align: center;
}
.nw-form-f9141b90 {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center; /* Center input and button in the form */
    width: 100%;
    max-width: 400px; /* Limit width for better appearance */
}
.nw-input-f9141b90 {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center; /* Optional: Center text inside input */
}
.nw-btn-f9141b90 {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    /* Removed align-self: flex-start to let align-items: center take over */
}
.nw-message-f9141b90 {
    padding: 15px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 4px;
    text-align: center;
    width: 100%;
    max-width: 400px;
}