@charset "UTF-8";
.clip > *:first-child, .competition-rounds.list .competition-round .round-title > *:first-child, .competition-rounds.grid .competition-round .round-title > *:first-child, .competition-notes > *:first-child, .dash-list-items .dash-list-item .item-content > *:first-child {
  margin-top: 0 !important;
}
.clip > *:last-child, .competition-rounds.list .competition-round .round-title > *:last-child, .competition-rounds.grid .competition-round .round-title > *:last-child, .competition-notes > *:last-child, .dash-list-items .dash-list-item .item-content > *:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 960px) {
  .hide-md-down {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .hide-sm-down {
    display: none !important;
  }
}

@media (max-width: 600px) {
  .show-sm {
    display: none !important;
  }
}

@media (max-width: 782px) {
  .show-md {
    display: none !important;
  }
}

@media (max-width: 960px) {
  .show-lg {
    display: none !important;
  }
}

/* General
========================================================================== */
.screen-reader-text {
  display: none;
}

.dash-public-plugin-container.is-loading {
  position: relative;
  min-height: 200px;
  pointer-events: none;
  background: transparent !important;
  overflow: hidden !important;
}
.dash-public-plugin-container.is-loading > * {
  opacity: 0;
}
.dash-public-plugin-container.is-loading:before {
  content: "Loading...";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

/* Parts
========================================================================== */
.dash-public-plugin-filtering {
  margin-bottom: 30px;
  display: flex;
  flex-flow: column nowrap;
  gap: 5px;
}
@media (min-width: 782px) {
  .dash-public-plugin-filtering {
    flex-flow: row nowrap;
    gap: 20px;
  }
}
.dash-public-plugin-filtering > * {
  flex: 1 1;
}
.dash-public-plugin-filtering > * select {
  width: 100%;
}

.dash-list-items {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  list-style: none;
}
.dash-list-items .dash-list-item {
  padding: 15px 20px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}
@media (min-width: 782px) {
  .dash-list-items .dash-list-item {
    padding: 25px 30px;
  }
}
.dash-list-items .dash-list-item:is(a):hover {
  color: var(--color-accent);
  border-color: rgba(0, 0, 0, 0.15);
}
.dash-list-items .dash-list-item .item-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-list-items .dash-list-item .item-content .item-title {
  margin: 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 782px) {
  .dash-list-items .dash-list-item .item-content .item-title {
    font-size: 22px;
  }
}
.dash-list-items .dash-list-item .entity-name {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 782px) {
  .dash-list-items .dash-list-item .entity-name {
    font-size: 22px;
  }
}

.dash-public-plugin-container {
  --containerPadding: 30px;
}
@media (min-width: 960px) {
  .dash-public-plugin-container {
    --containerPadding: 50px;
  }
}
.dash-public-plugin-container .dash-public-plugin-container-header {
  padding: 30px 0;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.dash-public-plugin-container .dash-public-plugin-container-header.no-border {
  border-bottom: none;
}
.dash-public-plugin-container .dash-public-plugin-container-header.is-tab {
  padding: 20px var(--containerPadding) 0;
}
@media (min-width: 782px) {
  .dash-public-plugin-container .dash-public-plugin-container-header.is-tab {
    padding: 30px var(--containerPadding) 0;
  }
}
.dash-public-plugin-container .dash-public-plugin-container-header .header-row {
  margin-top: 15px;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
  justify-content: space-between;
}
@media (min-width: 960px) {
  .dash-public-plugin-container .dash-public-plugin-container-header .header-row {
    flex-flow: row nowrap;
    align-items: center;
  }
}
.dash-public-plugin-container .dash-public-plugin-container-header .header-title {
  max-width: 900px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}
@media (min-width: 960px) {
  .dash-public-plugin-container .dash-public-plugin-container-header .header-title {
    font-size: 36px;
  }
}
.dash-public-plugin-container .dash-public-plugin-container-header .header-meta {
  display: flex;
  font-weight: 600;
  opacity: 0.5;
}
.dash-public-plugin-container .dash-public-plugin-container-header .header-meta > *:last-child:after {
  display: none;
}
.dash-public-plugin-container .dash-public-plugin-container-header .header-meta > *:after {
  padding: 0 10px;
  content: "·";
}
.dash-public-plugin-container .dash-public-plugin-container-content {
  padding: 30px 0;
  position: relative;
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
}
.dash-public-plugin-container .dash-public-plugin-container-content.is-tab {
  padding: 0;
  background: white;
}

.container-tabs-nav {
  margin-top: 5px;
  position: relative;
  top: 1px;
  display: flex;
  gap: 10px;
}
@media (min-width: 960px) {
  .container-tabs-nav {
    margin-top: 20px;
  }
}
.container-tabs-nav > a {
  padding: 5px 10px 7px;
  display: block;
  font-weight: 600;
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  white-space: nowrap;
}
@media (min-width: 782px) {
  .container-tabs-nav > a {
    padding: 10px 15px 12px;
  }
}
.container-tabs-nav > a[aria-pressed=true] {
  color: var(--color-accent);
  background: white;
  border-color: rgba(0, 0, 0, 0.1);
}

.container-tabs {
  flex: 1 1;
  display: flex;
  flex-flow: column nowrap;
}
.container-tabs > * {
  padding: var(--containerPadding);
  position: relative;
  display: none;
  flex: 1 1;
}
.container-tabs > *.is-collapsed {
  padding: 0;
}
.container-tabs > *[aria-expanded=true] {
  display: block;
}

.meta-items {
  margin: 0;
  padding: 0;
  list-style: none;
  color: inherit;
  background: white;
  border: 1px solid var(--border, #dddddd);
  border-radius: 4px;
}
.meta-items li {
  padding: 20px;
  display: flex;
  align-items: center;
  font-weight: normal;
  border-bottom: 1px solid var(--border, #dddddd);
}
.meta-items li:last-child {
  border-bottom: none;
}
.meta-items li .icon {
  margin-right: 20px;
}
.meta-items + * {
  margin-top: 40px;
}

.go-back {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  font-family: inherit;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  color: var(--color-accent);
  border: none;
  background: transparent;
  appearance: none;
  cursor: pointer;
}
.go-back:before {
  content: "\f053";
  margin: 0 8px 0 0;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 400;
  text-decoration: none !important;
}

.clear-dash-filters {
  color: red !important;
}
.clear-dash-filters:before {
  display: none;
}
.clear-dash-filters:after {
  content: "\f00d";
  margin: 0 0 0 8px;
  font-family: "Font Awesome 5 Pro";
  font-size: 12px;
  font-weight: 400;
  text-decoration: none !important;
}

/* Competitions
========================================================================== */
.dash-public-plugin-competition {
  display: flex;
  flex-flow: column nowrap;
}
@media screen and (min-width: 1024px) and (max-height: 1024px) {
  .dash-public-plugin-competition {
    flex-flow: row nowrap;
  }
  .dash-public-plugin-competition .dash-public-plugin-container-header {
    padding: 0 !important;
    width: 275px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dash-public-plugin-competition .dash-public-plugin-container-header > div {
    padding: 30px;
  }
  .dash-public-plugin-competition .dash-public-plugin-container-header .header-row {
    padding-top: 0;
    flex-flow: column nowrap !important;
    align-items: flex-start !important;
  }
  .dash-public-plugin-competition .dash-public-plugin-container-header .header-row .header-title {
    font-size: 20px !important;
  }
  .dash-public-plugin-competition .dash-public-plugin-container-content {
    flex: 1 1;
  }
  .dash-public-plugin-competition .container-tabs-nav {
    margin-top: 0;
    flex-flow: column nowrap;
    gap: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .dash-public-plugin-competition .container-tabs-nav > a {
    padding: 10px 30px !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.dash-public-plugin-competition.is-scrollable {
  min-height: calc(100vh - var(--headerHeight));
}
@media (min-width: 960px) {
  .dash-public-plugin-competition.is-scrollable {
    min-height: calc(100vh - var(--headerHeight));
  }
}
.dash-public-plugin-competition.is-scrollable .competition-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: scroll;
  background: #f5f5f5;
}

.competition-layout {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 999;
  display: flex;
  justify-content: center;
  background: white;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-50%);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
@media (min-width: 782px) {
  .competition-layout {
    bottom: 30px;
  }
}
.competition-layout button {
  margin: 0 3px;
  padding: 8px;
  white-space: nowrap;
  font-size: 12px;
  background: transparent;
  opacity: 0.5;
  appearance: none;
}
@media (min-width: 782px) {
  .competition-layout button {
    font-size: 15px;
  }
}
.competition-layout button.is-active {
  opacity: 1;
  color: var(--color-accent);
}
.competition-layout button i {
  margin: 0 5px 0 0;
}

.competition-filtering {
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 960px) {
  .competition-filtering {
    margin: 0 0 80px 0;
  }
}
.competition-filtering > div {
  margin: 0 10px;
  flex: 1 1;
}
.competition-filtering > div select {
  width: 100%;
}

#competition-rounds {
  position: relative;
  width: 100%;
}

.competition-rounds.grid {
  padding: 0 0 20px 0;
  display: flex;
  flex-flow: row nowrap;
}
.competition-rounds.grid .competition-round {
  display: flex;
  flex-flow: column nowrap;
  padding: 0 var(--containerPadding);
  line-height: 1.25;
}
.competition-rounds.grid .competition-round:has(:nth-child(8)).is-out-of-view .jtk-connected,
.competition-rounds.grid .competition-round:has(:nth-child(8)).is-out-of-view .jtk-endpoint {
  display: none !important;
}
.competition-rounds.grid .competition-round:has(:nth-child(8)).is-out-of-view .round-matches {
  height: 0 !important;
  overflow: hidden;
  opacity: 0;
}
.competition-rounds.grid .competition-round .round-title {
  margin-bottom: 20px;
  padding: 10px 0;
  position: sticky;
  z-index: 9;
  top: 0;
  background: white;
}
@media (min-width: 782px) {
  .competition-rounds.grid .competition-round .round-title {
    padding: 15px 0;
  }
}
.competition-rounds.grid .competition-round .round-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(-1 * var(--containerPadding));
  right: calc(-1 * var(--containerPadding));
  bottom: 0;
  background: white;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.competition-rounds.grid .competition-round .round-title .round-heading {
  max-width: 100%;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.competition-rounds.grid .competition-round .round-title .round-date {
  font-size: 13px;
  opacity: 0.5;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.competition-rounds.grid .competition-round .round-matches {
  height: 100%;
  display: flex !important;
  justify-content: center;
  flex-flow: column nowrap;
}
.competition-rounds.grid .competition-round .round-matches .round-note {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 140%;
  opacity: 0.5;
}
.competition-rounds.grid .competition-round .round-matches .round-match,
.competition-rounds.grid .competition-round .round-matches .round-pool {
  margin: 10px 0;
  height: 100%;
  display: flex;
  min-width: 250px;
  max-width: 250px;
  flex-flow: column nowrap;
  justify-content: center;
}
@media (min-width: 782px) {
  .competition-rounds.grid .competition-round .round-matches .round-match,
  .competition-rounds.grid .competition-round .round-matches .round-pool {
    min-width: 300px;
    max-width: 300px;
  }
}
.competition-rounds.grid .competition-round .round-matches .round-match a,
.competition-rounds.grid .competition-round .round-matches .round-pool a {
  padding: 0 0 5px 0;
  display: block;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #dddddd;
  background: white;
  transition: none;
}
.competition-rounds.grid .competition-round .round-matches .round-match a:hover,
.competition-rounds.grid .competition-round .round-matches .round-pool a:hover {
  border-color: #cccccc;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details {
  margin: 0 0 5px 0;
  padding: 6px 12px;
  display: flex;
  font-weight: 500;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  background: white;
  border-bottom: 1px solid #dddddd;
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(2, 1fr);
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details:not(.all-details) .match-position,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details:not(.all-details) .match-position {
  opacity: 0.5;
  text-align: right;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details:not(.all-details) .match-time,
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details:not(.all-details) .match-location,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details:not(.all-details) .match-time,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details:not(.all-details) .match-location {
  display: none;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details.all-details,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details.all-details {
  padding: 10px 12px;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details.all-details .match-date,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details.all-details .match-date {
  order: 1;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details.all-details .match-position,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details.all-details .match-position {
  order: 2;
  opacity: 0.5;
  text-align: right;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details.all-details .match-time,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details.all-details .match-time {
  order: 3;
  grid-column: 1/4;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details.all-details .match-location,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details.all-details .match-location {
  order: 4;
  grid-column: 1/4;
  display: flex;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details.all-details .match-location > span:not(:first-child):before,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details.all-details .match-location > span:not(:first-child):before {
  padding: 0 5px;
  content: "-";
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-details.all-details + .match-entities,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-details.all-details + .match-entities {
  padding: 3px 0;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-entity,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-entity {
  padding: 6px 15px;
  position: relative;
  display: flex;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-entity.is-winner,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-entity.is-winner {
  color: darkgreen;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-entity .is-home,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-entity .is-home {
  position: absolute;
  z-index: 8;
  top: 50%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 20px;
  height: 20px;
  font-size: 9px;
  background: white;
  border: 1px solid #dddddd;
  border-radius: 20px;
  transform: translateX(-50%) translateY(-50%);
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-entity .entity-name,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-entity .entity-name {
  font-weight: 500;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .match-entity .entity-score,
.competition-rounds.grid .competition-round .round-matches .round-pool a .match-entity .entity-score {
  margin-left: auto;
  padding: 0 0 0 10px;
  font-size: 13px;
}
.competition-rounds.grid .competition-round .round-matches .round-match a .verse,
.competition-rounds.grid .competition-round .round-matches .round-pool a .verse {
  display: none;
}

.competition-rounds.list {
  margin: 0 auto;
  padding: 20px var(--containerPadding);
  min-height: 100%;
  background: white;
}
@media (min-width: 782px) {
  .competition-rounds.list {
    padding: var(--containerPadding);
  }
}
.competition-rounds.list .competition-round {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.competition-rounds.list .competition-round:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.competition-rounds.list .competition-round .round-title {
  padding: 10px var(--containerPadding);
  position: sticky;
  z-index: 1;
  top: 0;
  background: white;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
@media (min-width: 782px) {
  .competition-rounds.list .competition-round .round-title {
    padding: 20px var(--containerPadding);
  }
}
.competition-rounds.list .competition-round .round-title:hover .round-heading {
  color: var(--color-accent);
}
.competition-rounds.list .competition-round .round-title[aria-pressed=true]:after {
  content: "-";
}
.competition-rounds.list .competition-round .round-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  right: var(--containerPadding);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 15px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.02);
  transform: translateY(-50%);
}
.competition-rounds.list .competition-round .round-title .round-heading {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 782px) {
  .competition-rounds.list .competition-round .round-title .round-heading {
    font-size: 20px;
  }
}
.competition-rounds.list .competition-round .round-title .round-date {
  font-size: 14px;
  opacity: 0.5;
}
.competition-rounds.list .competition-round .round-matches {
  display: none;
  background: rgba(0, 0, 0, 0.015);
}
.competition-rounds.list .competition-round .round-matches .round-note {
  padding: 25px var(--containerPadding);
  font-size: 14px;
  background: white;
}
.competition-rounds.list .competition-round .round-matches .round-match,
.competition-rounds.list .competition-round .round-matches .round-pool {
  margin: 0 auto;
  z-index: 2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.competition-rounds.list .competition-round .round-matches .round-match.is-blank,
.competition-rounds.list .competition-round .round-matches .round-pool.is-blank {
  display: none;
}
.competition-rounds.list .competition-round .round-matches .round-match:nth-child(2n),
.competition-rounds.list .competition-round .round-matches .round-pool:nth-child(2n) {
  background: rgba(0, 0, 0, 0.01);
}
.competition-rounds.list .competition-round .round-matches .round-match a,
.competition-rounds.list .competition-round .round-matches .round-pool a {
  display: flex;
  flex-flow: column nowrap;
  text-decoration: none;
  transition: none;
}
.competition-rounds.list .competition-round .round-matches .round-match a:hover,
.competition-rounds.list .competition-round .round-matches .round-pool a:hover {
  background: rgba(0, 0, 0, 0.02);
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-details,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-details {
  order: 2;
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-entities,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-entities {
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities {
    flex-flow: row nowrap;
    gap: 40px;
  }
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity {
  padding: 0 30px;
  width: 100%;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  gap: 15px;
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity.is-winner,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity.is-winner {
  color: darkgreen;
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity {
    gap: 30px;
    justify-content: unset;
  }
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity:first-child,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity:first-child {
    padding-left: 10%;
    justify-content: flex-end;
  }
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity:last-child .entity-score,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity:last-child .entity-score {
    order: 1;
  }
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity:last-child .entity-name,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity:last-child .entity-name {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity:first-child,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity:first-child {
    padding-left: 5%;
  }
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity:last-child,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity:last-child {
    padding-right: 5%;
  }
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity .entity-name,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity .entity-name {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity .entity-name .is-home,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity .entity-name .is-home {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 9px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 20px;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity .entity-name,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity .entity-name {
    font-size: 22px;
    text-align: center;
  }
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity .entity-name .fa,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity .entity-name .fa {
  opacity: 0.5;
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity .entity-score,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity .entity-score {
  font-weight: 600;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .match-entity .entity-score,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .match-entity .entity-score {
    font-size: 36px;
    opacity: 1;
  }
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-entities .verse,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .verse {
  display: none;
  opacity: 0.15;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-entities .verse,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-entities .verse {
    display: block;
  }
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-details,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-details {
  margin: 30px 0 0 0;
  padding: 0 30px 30px;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-details,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-details {
    text-align: center;
  }
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-details .match-time,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-details .match-time {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .competition-rounds.list .competition-round .round-matches .round-match a .match-details .match-time,
  .competition-rounds.list .competition-round .round-matches .round-pool a .match-details .match-time {
    justify-content: center;
  }
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-details .match-time > div,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-details .match-time > div {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1;
  line-height: 1;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-details .match-date,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-details .match-date {
  font-weight: 600;
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-details .match-location,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-details .match-location {
  display: flex;
  justify-content: center;
  text-align: center;
  opacity: 0.5;
}
.competition-rounds.list .competition-round .round-matches .round-match a .match-details .match-location > span:not(:first-child):before,
.competition-rounds.list .competition-round .round-matches .round-pool a .match-details .match-location > span:not(:first-child):before {
  padding: 0 5px;
  content: "-";
}
.competition-rounds.list .competition-round .round-matches .round-pool .match-details {
  display: none;
}

.table-container {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.competition-points-table {
  font-size: 15px;
}
.competition-points-table tbody tr {
  counter-increment: rowNumber;
}
.competition-points-table tbody tr td:first-child::before {
  content: counter(rowNumber);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.competition-points-table tbody tr:nth-child(2n) {
  background: rgba(0, 0, 0, 0.02);
}
.competition-points-table th,
.competition-points-table td {
  vertical-align: middle;
}
.competition-points-table th {
  font-weight: 600;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1);
}
.competition-points-table td.col-matches-played,
.competition-points-table td.col-wins,
.competition-points-table td.col-draws,
.competition-points-table td.col-losses {
  opacity: 0.5;
}
.competition-points-table .col-number {
  width: 50px;
}
.competition-points-table .col-name {
  font-weight: 600;
}
.competition-points-table .col-name > div {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Matches
========================================================================== */
.match-info {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.match-info .match-position {
  display: flex;
  justify-content: center;
  border-top: 3px solid var(--color-accent);
  border-radius: 10px 10px 0 0;
}
.match-info .match-position > div {
  padding: 8px 15px 10px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1;
  line-height: 1;
  color: var(--color-accent-contrast);
  background: var(--color-accent);
  border-radius: 0 0 5px 5px;
}
.match-info .match-position > div span {
  opacity: 0.5;
}
.match-info .match-entities {
  margin: 30px 0 0 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 1200px) {
  .match-info .match-entities {
    flex-flow: row nowrap;
    gap: 40px;
  }
}
.match-info .match-entities .match-entity {
  padding: 0 30px;
  width: 100%;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
  gap: 15px;
}
.match-info .match-entities .match-entity.is-winner {
  color: darkgreen;
}
@media (min-width: 1200px) {
  .match-info .match-entities .match-entity {
    gap: 30px;
    justify-content: unset;
  }
  .match-info .match-entities .match-entity:first-child {
    padding-left: 10%;
    justify-content: flex-end;
  }
  .match-info .match-entities .match-entity:last-child .entity-score {
    order: 1;
  }
  .match-info .match-entities .match-entity:last-child .entity-name {
    order: 2;
  }
}
@media (min-width: 1200px) {
  .match-info .match-entities .match-entity:first-child {
    padding-left: 5%;
  }
}
@media (min-width: 1200px) {
  .match-info .match-entities .match-entity:last-child {
    padding-right: 5%;
  }
}
.match-info .match-entities .match-entity .entity-name {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .match-info .match-entities .match-entity .entity-name .is-home {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 20px;
    height: 20px;
    font-size: 9px;
    background: white;
    border: 1px solid #dddddd;
    border-radius: 20px;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .match-info .match-entities .match-entity .entity-name {
    font-size: 24px;
    text-align: center;
  }
}
.match-info .match-entities .match-entity .entity-name .fa {
  opacity: 0.5;
}
.match-info .match-entities .match-entity .entity-score {
  font-weight: 600;
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .match-info .match-entities .match-entity .entity-score {
    font-size: 36px;
    opacity: 1;
  }
}
.match-info .match-entities .verse {
  display: none;
  opacity: 0.15;
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 1200px) {
  .match-info .match-entities .verse {
    display: block;
    font-size: 50px;
  }
}
.match-info .match-meta {
  margin: 30px 0 0 0;
  padding: 0 30px 30px;
  display: flex;
  flex-flow: column nowrap;
  gap: 3px;
}
@media (min-width: 1200px) {
  .match-info .match-meta {
    text-align: center;
  }
}
.match-info .match-meta .match-time {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .match-info .match-meta .match-time {
    justify-content: center;
  }
}
.match-info .match-meta .match-time > div {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1;
  line-height: 1;
  color: white;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.match-info .match-meta .match-date {
  font-weight: 600;
}
.match-info .match-meta .match-location {
  display: flex;
  justify-content: center;
  text-align: center;
  opacity: 0.5;
}
.match-info .match-meta .match-location > span:not(:first-child):before {
  padding: 0 5px;
  content: "-";
}

.table-container-school-matches {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.competition-matches-table {
  font-size: 15px;
  --thead-bg: rgba(black, 0.1);
}
.competition-matches-table tbody {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.competition-matches-table tbody tr td:first-child::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 15px;
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.competition-matches-table tbody tr:nth-child(2n) td:not(.col-day) {
  background: rgba(0, 0, 0, 0.02);
}
.competition-matches-table tbody tr td.col-day {
  background: rgba(0, 0, 0, 0.1);
}
.competition-matches-table th,
.competition-matches-table td {
  vertical-align: middle;
}
.competition-matches-table th {
  font-weight: 600;
  opacity: 0.5;
  background: rgba(0, 0, 0, 0.1);
}
.competition-matches-table td.col-day {
  width: 120px; /* pick your value */
  min-width: 30px;
  max-width: 120px;
  white-space: nowrap; /* avoid wrapping “Wednesday” */
  background: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  opacity: 0.5;
}
@media (max-width: 782px) {
  .competition-matches-table td.col-day {
    text-wrap: wrap;
    padding-right: 2px;
    width: 60px;
  }
}
.competition-matches-table .col-number {
  width: 50px;
}
.competition-matches-table .col-name {
  font-weight: 600;
}
.competition-matches-table .col-name > div {
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 960px) {
  .competition-matches-table {
    /* tighter on mobile */
    font-size: 13.5px; /* optional */
    /* reduce cell padding */
  }
  .competition-matches-table th, .competition-matches-table td {
    padding: 6px 8px;
  }
  .competition-matches-table .col-name > div { /* keep names from overflowing too wide */
    max-width: 220px;
  }
}

/* Schools
========================================================================= */
.school-match-date {
  font-size: 12px;
}

.competition-link {
  text-decoration: revert !important;
}

.competitions-filter {
  text-align: left;
  font-size: 13px;
  justify-content: space-between;
  margin-top: 5px;
  margin-bottom: 10px;
  top: 1px;
  gap: 10px;
}
@media (min-width: 960px) {
  .competitions-filter {
    margin-top: 20px;
  }
}
.competitions-filter .filter-all-comps {
  width: 100%;
  justify-content: space-between;
}
.competitions-filter .chip {
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
  width: 100%;
  border: 1px solid #ddd;
  text-align: left;
  cursor: pointer;
}
.competitions-filter .chip.is-off {
  opacity: 0.5;
}
.competitions-filter .chip.is-hover {
  outline: 2px solid #ccc;
}
.competitions-filter .chip.is-all {
  margin-right: 0rem !important;
  width: 45%;
}
.competitions-filter .chip.is-all :focus-visible {
  outline: 2px solid #ccc;
  outline-offset: 2px;
}
.competitions-filter .school-match-toggle {
  padding-bottom: 5px;
}
.competitions-filter select {
  margin-top: 10px;
  margin-bottom: 15px;
  width: 100%;
}

.container-date-loading {
  position: relative;
  padding-top: 10px !important;
  top: 1px;
}
.container-date-loading .school-match-button {
  width: 100%;
  display: block;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  text-align: left;
  padding: 10px, 30px !important;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 782px) {
  .container-date-loading .school-match-button {
    padding: 10px 15px 12px;
  }
}

.dash-error-message {
  padding: 10px;
}

/* highlight/dim rows */
.is-dim {
  opacity: 0.35;
  transition: opacity 0.15s;
}

.is-highlight {
  outline: none;
}

.competition-matches-table tbody tr.is-highlight td:not(.col-day) {
  background: rgba(224, 224, 224, 0.16); /* subtle */
}

/* Stop animating the whole row */
.match-enter-active,
.match-leave-active {
  transition: none;
}

/* Animate only the non-day cells */
.competition-matches-table tbody tr.match-enter-active td:not(.col-day),
.competition-matches-table tbody tr.match-leave-active td:not(.col-day) {
  transition: opacity 0.16s ease, transform 0.16s ease;
}

/* Enter from the left, subtle */
.competition-matches-table tbody tr.match-enter td:not(.col-day) {
  opacity: 0;
  transform: translateX(-6px) scale(0.995);
}

/* Leave to the right, subtle */
.competition-matches-table tbody tr.match-leave-to td:not(.col-day) {
  opacity: 0;
  transform: translateX(6px) scale(0.995);
}

/* Keep FLIP reordering nice (row-level transform for moves is fine) */
.match-move {
  transition: transform 0.18s ease;
}

/* Optional: avoid clicks on fading rows */
.competition-matches-table tbody tr.match-leave-active {
  pointer-events: none;
}

/* Intakes
========================================================================== */
.dash-public-plugin-intake .intake-heading {
  text-align: center;
}
.dash-public-plugin-intake .intake-heading h2 {
  margin: 0;
}
.dash-public-plugin-intake .intake-heading .intake-close-date {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.5;
}
.dash-public-plugin-intake .intake-event-details {
  margin: 50px auto;
  max-width: 800px;
}
.dash-public-plugin-intake .intake-event-details .intake-event-details-heading {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.dash-public-plugin-intake .intake-event-details table {
  margin-top: 20px;
}
.dash-public-plugin-intake .intake-event-details table th {
  width: 150px;
}
.dash-public-plugin-intake .intake-application {
  margin: 50px auto;
  max-width: 800px;
}
.dash-public-plugin-intake .intake-application .intake-application-heading {
  font-size: 18px;
  font-weight: 600;
}
.dash-public-plugin-intake .intake-application .intake-application-info {
  margin-top: 20px;
}
.dash-public-plugin-intake .intake-buttons {
  margin-top: 30px;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px;
}
@media (min-width: 782px) {
  .dash-public-plugin-intake .intake-buttons {
    flex-flow: row nowrap;
    gap: 20px;
  }
}
.dash-public-plugin-intake .intake-buttons > * {
  padding: 15px 25px;
  flex: 1 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: linear-gradient(#2b2b3b, #20202c);
  border-bottom: 2px solid #4b4b67;
  border-right: 2px solid #4b4b67;
  border-radius: 10px;
}
.dash-public-plugin-intake .intake-buttons > * i {
  color: #4981f8;
}