.fsq-wrapper-64cab6b2 {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.fsq-heading {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.fsq-field {
    margin-bottom: 15px;
}

.fsq-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.fsq-form-64cab6b2 select,
.fsq-form-64cab6b2 input,
.fsq-form-64cab6b2 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: inherit;
}

.fsq-submit {
    width: 100%;
    padding: 12px;
    background: #25d366; /* WhatsApp default green */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
}

.fsq-submit:hover {
    opacity: 0.9;
}
