.elementor-1143 .elementor-element.elementor-element-8459907{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;}.elementor-1143 .elementor-element.elementor-element-f54a3d3{--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-1143 .elementor-element.elementor-element-d53d75c{--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-1143 .elementor-element.elementor-element-e565f80{--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;}@media(min-width:768px){.elementor-1143 .elementor-element.elementor-element-f54a3d3{--width:50%;}.elementor-1143 .elementor-element.elementor-element-d53d75c{--width:50%;}.elementor-1143 .elementor-element.elementor-element-e565f80{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-16052e0 *//* Ensure the table fills the container and respects fixed widths */
.ritz .waffle {
    width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse;
}

/* Column 1: Core Features / Category */
.ritz .waffle th:nth-child(2), 
.ritz .waffle td:nth-child(2) {
    width: 20% !important;
}

/* Column 2: CiviCRM / Integrated Features */
.ritz .waffle th:nth-child(3), 
.ritz .waffle td:nth-child(3) {
    width: 50% !important;
}

/* Column 3: Nation Builder */
.ritz .waffle th:nth-child(4), 
.ritz .waffle td:nth-child(4) {
    width: 30% !important;
}

/* Optional: Improve readability for the dense content */
.ritz .waffle td {
    word-wrap: break-word;
    white-space: normal !important; /* Overrides the nowrap in your inline styles */
    padding: 8px !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c4d926d *//* Ensures the table respects the defined widths even with long content */
.ritz.grid-container table.waffle {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

/* Column 1: Row Headers (The index numbers) */
.ritz.grid-container table.waffle th.row-header {
    width: 5%;
}

/* Column 2: Core Features/Labels */
.ritz.grid-container table.waffle td:nth-child(2),
.ritz.grid-container table.waffle th:nth-child(2) {
    width: 25%;
}

/* Column 3: CiviCRM Details */
.ritz.grid-container table.waffle td:nth-child(3),
.ritz.grid-container table.waffle th:nth-child(3) {
    width: 45%;
}

/* Column 4: Nation Builder Details */
.ritz.grid-container table.waffle td:nth-child(4),
.ritz.grid-container table.waffle th:nth-child(4) {
    width: 25%;
}

/* Optional: Ensure text wraps within the fixed columns */
.ritz.grid-container table.waffle td {
    word-wrap: break-word;
    white-space: normal !important; 
    overflow-wrap: break-word;
}
.softmerge-inner {
    width: 100% !important;
    left: 0 !important;
}/* End custom CSS */