.elementor-359 .elementor-element.elementor-element-71e2e7d1{--display:flex;--min-height:400px;--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;--justify-content:flex-end;--overlay-opacity:0.5;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5px;--padding-bottom:60px;--padding-left:5px;--padding-right:5px;}.elementor-359 .elementor-element.elementor-element-71e2e7d1:not(.elementor-motion-effects-element-type-background), .elementor-359 .elementor-element.elementor-element-71e2e7d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://heavyhandsmuaythai.com/wp-content/uploads/2025/11/AHI.jpg");background-position:center center;background-size:cover;}.elementor-359 .elementor-element.elementor-element-71e2e7d1::before, .elementor-359 .elementor-element.elementor-element-71e2e7d1 > .elementor-background-video-container::before, .elementor-359 .elementor-element.elementor-element-71e2e7d1 > .e-con-inner > .elementor-background-video-container::before, .elementor-359 .elementor-element.elementor-element-71e2e7d1 > .elementor-background-slideshow::before, .elementor-359 .elementor-element.elementor-element-71e2e7d1 > .e-con-inner > .elementor-background-slideshow::before, .elementor-359 .elementor-element.elementor-element-71e2e7d1 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:transparent;--background-overlay:'';background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, #F2295B00 100%);}.elementor-359 .elementor-element.elementor-element-115ef624{--display:flex;}.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-359 .elementor-element.elementor-element-542b1eb5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-359 .elementor-element.elementor-element-542b1eb5 .elementor-heading-title{font-size:53px;font-weight:800;text-transform:uppercase;line-height:1.3em;letter-spacing:1px;text-shadow:2px 2px 0px #BF9117;color:var( --e-global-color-a7750d7 );}.elementor-359 .elementor-element.elementor-element-7db119b{--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;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}.elementor-359 .elementor-element.elementor-element-f3ec48f{--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 );}.elementor-359 .elementor-element.elementor-element-da6ee95 p{margin-block-end:0px;}.elementor-359 .elementor-element.elementor-element-335e557{--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;--margin-top:60px;--margin-bottom:40px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-359 .elementor-element.elementor-element-542b1eb5 .elementor-heading-title{font-size:28px;}}@media(min-width:768px){.elementor-359 .elementor-element.elementor-element-115ef624{--width:60%;}}/* Start custom CSS for html, class: .elementor-element-8bb69f5 */.schedule-accordion {
  max-width: 800px;
  margin: auto;
  font-family: Arial, sans-serif;
}

/* ===== WRAPPER (SCROLL FIX) ===== */
.schedule-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ===== TABLE ===== */
.schedule-horizontal {
  min-width: 900px; /* IMPORTANT: prevents squishing */
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

/* ===== HEADER ===== */
.schedule-horizontal th {
  background: #000;
  color: #fff;
  padding: 14px;
  text-align: center;
  font-size: 15px;
  white-space: nowrap;
}

/* ===== CELLS ===== */
.schedule-horizontal td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #222;
  width: 250px;
}

/* ===== EVENT BOX ===== */
.event {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.event strong {
  font-size: 14px;
  line-height: 1.3;
}

.event span {
  font-size: 12px;
  opacity: 0.9;
}

/* ===== COLORS ===== */
.yellow { background: #ffe600; color: #000; }
.red { background: #ff3b3b; }
.blue { background: #1e5eff; }
.green { background: #4caf50; }
.purple { background: #7b1fa2; }
.orange { background: #ff9800; }
.teal { background: #00bcd4; }

/* ===== MOBILE FIX ===== */
@media (max-width: 800px) {

  .schedule-wrap {
    overflow-x: auto;
  }

  .schedule-horizontal {
    min-width: 900px;
  }

  .schedule-horizontal th,
  .schedule-horizontal td {
    font-size: 12px;
  }

}

.day {
  margin-bottom: 10px;
}

.day-toggle {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 15px;
  border: none;
  text-align: left;
  font-size: 18px;
  cursor: pointer;
  border-radius: 6px;
}

.day-content {
  display: none;
  background: #1a1a1a;
  padding: 10px;
  border-radius: 6px;
}

.custom-tabel .event {
  padding: 10px;
  margin-bottom: 8px;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.event span {
  font-size: 13px;
  opacity: 1;
  font-weight: 600;
  padding:5px;
  padding-left:0px;
}

.event strong {
  font-size: 15px;
}

/* COLORS */
.yellow { background: #ffe600; color: #000 !important; }
.red { background: #ff3b3b; }
.blue { background: #1e5eff; }
.green { background: #4caf50; }
.purple { background: #7b1fa2; }
.orange { background: #ff9800; }
.teal { background: #008080; }/* End custom CSS */