.elementor-12256 .elementor-element.elementor-element-b02183f{--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-f936d48 */.custom-form {
    max-width: 600px;
    margin: auto;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.custom-form fieldset {
    border: 2px solid #0073aa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    background: #fff;
}

.custom-form legend {
    font-weight: bold;
    font-size: 18px;
    color: #0073aa;
}

.custom-form label {
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="date"],
.custom-form input[type="tel"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

.custom-form input[type="radio"] {
    margin-right: 5px;
}

.custom-form p {
    font-size: 14px;
}

.custom-form [submit] {
    background: #0073aa;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    width: 100%;
}

.custom-form [submit]:hover {
    background: #005f8d;
}/* End custom CSS */