.elementor-76 .elementor-element.elementor-element-715ecaa{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-76 .elementor-element.elementor-element-2ef82fb{--spacer-size:50px;}.elementor-76 .elementor-element.elementor-element-83ba229{--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 );line-height:var( --e-global-typography-text-line-height );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-76 .elementor-element.elementor-element-61975ce{text-align:start;}.elementor-76 .elementor-element.elementor-element-61975ce a{color:var( --e-global-color-secondary );transition-duration:0.2s;}.elementor-76 .elementor-element.elementor-element-61975ce a:hover, .elementor-76 .elementor-element.elementor-element-61975ce a:focus{color:var( --e-global-color-d85e616 );}.elementor-76 .elementor-element.elementor-element-2d68788{--spacer-size:50px;}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@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 );}}@media(max-width:767px){.elementor-76 .elementor-element.elementor-element-2ef82fb{--spacer-size:25px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-76 .elementor-element.elementor-element-2d68788{--spacer-size:25px;}}/* Start custom CSS for shortcode, class: .elementor-element-5b8178b *//* Main table */
.semantic_ui .ui.table.foo-table {
    width: 100% !important;
    table-layout: fixed;
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 2px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

/* All cells */
.semantic_ui .ui.table.foo-table th,
.semantic_ui .ui.table.foo-table td {
    padding: 24px 20px !important;
    border: none !important;
    line-height: 1.5;
    vertical-align: middle;
    overflow-wrap: break-word;
    font-size: 18px !important;
}

/* Header */
.semantic_ui .ui.table.foo-table thead th {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    background-color: #96ADC0 !important;
    color: #ffffff !important;
    font-weight: 600;
}

/* First column is left-aligned */
.semantic_ui .ui.table.foo-table th:first-child,
.semantic_ui .ui.table.foo-table td:first-child {
    text-align: left;
}

/* Remaining columns are centred */
.semantic_ui .ui.table.foo-table th:not(:first-child),
.semantic_ui .ui.table.foo-table td:not(:first-child) {
    text-align: center;
}

/* Column widths */
.semantic_ui .ui.table.foo-table th:nth-child(1),
.semantic_ui .ui.table.foo-table td:nth-child(1) {
    width: 38% !important;
    padding-right: 8% !important;
}

.semantic_ui .ui.table.foo-table th:nth-child(2),
.semantic_ui .ui.table.foo-table td:nth-child(2),
.semantic_ui .ui.table.foo-table th:nth-child(3),
.semantic_ui .ui.table.foo-table td:nth-child(3),
.semantic_ui .ui.table.foo-table th:nth-child(4),
.semantic_ui .ui.table.foo-table td:nth-child(4),
.semantic_ui .ui.table.foo-table th:nth-child(5),
.semantic_ui .ui.table.foo-table td:nth-child(5) {
    width: 15.5% !important;
}

/* Remove Semantic UI's default row backgrounds */
.semantic_ui .ui.striped.table.foo-table tbody tr {
    background-color: transparent !important;
}

/* Blue background on the 2nd, 4th, 6th, etc. rows */
.semantic_ui .ui.striped.table.foo-table tbody tr:nth-child(even) td {
    background-color: #E9F5FF !important;
}

/* Transparent 1st, 3rd, 5th, etc. rows */
.semantic_ui .ui.striped.table.foo-table tbody tr:nth-child(odd) td {
    background-color: transparent !important;
}

/* Rounded ends on the blue rows */
.semantic_ui .ui.striped.table.foo-table tbody tr:nth-child(even) td:first-child {
    border-radius: 4px 0 0 4px !important;
}

.semantic_ui .ui.striped.table.foo-table tbody tr:nth-child(even) td:last-child {
    border-radius: 0 4px 4px 0 !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media only screen and (max-width: 767px) {

    /* Make sure the Ninja Tables wrapper uses the full screen width */
    .semantic_ui,
    .semantic_ui .ninja_table_wrapper,
    .semantic_ui .footable_parent,
    .semantic_ui .ninja_table_wrapper > div {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Remove horizontal scrolling */
    .semantic_ui *:has(> .ui.table.foo-table) {
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }

    /* Mobile table reset */
    .semantic_ui .ui.table.foo-table {
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        table-layout: auto !important;
        margin: 0 !important;
        border: 0 !important;
        background: transparent !important;
    }

    /* Hide desktop header */
    .semantic_ui .ui.table.foo-table thead {
        display: none !important;
    }

    .semantic_ui .ui.table.foo-table tbody {
        display: block !important;
        width: 100% !important;
    }

    /* Each appointment = one full-width card */
    .semantic_ui .ui.table.foo-table tbody tr {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 0 16px 0 !important;

        border: 1px solid #d8e2ea !important;
        border-radius: 8px !important;

        background: #ffffff !important;
        overflow: hidden !important;

        box-sizing: border-box !important;
    }

    /* Override all desktop column widths */
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(1),
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(2),
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(3),
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(4),
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(5) {
        width: 100% !important;
        min-width: 0 !important;
        max-width: none !important;

        box-sizing: border-box !important;
        margin: 0 !important;

        font-size: 15px !important;
        line-height: 1.4 !important;

        word-break: normal !important;
        white-space: normal !important;

        border-radius: 0 !important;
    }

    /* Appointment name / card heading */
    .semantic_ui .ui.striped.table.foo-table tbody tr td:nth-child(1) {
        display: block !important;

        padding: 15px 16px !important;

        background: #96ADC0 !important;
        color: #ffffff !important;

        font-weight: 600 !important;
        text-align: left !important;

        overflow-wrap: break-word !important;
    }

    /* Detail rows */
    .semantic_ui .ui.striped.table.foo-table tbody tr td:nth-child(2),
    .semantic_ui .ui.striped.table.foo-table tbody tr td:nth-child(3),
    .semantic_ui .ui.striped.table.foo-table tbody tr td:nth-child(4),
    .semantic_ui .ui.striped.table.foo-table tbody tr td:nth-child(5) {
        display: grid !important;

        /*
         * Give the label its own consistent column.
         * The value gets the remaining space and can wrap safely.
         */
        grid-template-columns:
            minmax(105px, 34%)
            minmax(0, 1fr) !important;

        column-gap: 18px !important;
        align-items: start !important;

        padding: 12px 16px !important;

        background: #ffffff !important;

        border-top: 1px solid #e7edf2 !important;

        text-align: right !important;

        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    /* Left-hand labels */
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(2)::before,
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(3)::before,
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(4)::before,
    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(5)::before {
        display: block !important;

        min-width: 0 !important;

        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;

        color: #52636f !important;

        text-align: left !important;

        overflow-wrap: break-word !important;
        word-break: normal !important;
    }

    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(2)::before {
        content: "Cost";
    }

    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(3)::before {
        content: "Face-to-Face";
    }

    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(4)::before {
        content: "Documentation & Administration";
    }

    .semantic_ui .ui.table.foo-table tbody tr td:nth-child(5)::before {
        content: "Total Time";
    }

    /* Don't show blank fields */
    .semantic_ui .ui.table.foo-table tbody tr td:empty {
        display: none !important;
    }
}/* End custom CSS */