.cf7-quote-wrapper-54c9e95d {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    font-family: inherit;
    color: #333;
}

.cf7-quote-wrapper-54c9e95d .quote-header {
    text-align: center;
    margin-bottom: 20px;
}

.cf7-quote-wrapper-54c9e95d .quote-header h2 {
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 700;
    color: #111;
}

.cf7-quote-wrapper-54c9e95d .quote-header p {
    color: #666;
    font-size: 14px;
    margin: 0;
}

.cf7-quote-wrapper-54c9e95d .quote-divider {
    height: 1px;
    background: #eaeaea;
    margin: 20px 0 30px;
}

/* Base CF7 Styles */
.cf7-quote-wrapper-54c9e95d .wpcf7 form {
    margin: 0;
}

.cf7-quote-wrapper-54c9e95d .wpcf7 input[type="text"],
.cf7-quote-wrapper-54c9e95d .wpcf7 input[type="email"],
.cf7-quote-wrapper-54c9e95d .wpcf7 input[type="tel"],
.cf7-quote-wrapper-54c9e95d .wpcf7 input[type="date"],
.cf7-quote-wrapper-54c9e95d .wpcf7 input[type="number"],
.cf7-quote-wrapper-54c9e95d .wpcf7 select {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 30px;
    padding: 14px 20px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    outline: none;
    transition: border-color 0.3s;
}

.cf7-quote-wrapper-54c9e95d .wpcf7 input:focus,
.cf7-quote-wrapper-54c9e95d .wpcf7 select:focus,
.cf7-quote-wrapper-54c9e95d .wpcf7 textarea:focus {
    border-color: #9bc353;
}

.cf7-quote-wrapper-54c9e95d .wpcf7 textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    padding: 16px 20px;
    font-size: 14px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    min-height: 140px;
    margin-bottom: 10px;
    outline: none;
    resize: vertical;
}

.cf7-quote-wrapper-54c9e95d .wpcf7 input[type="submit"] {
    background: #9bc353;
    color: #111;
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    margin: 30px auto 0;
    transition: background 0.3s, transform 0.2s;
}

.cf7-quote-wrapper-54c9e95d .wpcf7 input[type="submit"]:hover {
    background: #8ab045;
}

.cf7-quote-wrapper-54c9e95d .wpcf7 .wpcf7-list-item {
    margin: 0 10px 0 0;
}

/* reCAPTCHA generic spacing */
.cf7-quote-wrapper-54c9e95d .wpcf7-recaptcha {
    margin-top: 20px;
    margin-bottom: 20px;
}