/* Start custom CSS for shortcode, class: .elementor-element-967d336 */.acf-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #e1e5eb;
}

.acf-field {
    margin-bottom: 20px;
}

.acf-label label {
    font-weight: 600 !important;
    color: #2f3b48 !important;
    margin-bottom: 8px !important;
    display: block;
}

.acf-input input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    font-size: 15px;
    transition: border-color 0.2s ease;
}

.acf-input input[type="text"]:focus {
    border-color: #ff4605; /* Cor de destaque do seu site */
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 70, 5, 0.1);
}

.acf-form-submit input[type="submit"] {
    background-color: #ff4605 !important;
    color: #fff !important;
    border: none;
    padding: 12px 25px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}

.acf-form-submit input[type="submit"]:hover {
    background-color: #e03d04 !important;
}

/* Oculta mensagens chatas do ACF que não fazem sentido aqui */
.acf-updated-message {
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}/* End custom CSS */