.whatsapp-repair-widget {
    max-width: 400px;
    margin: 0 auto;
}
.whatsapp-repair-form .form-group {
    margin-bottom: 15px;
}
.whatsapp-repair-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.whatsapp-repair-form input {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.whatsapp-repair-form button {
    width: 100%;
    padding: 10px;
    background-color: #25d366;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}
.whatsapp-repair-form button:hover {
    background-color: #128c7e;
}