.elementor-1432 .elementor-element.elementor-element-0e0206e{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--justify-content:flex-start;--margin-top:-140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1432 .elementor-element.elementor-element-0aef900{text-align:end;}.elementor-1432 .elementor-element.elementor-element-0aef900 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-weight:800;text-transform:uppercase;letter-spacing:5px;word-spacing:10px;color:#000000;}.elementor-1432 .elementor-element.elementor-element-446f8ed{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-1432 .elementor-element.elementor-element-fa67491{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1432 .elementor-element.elementor-element-77a2217{padding:0px 0px 50px 0px;text-align:center;}.elementor-1432 .elementor-element.elementor-element-1509993{padding:0px 0px 30px 0px;}.elementor-1432 .elementor-element.elementor-element-0ab2a0d .elementor-heading-title{text-transform:uppercase;}.elementor-1432 .elementor-element.elementor-element-ef1533e{padding:0px 0px 40px 0px;}.elementor-1432 .elementor-element.elementor-element-7b5fc50{padding:30px 0px 40px 0px;}@media(min-width:768px){.elementor-1432 .elementor-element.elementor-element-fa67491{--width:90%;}}@media(max-width:1024px){.elementor-1432 .elementor-element.elementor-element-0e0206e{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1432 .elementor-element.elementor-element-446f8ed{--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(max-width:767px){.elementor-1432 .elementor-element.elementor-element-446f8ed{--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for text-editor, class: .elementor-element-16fc9de *//* === Festival Sections Table Styles (final, alternate row backgrounds only) === */
.fs-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
}

.fs-title {
  margin: 0 0 0.75rem 0;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
}

.fs-table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 1.25rem 0;
}

.fs-table thead th {
  border-bottom: 2px solid #ddd;
  text-align: left;
  padding: 0.7rem 0.65rem;
  font-weight: 600;
  background: #fafafa;
}

/* Default row background */
.fs-table td {
  vertical-align: top;
  padding: 0.8rem 0.75rem;
  background: #fff;
}

/* Alternate row background (visible grey) */
.fs-table tbody tr:nth-child(even):not(.fs-group) td {
  background: #f0f0f0;
}

/* Group header rows – yellow with white text */
.fs-group th {
  background: #eec632;
  color: #fff;
  padding: 0.75rem 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

/* Utility text styles */
.fs-code {
  white-space: nowrap;
  font-weight: 600;
}
.fs-sub {
  display: block;
  color: #555;
  font-weight: 500;
  margin-top: 0.15rem;
}
.fs-note {
  margin: 0.3rem 0 0 0;
  color: #333;
}
.fs-small {
  color: #555;
  font-size: 0.95em;
}
.fs-tight p {
  margin: 0.35rem 0;
}

/* === Responsive (≤760 px) === */
@media (max-width: 760px) {
  .fs-table thead {
    display: none;
  }

  .fs-table tr {
    display: block;
    border-radius: 10px;
    margin: 0.75rem 0;
    overflow: hidden;
  }

  /* Ensure alternating backgrounds still apply on mobile */
  .fs-table tr:nth-child(odd):not(.fs-group) td {
    background: #fff;
  }
  .fs-table tr:nth-child(even):not(.fs-group) td {
    background: #f0f0f0;
  }

  .fs-table td {
    display: grid;
    grid-template-columns: 10ch 1fr;
    padding: 0.55rem 0.75rem;
  }

  .fs-table td::before {
    content: attr(data-th);
    font-weight: 700;
  }

  /* Yellow headers on mobile */
  .fs-group {
    display: block;
    margin: 1.25rem 0 0.5rem 0;
  }

  .fs-group th {
    display: block;
    background: #eec632;
    color: #fff;
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
    font-size: 1rem;
  }
}/* End custom CSS */