.elementor-26501 .elementor-element.elementor-element-4835e71{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-814420a *//* --- Modernized ACFE Form Wrapper --- */
.acfe-form {
    max-width: 800px;
    margin: 0 auto;
    font-family: inherit; /* Inherits theme font */
}

/* --- Field Spacing & Structure --- */
.acfe-form .acf-field {
    margin-bottom: 25px !important;
    padding: 0 !important;
    border: none !important;
}

.acfe-form .acf-label {
    margin-bottom: 8px !important;
}

.acfe-form .acf-label label {
    font-weight: 600 !important;
    font-size: 1.05rem;
    color: inherit;
    display: block;
}

.acfe-form .description {
    font-style: normal !important;
    font-size: 0.85rem !important;
    opacity: 0.7;
    margin-top: 4px;
}

/* --- Input Styling (Text, Email, URL, Textarea) --- */
.acfe-form input[type="text"],
.acfe-form input[type="email"],
.acfe-form input[type="url"],
.acfe-form input[type="number"],
.acfe-form textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    border: 1px solid rgba(0,0,0,0.1) !important; /* Subtle border */
    border-radius: 6px !important;
    background-color: transparent !important;
    color: inherit !important;
    font-family: inherit !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

/* Dark mode compatibility fallback */
@media (prefers-color-scheme: dark) {
    .acfe-form input, .acfe-form textarea { border-color: rgba(255,255,255,0.1) !important; }
}

/* Focus State - Uses Theme "Accent" via Inherit or subtle glow */
.acfe-form input:focus,
.acfe-form textarea:focus {
    outline: none !important;
    border-color: inherit !important; 
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05) !important;
}

/* --- Google Maps & Image Uploaders --- */
.acfe-form .acf-google-map,
.acfe-form .acf-image-uploader {
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 8px !important;
    overflow: hidden;
}

.acfe-form .acf-button.button {
    box-shadow: none !important;
    text-shadow: none !important;
    padding: 8px 20px !important;
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* --- Radio & Checkbox Modernization --- */
.acfe-form .acf-radio-list, 
.acfe-form .acf-checkbox-list {
    margin-top: 10px !important;
}

.acfe-form ul.acf-bl li {
    background: transparent !important;
    border: none !important;
    padding: 5px 0 !important;
}

/* --- Submit Button --- */
.acfe-form .acf-form-submit {
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.05);
}

.acfe-form .acf-form-submit input[type="submit"] {
    cursor: pointer;
    padding: 15px 40px !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 50px !important; /* Rounded pill style */
    transition: transform 0.2s ease, opacity 0.2s ease;
    border: none !important;
}

.acfe-form .acf-form-submit input[type="submit"]:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* --- Special handling for URL Icons --- */
.acf-url i {
    color: inherit;
    opacity: 0.5;
}

/* --- Specific Fix for Business Bio Textarea --- */
.acfe-form textarea,
.acfe-form .acf-field-textarea textarea {
    width: 100% !important;
    min-height: 150px !important;
    padding: 12px 15px !important;
    
    /* Force the box look */
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    background-color: #fff !important; /* Forces a solid background */
    border-radius: 6px !important;
    
    /* Fix for some themes that remove shadows */
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    
    color: inherit !important;
    font-family: inherit !important;
    appearance: none !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Ensure focus state matches the other fields */
.acfe-form textarea:focus {
    border-color: inherit !important;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) !important;
    outline: none !important;
}

/* Dark mode adjustment for the textarea */
@media (prefers-color-scheme: dark) {
    .acfe-form textarea {
        background-color: rgba(255, 255, 255, 0.05) !important;
        border-color: rgba(255, 255, 255, 0.2) !important;
    }
}/* End custom CSS */