.brevo-contact-form .form-field {
    margin-bottom: 15px;
}

.brevo-contact-form label {
    display: block;
    margin-bottom: 5px;
}

.brevo-contact-form input {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.brevo-contact-form button {
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
    transition: opacity 0.3s;
}

.brevo-contact-form button:hover {
    opacity: 0.8;
}

.brevo-contact-form .form-message {
    color: #008000;
    margin-top: 10px;
    font-weight: bold;
}