.elementor-5363 .elementor-element.elementor-element-7e229f80{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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 );}/* Start custom CSS for text-editor, class: .elementor-element-2fd58665 *//* ===== TABLE CONTAINER ===== */
#tablepress-23_wrapper {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-top: 20px;
    overflow: hidden;
}

/* ===== SEARCH + LENGTH ===== */
.dt-layout-row {
    margin-bottom: 15px;
}

.dt-input {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 8px 12px;
    transition: 0.3s;
}

.dt-input:focus {
    border-color: #0D599F;
    outline: none;
    box-shadow: 0 0 0 2px rgba(13,89,159,0.1);
}

/* ===== TABLE ===== */
#tablepress-23 {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

/* ===== HEADER ===== */
#tablepress-23 thead th {
    background: linear-gradient(135deg, #0D599F, #0A3D75);
    color: #fff;
    padding: 14px;
    font-weight: 600;
    text-align: left;
    border: none;
}

/* ===== BODY ===== */
#tablepress-23 tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #f1f1f1;
}

/* ===== STRIPED ROWS ===== */
#tablepress-23 tbody tr:nth-child(even) {
    background: #fafafa;
}

/* ===== HOVER EFFECT ===== */
#tablepress-23 tbody tr:hover {
    background: #f0f7ff;
    transition: 0.3s;
}

/* ===== LINKS ===== */
#tablepress-23 a {
    color: #0D599F;
    font-weight: 500;
    text-decoration: none;
}

#tablepress-23 a:hover {
    text-decoration: underline;
}

/* ===== REGISTER BUTTON ===== */
.pps-btn {
    background: linear-gradient(135deg, #0D599F, #0A3D75);
    color: #fff !important;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    display: inline-block;
    transition: 0.3s;
}

.pps-btn:hover {
    background: #06305c;
    transform: translateY(-2px);
}

/* ===== PAGINATION ===== */
.dataTables_paginate {
    margin-top: 15px;
    text-align: center;
}

.dataTables_paginate .paginate_button {
    background: #f1f1f1;
    border-radius: 6px;
    padding: 6px 10px;
    margin: 2px;
    border: none !important;
}

.dataTables_paginate .paginate_button.current {
    background: #0D599F !important;
    color: #fff !important;
}

/* ===== MOBILE RESPONSIVE ===== */
@media (max-width: 768px) {

    #tablepress-23_wrapper {
        padding: 10px;
    }

    #tablepress-23 thead {
        display: none;
    }

    #tablepress-23,
    #tablepress-23 tbody,
    #tablepress-23 tr,
    #tablepress-23 td {
        display: block;
        width: 100%;
    }

    #tablepress-23 tr {
        margin-bottom: 15px;
        border: 1px solid #eee;
        border-radius: 10px;
        padding: 10px;
        background: #fff;
    }

    #tablepress-23 td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    #tablepress-23 td::before {
        position: absolute;
        left: 10px;
        top: 12px;
        width: 45%;
        font-weight: 600;
        text-align: left;
        color: #555;
    }

    /* Labels for mobile */
    #tablepress-23 td:nth-of-type(1)::before { content: "Course"; }
    #tablepress-23 td:nth-of-type(2)::before { content: "Days"; }
    #tablepress-23 td:nth-of-type(3)::before { content: "Start"; }
    #tablepress-23 td:nth-of-type(4)::before { content: "End"; }
    #tablepress-23 td:nth-of-type(5)::before { content: "Area"; }
    #tablepress-23 td:nth-of-type(6)::before { content: "Location"; }
    #tablepress-23 td:nth-of-type(7)::before { content: "Register"; }
}
/* ===== START & END DATE COLUMN WIDTH ===== */
#tablepress-23 th:nth-child(3),
#tablepress-23 td:nth-child(3),
#tablepress-23 th:nth-child(4),
#tablepress-23 td:nth-child(4) {
    min-width: 140px;
    white-space: nowrap;
}/* End custom CSS */