.elementor-30933 .elementor-element.elementor-element-d064adf{--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;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-30933 .elementor-element.elementor-element-ea12a73{--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 contactform, class: .elementor-element-0d10505 *//* Sermon Response Form Styles */
.sermon-response-form {
    background: #fdfdfd;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border: 1px solid #e0e0e0;
    max-width: 700px;
    margin: 0 auto;
    font-family: inherit;
}

.sermon-response-form h4 {
    margin-top: 0;
    color: #1a365d; /* Dark blue from your outreach card */
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.form-column {
    flex: 1;
    min-width: 250px;
}

.full-width {
    flex: 100%;
}

.sermon-response-form label {
    font-weight: 600;
    font-size: 0.9em;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.sermon-response-form input[type="text"],
.sermon-response-form input[type="email"],
.sermon-response-form input[type="tel"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/* Checkbox and Radio styling */
.wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
}

.membership-row .wpcf7-list-item {
    display: inline-block;
    margin-right: 15px;
}

.commitments-box {
    background: #f0f7fb;
    padding: 20px;
    border-radius: 6px;
    border-left: 4px solid #1a365d;
}

.form-divider {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 25px 0;
}

.btn-submit {
    background-color: #1a365d;
    color: #fff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 1.05em;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #122846;
}/* End custom CSS */