.elementor-2203 .elementor-element.elementor-element-5eb790b{--display:flex;}:root{--page-title-display:none;}body.elementor-page-2203{padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-838441a *//* ================================
   SACRED TEXTS – FEEDBACK FORM (ID 11)
   Scoped so it affects ONLY this form
   ================================ */

#fluentform_11 {
    max-width: 650px;
    margin: 0 auto;
    padding: 30px 25px;
    background: #fafafa;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Labels */
#fluentform_11 .ff-el-group label {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

/* Inputs + Textareas */
#fluentform_11 .ff-el-group input,
#fluentform_11 .ff-el-group select,
#fluentform_11 .ff-el-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    background: #fff;
}

#fluentform_11 .ff-el-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* Spacing between fields */
#fluentform_11 .ff-el-group {
    margin-bottom: 22px;
}

/* ============================================
   FIX FLUENT FORM 11 HEADER + PARAGRAPH ONLY
   ============================================ */

/* Form title */
#fluentform_11 .ff_form_title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #0b3d2e; /* Sacred Texts deep green */
    margin-bottom: 8px;
    padding: 0 10px;
    line-height: 1.3;
}

/* Form description paragraph */
#fluentform_11 .ff_form_description {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    max-width: 90%; /* uses more horizontal space */
    margin: 0 auto 20px auto;
    padding: 0 10px;
}

/* Mobile optimisation */
@media (max-width: 480px) {
    #fluentform_11 .ff_form_title {
        font-size: 22px;
    }
    #fluentform_11 .ff_form_description {
        font-size: 15px;
        max-width: 100%;
    }
}/* End custom CSS */