.elementor-1424 .elementor-element.elementor-element-1bda415{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );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-1424 .elementor-element.elementor-element-0757751{font-family:"Nunito Sans", Sans-serif;font-size:22px;font-weight:400;text-transform:none;text-decoration:none;line-height:1.5em;letter-spacing:0em;color:#BF6E29;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-1424 .elementor-element.elementor-element-0757751{font-size:19.99px;line-height:1.42em;}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-1424 .elementor-element.elementor-element-0757751{font-size:18px;line-height:26px;}}/* Start custom CSS for html, class: .elementor-element-e46bf27 *//* Responsive Table Styling */
.donation-wrapper {
    width: 100%;
    margin: 20px 0;
}

.donation-table {
    width: 100%;
    border-collapse: collapse;
}

.donation-table th, .donation-table td {
    border: 1px solid #e0e0e0;
    padding: 15px;
    vertical-align: top;
}

/* Category header styling - Desktop */
.category-column {
    background-color: #f1f1f1;
    font-weight: bold;
    color: #BF6E29 !important; /* Your specific orange/brown color */
}

/* Icon List Styling */
.check-list, .cross-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Black Checkmarks */
.check-list li::before { 
    content: "✔️ "; 
    color: #000000; 
    font-weight: bold;
}

/* Red X Marks */
.cross-list li::before { 
    content: "❌ "; 
    color: #FF0000; 
    font-weight: bold;
}

/* Mobile View Fixes */
@media screen and (max-width: 768px) {
    .donation-table, .donation-table tbody, .donation-table tr, .donation-table td {
        display: block;
        width: 100%;
    }
    
    .donation-table thead { display: none; }

    .donation-table tr {
        margin-bottom: 25px;
        border: 1px solid #ddd;
    }

    /* Mobile Category Header */
    .category-column {
        background-color: #f9f9f9 !important; 
        color: #BF6E29 !important; /* Brand color text */
        text-align: center;
        padding: 15px !important;
        font-size: 1.3rem;
        border-bottom: 2px solid #BF6E29 !important;
    }

    .donation-table td {
        box-sizing: border-box;
        padding: 15px 20px;
    }

    /* Column Labels */
    .donation-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.85rem;
        color: #555;
        margin-bottom: 8px;
        border-bottom: 1px solid #eee;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-0757751 *//* Responsive Table Styling */
.donation-wrapper {
    width: 100%;
    margin: 20px 0;
    font-family: inherit;
}

.donation-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.donation-table th, .donation-table td {
    border: 1px solid #e0e0e0;
    padding: 15px;
    vertical-align: top;
    line-height: 1.6;
}

.header-row {
    background-color: #f9f9f9;
    font-weight: bold;
    text-align: center;
}

.category-column {
    background-color: #f1f1f1;
    font-weight: bold;
    width: 20%;
}

.check-list, .cross-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li::before { content: "✔️ "; }
.cross-list li::before { content: "❌ "; }

/* Mobile View (Phones) */
@media screen and (max-width: 768px) {
    .donation-table, .donation-table tbody, .donation-table tr, .donation-table td {
        display: block;
        width: 100%;
    }
    
    .header-row { display: none; } /* Hide headers on mobile */

    .donation-table tr {
        margin-bottom: 30px;
        border: 2px solid #ddd;
    }

    .category-column {
        width: 100% !important;
        background-color: #333;
        color: #fff;
        text-align: center;
        font-size: 1.2rem;
    }

    .donation-table td {
        box-sizing: border-box;
        padding: 20px;
    }

    .donation-table td::before {
        content: attr(data-label);
        display: block;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 0.8rem;
        margin-bottom: 10px;
        color: #888;
        border-bottom: 1px solid #eee;
    }
}/* End custom CSS */