.elementor-11466 .elementor-element.elementor-element-6927350{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-11466 .elementor-element.elementor-element-aa18c71{margin:5% 0% calc(var(--kit-widget-spacing, 0px) + 5%) 0%;text-align:center;}.elementor-11466 .elementor-element.elementor-element-aa18c71 .elementor-heading-title{font-family:"Roboto Condensed", Sans-serif;font-weight:600;color:#525252;}.elementor-11466 .elementor-element.elementor-element-18a5c32{--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;--padding-top:0%;--padding-bottom:6%;--padding-left:0%;--padding-right:0%;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-11466 .elementor-element.elementor-element-18a5c32{--content-width:1385px;}}/* Start custom CSS for timetable, class: .elementor-element-e6039da *//* Table wrapper – white background */
.mptt-shortcode-wrapper {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding: 10px;
    color: #444444;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Table header slightly gray */
.mptt-shortcode-table thead {
    background-color: #f0f0f0;
    color: #333333;
}

/* Keep event boxes readable */
.mptt-shortcode-event,
.mptt-event-container {
    color: #333333;
}

/* Dropdown menu styling — RED instead of blue */
.mptt-navigation-select {
    background-color: #EC0515; /* RED */
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
    border: 1px solid #EC0515;
    padding: 6px 10px;
    border-radius: 4px;
}

.mptt-navigation-select option {
    background-color: #EC0515;
    color: #ffffff;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Highlight Dojo 1 events */
.mptt-event.category-dojo-1 {
    border-left: 4px solid #3fb584;
    background-color: #e0f7f0;
    color: #2f4f4f;
}

/* Highlight Dojo 2 events */
.mptt-event.category-dojo-2 {
    border-left: 4px solid #f39c12;
    background-color: #fff4e0;
    color: #4a4a4a;
}

/* Optional: spacing */
.mptt-event {
    padding: 5px 10px;
    margin-bottom: 2px;
    border-radius: 4px;
}

/* Add grid lines to the timetable */
.mptt-shortcode-table {
    border-collapse: collapse; /* ensures borders don't double up */
    width: 100%;
}

.mptt-shortcode-table th,
.mptt-shortcode-table td {
    border: 1px solid #d3d3d3; /* light gray lines */
    padding: 8px; /* optional, keeps spacing */
}
/* Add grid lines to the timetable */
.mptt-shortcode-table {
    border-collapse: collapse; /* ensures borders don't double up */
    width: 100%;
}

.mptt-shortcode-table th,
.mptt-shortcode-table td {
    border: 1px solid #d3d3d3; /* light gray lines */
    padding: 8px; /* optional, keeps spacing */
}

@media (max-width: 768px) {

  .mptt-list-event {
    list-style: none;
    background: #ffffff;
    border-radius: 5px;

    /* 🔑 THIS is what you want */
    padding: 26px 26px;   /* more space from text to border */

    margin-bottom: 22px;
    box-shadow: 0 10px 26px rgba(0,0,0,0.10);
    border-left: 6px solid currentColor;
  }

  /* Optional: breathing space between text elements */
  .mptt-list-event > strong {
    display: block;
    margin-bottom: 10px;
  }

  .mptt-list-event .timeslot {
    margin: 10px 0;
  }

  .mptt-list-event .event-subtitle {
    margin-top: 8px;
    line-height: 1.5;
  }

}/* End custom CSS */