.elementor-657 .elementor-element.elementor-element-fb752cb{--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;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-657 .elementor-element.elementor-element-fb752cb{--content-width:1111px;}}/* Start custom CSS for shortcode, class: .elementor-element-30223bf *//* --- WEA Form Styling --- */

/* 1. Main Form Settings */
.wea-styled-form {
    font-family: 'Roboto Serif', serif;
    color: #000000;
    max-width: 800px;
    margin: 0 auto;
}

/* 2. Heading Spacing */
.wea-styled-form h2 {
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.wea-styled-form h3 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 24px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    color: #000;
    font-family: 'Roboto Serif', serif;
}

.wea-styled-form h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #000;
    text-decoration: underline;
    font-family: 'Roboto Serif', serif;
}

/* 3. Label and Question Styling */
.wea-styled-form label,
.wea-styled-form .question-label,
.wea-styled-form p {
    font-size: 18px !important; /* Force 18px */
    color: #000000; 
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.5;
}

/* 4. Input Fields Styling */
.wea-styled-form input[type="text"],
.wea-styled-form input[type="email"],
.wea-styled-form input[type="number"],
.wea-styled-form input[type="tel"],
.wea-styled-form input[type="url"],
.wea-styled-form input[type="date"],
.wea-styled-form select,
.wea-styled-form textarea {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
    padding: 10px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* 5. Radio Buttons & Checkboxes - ONE PER LINE */
.wea-styled-form .wpcf7-list-item {
    display: block !important; /* Forces vertical alignment */
    margin-bottom: 10px;
    margin-left: 0;
}

/* Style the text next to radio/checkbox */
.wea-styled-form .wpcf7-list-item-label {
    font-size: 18px;
    color: #000;
}

/* 6. Table Styling for Portfolio */
.wea-styled-form table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 25px;
}

.wea-styled-form th, 
.wea-styled-form td {
    border: 1px solid #000;
    padding: 10px;
    text-align: left;
    color: #000;
    font-size: 16px;
}

.wea-styled-form th {
    background-color: #f0f0f0;
    font-weight: bold;
}

/* 7. Submit Button Styling */
.wea-styled-form input[type="submit"] {
    background-color: #D0AF21;
    color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.wea-styled-form input[type="submit"]:hover {
    background-color: #D0AF21;
}/* End custom CSS */