.elementor-28736 .elementor-element.elementor-element-55ed5b3{--display:flex;}.elementor-28736 .elementor-element.elementor-element-72fd982 > .elementor-widget-container{padding:80px 0px 0px 0px;}/* Start custom CSS *//* ==========================================================================
   Redux Email Preferences — Gravity Forms Branded Styling

   Usage: Add this CSS via Elementor page Custom CSS, or enqueue in theme.
   Wrap the Gravity Form shortcode in: <div class="redux-email-prefs">...</div>
   ========================================================================== */

/* ---- Page Wrapper ---- */
.redux-email-prefs {
    max-width: 640px;
    margin: 0 auto;
    padding: 0 20px 60px;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* ---- Header Card ---- */
.redux-email-prefs .rep-header {
    background: linear-gradient(135deg, #25282A 0%, #3366CC 100%);
    padding: 48px 40px 40px;
    border-radius: 12px 12px 0 0;
    position: relative;
    overflow: hidden;
    text-align: left;
}

.redux-email-prefs .rep-header::before {
    content: '';
    position: absolute;
    top: -60px;
    right: -60px;
    width: 260px;
    height: 260px;
    background: radial-gradient(circle, rgba(66, 158, 223, 0.25) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.redux-email-prefs .rep-header::after {
    content: '';
    position: absolute;
    bottom: -40px;
    left: 30%;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(51, 102, 204, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.redux-email-prefs .rep-accent {
    width: 48px;
    height: 4px;
    background: linear-gradient(90deg, #429EDF, #3366CC);
    border-radius: 2px;
    margin-bottom: 20px;
}

.redux-email-prefs .rep-header h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.redux-email-prefs .rep-header p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* ---- Form Card Body ---- */
.redux-email-prefs .rep-body {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-top: none;
    border-radius: 0 0 12px 12px;
    padding: 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
}

/* ---- Reset Gravity Forms defaults ---- */
.redux-email-prefs .gform_wrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.redux-email-prefs .gform_wrapper .gform_body {
    padding: 0 !important;
}

.redux-email-prefs .gform_wrapper .gform_fields {
    grid-row-gap: 0 !important;
}

/* Hide the HTML intro field (we use our own header) */
.redux-email-prefs .gform_wrapper .email-pref-intro {
    display: none !important;
}

/* ---- Checkbox Option Cards ---- */
.redux-email-prefs .gform_wrapper .email-pref-option {
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.redux-email-prefs .gform_wrapper .email-pref-option .gfield_label {
    display: none !important;
}

.redux-email-prefs .gform_wrapper .email-pref-option .gfield_description {
    order: 2;
    color: #6b7280;
    font-size: 13px;
    line-height: 1.5;
    margin: 4px 0 0 36px;
    padding: 0 0 0 0;
}

.redux-email-prefs .gform_wrapper .email-pref-option .gchoice {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 20px 24px 20px 20px;
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.redux-email-prefs .gform_wrapper .email-pref-option .gchoice:hover {
    border-color: #3366CC;
    background: #f0f5ff;
    box-shadow: 0 2px 8px rgba(51, 102, 204, 0.08);
}

/* Checkbox input styling */
.redux-email-prefs .gform_wrapper .email-pref-option input[type="checkbox"] {
    width: 20px;
    height: 20px;
    accent-color: #3366CC;
    margin-right: 12px;
    flex-shrink: 0;
    cursor: pointer;
}

/* Checkbox label */
.redux-email-prefs .gform_wrapper .email-pref-option label {
    font-size: 15px;
    font-weight: 600;
    color: #25282A;
    cursor: pointer;
    display: flex;
    align-items: center;
}

/* Description text inside the card */
.redux-email-prefs .gform_wrapper .email-pref-option .gfield_description {
    margin-left: 32px;
    margin-top: 6px;
    padding-bottom: 0;
}

/* Checked state */
.redux-email-prefs .gform_wrapper .email-pref-option input[type="checkbox"]:checked ~ label,
.redux-email-prefs .gform_wrapper .email-pref-option input[type="checkbox"]:checked + label {
    color: #3366CC;
}

/* ---- "Unsubscribe from all" warning style ---- */
.redux-email-prefs .gform_wrapper .email-pref-option:last-of-type .gchoice {
    border-color: #fde8e8;
    background: #fef9f9;
}

.redux-email-prefs .gform_wrapper .email-pref-option:last-of-type .gchoice:hover {
    border-color: #ef4444;
    background: #fef2f2;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.08);
}

.redux-email-prefs .gform_wrapper .email-pref-option:last-of-type input[type="checkbox"] {
    accent-color: #ef4444;
}

/* ---- Email Field ---- */
.redux-email-prefs .gform_wrapper .email-pref-email {
    margin-top: 28px !important;
    padding-top: 28px !important;
    border-top: 1px solid #e5e7eb;
}

.redux-email-prefs .gform_wrapper .email-pref-email .gfield_label {
    font-size: 14px;
    font-weight: 600;
    color: #25282A;
    margin-bottom: 6px !important;
}

.redux-email-prefs .gform_wrapper .email-pref-email .gfield_description {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 10px;
}

.redux-email-prefs .gform_wrapper .email-pref-email input[type="email"] {
    width: 100%;
    height: 48px;
    padding: 14px 16px;
    font-size: 15px;
    font-family: inherit;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    color: #25282A;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.redux-email-prefs .gform_wrapper .email-pref-email input[type="email"]:focus {
    outline: none;
    border-color: #3366CC;
    box-shadow: 0 0 0 3px rgba(51, 102, 204, 0.15);
}

/* ---- Submit Button ---- */
.redux-email-prefs .gform_wrapper .gform_footer,
.redux-email-prefs .gform_wrapper .gform_page_footer {
    padding: 28px 0 0 !important;
    margin: 0 !important;
}

.redux-email-prefs .gform_wrapper input[type="submit"],
.redux-email-prefs .gform_wrapper .gform_button {
    width: 100%;
    height: 52px;
    background: linear-gradient(135deg, #3366CC 0%, #429EDF 100%) !important;
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: inherit !important;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(51, 102, 204, 0.3);
}

.redux-email-prefs .gform_wrapper input[type="submit"]:hover,
.redux-email-prefs .gform_wrapper .gform_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(51, 102, 204, 0.45);
}

.redux-email-prefs .gform_wrapper input[type="submit"]:active,
.redux-email-prefs .gform_wrapper .gform_button:active {
    transform: translateY(0);
}

.redux-email-prefs .gform_wrapper input[type="submit"]:focus-visible,
.redux-email-prefs .gform_wrapper .gform_button:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}

/* ---- Confirmation Message ---- */
.redux-email-prefs .gform_confirmation_message {
    text-align: center;
    padding: 48px 32px;
}

.redux-email-prefs .gform_confirmation_message h3 {
    color: #25282A;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.redux-email-prefs .gform_confirmation_message p {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

/* ---- Validation / Error States ---- */
.redux-email-prefs .gform_wrapper .gfield_error input[type="email"] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.redux-email-prefs .gform_wrapper .validation_message {
    color: #ef4444;
    font-size: 13px;
    margin-top: 6px;
}

/* ---- Mobile ---- */
@media (max-width: 640px) {
    .redux-email-prefs {
        padding: 0 12px 40px;
    }

    .redux-email-prefs .rep-header {
        padding: 36px 24px 32px;
    }

    .redux-email-prefs .rep-header h2 {
        font-size: 22px;
    }

    .redux-email-prefs .rep-body {
        padding: 24px 20px;
    }

    .redux-email-prefs .gform_wrapper .email-pref-option .gchoice {
        padding: 16px;
    }

    .redux-email-prefs .gform_wrapper .email-pref-option .gfield_description {
        margin-left: 32px;
    }
}

/* ---- Reduced Motion ---- */
@media (prefers-reduced-motion: reduce) {
    .redux-email-prefs * {
        transition-duration: 0.01ms !important;
    }

    .redux-email-prefs .gform_wrapper input[type="submit"]:hover {
        transform: none;
    }
}/* End custom CSS */