.domande-clienti-wrapper-d8919d2c {
    max-width: 600px;
    margin: 0 auto;
    font-family: inherit;
}
.domande-clienti-d8919d2c .form-group {
    margin-bottom: 15px;
}
.domande-clienti-d8919d2c label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.domande-clienti-d8919d2c input[type="text"],
.domande-clienti-d8919d2c input[type="email"],
.domande-clienti-d8919d2c input[type="tel"],
.domande-clienti-d8919d2c textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: inherit;
    box-sizing: border-box;
}
.domande-clienti-d8919d2c .phone-group {
    display: flex;
    gap: 10px;
}
.domande-clienti-d8919d2c .phone-prefix {
    flex: 0 0 80px;
}
.domande-clienti-d8919d2c .phone-number {
    flex: 1;
}
.domande-clienti-d8919d2c textarea {
    resize: vertical;
}
.domande-clienti-d8919d2c button[type="submit"] {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: opacity 0.3s;
}
.domande-clienti-d8919d2c button[type="submit"]:hover {
    opacity: 0.8;
}
.domande-clienti-d8919d2c button[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.domande-clienti-d8919d2c .form-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
    display: none;
}
.domande-clienti-d8919d2c .form-message:not(:empty) {
    display: block;
}
.domande-clienti-d8919d2c .form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.domande-clienti-d8919d2c .form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}