.angie-quote-form-992121a1 {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
    width: 100%;
    box-sizing: border-box;
}
.angie-quote-form-992121a1 h2 {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 24px;
    color: #333;
}
.angie-quote-form-992121a1 .acf-field {
    margin-bottom: 20px;
}
.angie-quote-form-992121a1 label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #444;
    font-size: 14px;
}
.angie-quote-form-992121a1 input[type="text"],
.angie-quote-form-992121a1 input[type="email"],
.angie-quote-form-992121a1 select,
.angie-quote-form-992121a1 textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
    transition: border-color 0.3s;
    background-color: #fcfcfc;
}
.angie-quote-form-992121a1 input:focus,
.angie-quote-form-992121a1 select:focus,
.angie-quote-form-992121a1 textarea:focus {
    border-color: #0073aa;
    outline: none;
    background-color: #fff;
}
.angie-quote-form-992121a1 textarea {
    resize: vertical;
}
.angie-quote-form-992121a1 button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    transition: background 0.3s;
}
.angie-quote-form-992121a1 button:hover {
    background: #005177;
}
.angie-quote-form-992121a1 button:disabled {
    background: #99c7de;
    cursor: not-allowed;
}
.angie-quote-form-992121a1 .cf-message {
    margin-top: 20px;
    font-size: 15px;
}