.elementor-kit-556{--e-global-color-primary:#E6E6E6;--e-global-color-secondary:#C1C1C1;--e-global-color-text:#E6E6E6;--e-global-color-accent:#C7A56E;--e-global-color-9277f80:#FF2A2A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;color:#E6E6E6;}.elementor-kit-556 e-page-transition{background-color:#FFBC7D;}.elementor-kit-556 h1{color:#E6E6E6;}.elementor-kit-556 h2{color:#E6E6E6;}.elementor-kit-556 h3{color:#E6E6E6;}.elementor-kit-556 h4{color:#E6E6E6;}.elementor-kit-556 h5{color:#E6E6E6;}.elementor-kit-556 h6{color:#E6E6E6;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ================================
   Training Lab — System Status
   ================================ */

.tl-section.tlss{
  padding: 64px 24px;
}

.tl-inner.tlss__inner{
  max-width: 1240px; /* adjust to your site rail */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* Header strip */
.tlss__header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 0 16px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Card base (reusable) */
.tl-card{
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  background: rgba(255,255,255,0.02);
}

/* Primary countdown card */
.tlss__primary{
  padding: 32px 24px;
  border-radius: 12px;
  text-align: center;
}

/* Two-column grid */
.tlss__grid{
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.tlss__col{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Goals list */
.tlss__goals{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tlss__goal-card{
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Event list */
.tlss__events{
  display: flex;
  flex-direction: column;
}

.tlss__event-row{
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Mobile */
@media (max-width: 767px){
  .tl-section.tlss{
    padding: 48px 16px;
  }
  .tlss__grid{
    flex-direction: column;
    gap: 40px;
  }
}


.tl-strike{
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  text-decoration-color: rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.4);
  font-weight: 500;
}/* End custom CSS */