.elementor-kit-785{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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:#0B0F1A;}.elementor-kit-785 e-page-transition{background-color:#FFBC7D;}.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;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* =========
   RT Table
   ========= */

.rt-table-wrap{
  width: 100%;
  overflow: hidden;                 /* keeps rounded corners clean */
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background-color: #11182A;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.rt-table{
  width: 100%;
  border-collapse: collapse;
  font-family: inherit;
}

.rt-table thead th{
  text-align: left;
  padding: 18px 22px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #9AA7C2;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.rt-table tbody td{
  padding: 22px 22px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.80);
  font-size: 14px;
  vertical-align: middle;
}

.rt-table tbody tr:last-child td{
  border-bottom: none;
}

/* Column styles */
.rt-date{
  color: rgba(255,255,255,0.92);
  font-weight: 600;
  white-space: nowrap;
}

.rt-event{
  color: rgba(255,255,255,0.92);
  font-weight: 600;
}

.rt-location{
  color: rgba(255,255,255,0.62);
  white-space: nowrap;
}

.rt-loc-icon{
  display: inline-block;
  margin-right: 10px;
  opacity: 0.75;
  transform: translateY(1px);
}

.rt-right{
  text-align: right;
  white-space: nowrap;
}

.rt-prize{
  color: #00E5FF!important;
  font-weight: 600;
  letter-spacing: 0.02em;
}
/* Remove vertical column borders */
.rt-table th,
.rt-table td{
  border-right: none !important;
}

.rt-table th:last-child,
.rt-table td:last-child{
  border-right: none !important;
}
/* Force right alignment for header + cells */
.rt-table thead th.rt-right,
.rt-table tbody td.rt-right{
  text-align: right !important;
}

/* Badges */
.rt-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  min-width: 46px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
}

/* Variants */
.rt-badge--cs2{
  color: #FF8A2A;
  border-color: rgba(255,138,42,0.35);
  background: rgba(255,138,42,0.10);
}

.rt-badge--lol{
  color: #5BA7FF;
  border-color: rgba(91,167,255,0.35);
  background: rgba(91,167,255,0.10);
}

/* Hover (subtle) */
.rt-table tbody tr:hover td{
  background: rgba(255,255,255,0.03);
}

/* =========
   Mobile: horizontal scroll
   ========= */
@media (max-width: 767px){
  .rt-table-wrap{
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .rt-table{
    min-width: 860px;  /* Adjust if you add/remove columns */
  }
}/* End custom CSS */