/* Vendored from dancesimple-org 49124da0b65add38829d6ce7e711d173be32f154 by scripts/vendor-brand.sh; never hand-edit. */

@font-face {
  font-family: "Fredoka";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url("/brand/fredoka-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200 1000;
  font-display: swap;
  src: url("/brand/nunito-sans-var.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.wrap {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 var(--space-3);
}

.brand {
  display: inline-flex;
  align-items: center;
  font-family: var(--font-display);
  font-size: 1.2rem;
  text-decoration: none;
  color: var(--color-text);
}

.brand .brand-mark {
  width: 1.4rem;
  height: 1.4rem;
  
  margin-right: var(--space-2);
}

.brand-dot-a {
  fill: var(--color-accent);
}

.brand-dot-b {
  fill: var(--plate-blue);
}

.brand-dance {
  font-weight: 600;
}

.brand-simple {
  font-weight: 300;
}

.band-inner {
  max-width: var(--max-width-wide);
  margin: 0 auto;
  padding: 0 var(--space-3);
}

.date-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4.6rem;
  height: 4.6rem;
  flex: 0 0 auto;
  border-radius: 16px;
  background: var(--color-field-blush);
  font-family: var(--font-display);
  line-height: 1;
}

.date-tile .dt-dow {
  color: var(--color-text);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.date-tile .dt-day {
  font-size: 1.85rem;
  font-weight: 600;
  margin: 0.12rem 0;
}

.date-tile .dt-mon {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-muted);
}

.chip {
  display: inline-block;
  padding: 0.18rem 0.7rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.chip-band {
  background: var(--color-field-sky);
  color: var(--color-text);
}

.chip-sold {
  background: var(--color-text);
  color: var(--color-bg);
}

.chip-last {
  background: var(--color-field-butter);
  color: var(--color-text);
}

.chip-tag {
  background: var(--color-accent);
  color: var(--color-accent-contrast);
}

@media (max-width: 760px) {
  .wrap,
  .band-inner {
      padding-left: calc(var(--space-3) + var(--space-2));
      padding-right: calc(var(--space-3) + var(--space-2));
  }
}

.table-wrap {
  
  position: relative;
  overflow-x: auto;
}

.table-wrap::after {
  content: "Swipe right to see the rest of the table";
  content: "Swipe right to see the rest of the table" / "";
  display: none;
}

@media (max-width: 760px) {
  .table-wrap::after {
      display: block;
      position: sticky;
      left: 0;
      width: max-content;
      margin-top: 0.10rem;
      font-size: 0.75rem;
      font-style: italic;
      color: var(--color-muted);
  }
  .table-wrap.fits::after {
      display: none;
  }
  .table-wrap {
      scrollbar-width: none;
  }
  .table-wrap::-webkit-scrollbar {
      display: none;
  }
}

.table-scroll-thumb {
  display: none;
}

@media (max-width: 760px) {
  .table-scroll-thumb {
      display: block;
      position: sticky;
      left: 0;
      height: 4px;
      margin-top: var(--space-2);
      border-radius: 999px;
      background: var(--color-border);
      opacity: 0;
      transition: opacity 0.25s ease;
  }
  .table-wrap.is-scrolling .table-scroll-thumb {
      opacity: 1;
  }
}

.table-wrap table {
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  .table-wrap table {
      font-size: 0.8rem;
  }
}
