@font-face {
  font-family: "National";
  src: url("../../../fonts/National-Bold.eot");
  src:
    url("../../../fonts/National-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../../fonts/National-Bold.ttf") format("truetype"),
    url("../../../fonts/National-Bold.svg#National") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
}
.button,
a.register-button,
span.inactive-button {
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  padding: 1rem 1.25rem;
  text-align: center;
  text-wrap: balance;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  background-color: rgba(165, 1, 1, 0);
  background-image: -moz-linear-gradient(#8d0000, rgba(165, 1, 1, 0));
  background-image: -o-linear-gradient(#8d0000, rgba(165, 1, 1, 0));
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #8d0000),
    color-stop(1, rgba(165, 1, 1, 0))
  );
  background-image: -webkit-linear-gradient(#8d0000, rgba(165, 1, 1, 0));
  background-image: -ms-linear-gradient(#8d0000, rgba(165, 1, 1, 0));
  background-image: linear-gradient(#8d0000, rgba(165, 1, 1, 0));
  background-color: #a50101;
  box-shadow: 0 0 0 1px #900;
  border: 1px solid #bc4040;
  border-width: 1px 0 0;
  border-radius: 0.125rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  transition: background-color 0.3s ease;
}
.button:after,
a.register-button:after,
span.inactive-button:after {
  display: none;
}
.button:hover,
a.register-button:hover,
span.inactive-button:hover,
.button:focus,
a.register-button:focus,
span.inactive-button:focus {
  text-decoration: none;
  background-color: #b90101;
}
.button.gold,
a.gold.register-button,
span.gold.inactive-button {
  color: #000;
  background-color: rgba(255, 204, 0, 0);
  background-image: -moz-linear-gradient(#fc0, rgba(255, 204, 0, 0));
  background-image: -o-linear-gradient(#fc0, rgba(255, 204, 0, 0));
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fc0),
    color-stop(1, rgba(255, 204, 0, 0))
  );
  background-image: -webkit-linear-gradient(#fc0, rgba(255, 204, 0, 0));
  background-image: -ms-linear-gradient(#fc0, rgba(255, 204, 0, 0));
  background-image: linear-gradient(#fc0, rgba(255, 204, 0, 0));
  background-color: #e0b400;
  border: 1px solid #e0b400;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0.125rem 0.25rem #b38f00;
}
.button.gold:hover,
a.gold.register-button:hover,
span.gold.inactive-button:hover,
.button.gold:focus,
a.gold.register-button:focus,
span.gold.inactive-button:focus {
  text-decoration: none;
  background-color: #ffd014;
}
.button.gray,
a.gray.register-button,
span.gray.inactive-button {
  text-transform: none;
  letter-spacing: none;
  font-size: 1.125rem;
  background: #eee;
  border: 1px solid #ddd;
  text-shadow: none;
  box-shadow: none;
  display: block;
  padding: 0.5rem 0.75rem;
  text-align: center;
  margin-top: 1.5rem;
  color: #000;
}
.button.gray:hover,
a.gray.register-button:hover,
span.gray.inactive-button:hover {
  color: #900;
  background: #e0e0e0;
}
.button.small,
a.small.register-button,
span.small.inactive-button {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
}
.small .button,
.small a.register-button,
.small span.inactive-button {
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
.scheduled {
  padding: 1.5rem;
  font-size: 1.5rem;
  background: #eee;
  border-left: 0.25rem solid #fc0;
}
.game-date {
  padding: 0.35rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: -1rem;
}
.gamewatch {
  padding: 0 2rem 1rem 2rem;
  border-radius: 0.125rem;
  border: 1px solid #ddd;
  margin: 0 0 3rem;
  transition: opacity 0.3s ease;
  position: relative;
  background: #fff;
  width: calc(100% - 4rem - 2px);
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
}
.gamewatch.hi {
  border: 1px solid #fc0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.gamewatch h4 {
  font-size: 1.5rem;
  padding-top: 0;
  text-align: center;
}

.gamewatch h5 {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  text-align: center;
}

.gamewatch p {
  font-size: 0.9rem;
}
.gamewatch .edit-link {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

.gamewatch-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
}

.gamewatch-info {
  flex-grow: 1;
}

.gamewatch-actions {
  margin-top: auto;
  padding-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

/* Interest indicator styling */
.interest-indicator {
  order: 1;
}

.interest-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  font-size: 0.9rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  transition: all 0.2s ease;
}

.interest-button:hover {
  color: #900;
  background-color: rgba(153, 0, 0, 0.1);
}

.interest-button.interested {
  color: #e74c3c;
}

.interest-button.interested:hover {
  color: #c0392b;
  background-color: rgba(231, 76, 60, 0.1);
}

.interest-button.interested .heart-icon {
  fill: #e74c3c;
  stroke: #e74c3c;
}

.interest-button.interested:hover .heart-icon {
  fill: #c0392b;
  stroke: #c0392b;
}

.heart-icon {
  transition: all 0.2s ease;
}

.interest-count {
  font-weight: 600;
  min-width: 1rem;
  text-align: center;
}

/* Button positioning */
.register-button,
.inactive-button {
  order: 2;
  margin-left: auto;
}
.gamewatch.hide {
  display: none;
}
.gamewatch header {
  background: url(../images/memorial-coliseum.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  margin: -1rem -2rem 1rem;
  display: inline-block;
  display: block;
}
.gamewatch header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .gamewatch header {
  height: 1px;
}
.gamewatch .teams {
  list-style: none;
  display: flex;
  padding: 0;
  width: 100%;
  height: 4.5rem;
  max-width: 300px;
  margin: 2rem auto;
}
.gamewatch .teams img {
  width: 2.5rem;
  z-index: 3;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.gamewatch .teams li {
  width: 50%;
  padding: 0.5rem 0;
  text-align: center;
  position: relative;
}
.gamewatch .teams li:before {
  position: absolute;
  top: 0.5rem;
  width: 3.5rem;
  height: 3.5rem;
  content: "";
  background: #fff;
  border-radius: 50%;
  left: 50%;
  margin-left: -1.75rem;
  z-index: 2;
}
.gamewatch .teams li:nth-child(1) img,
.gamewatch .teams li:nth-child(1):before {
  left: 60%;
}
.gamewatch .teams li:nth-child(3) img,
.gamewatch .teams li:nth-child(3):before {
  left: 40%;
}
.gamewatch .teams li:nth-child(2) {
  /* position: absolute; */
  /* left: 50%; */
  top: 0.5rem;
  /* margin-left: -1rem; */
  /* width: 2rem; */
  /* height: 2rem; */
  text-align: center;
  /* padding: 0; */
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  /* text-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.3); */
  /* line-height: 2rem; */
  display: block;
}
.gamewatch .teams li:nth-child(2):before {
  display: none;
}
.gamewatch .details {
  font-size: 1rem;
  grid-template-columns: 4rem auto;
}
.gamewatch .details dt {
  width: 3.75rem;
}

.gamewatches {
  padding: 1rem;
  grid-auto-rows: minmax(min-content, max-content);
}
.city-gamewatches {
  padding: 1rem 0;
  grid-auto-rows: minmax(min-content, max-content);
}
@media only screen and (min-width: 40em) {
  .gamewatches,
  .city-gamewatches {
    padding: 1rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .gamewatches #no-matches,
  .city-gamewatches #no-matches {
    grid-column: span 2;
  }
}
@media only screen and (min-width: 54em) {
  .gamewatches,
  .city-gamewatches {
    padding: 1.5rem;
    width: calc(100% - 4.5rem);
    grid-template-columns: 1fr 1fr;
  }
  .gamewatches .filters,
  .city-gamewatches .filters {
    grid-column: 1 / span 2;
  }
}
@media only screen and (min-width: 70em) {
  .gamewatches,
  .city-gamewatches {
    width: calc(50% - 4.5rem);
    grid-template-columns: 1fr;
  }
  .gamewatches .filters,
  .city-gamewatches .filters {
    grid-column: 1;
  }
}
@media only screen and (min-width: 90em) {
  .gamewatches,
  .city-gamewatches {
    grid-template-columns: 1fr 1fr;
  }
  .gamewatches .filters,
  .city-gamewatches .filters {
    grid-column: 1 / span 2;
  }
}
.gamewatches .gamewatch,
.city-gamewatches .gamewatch {
  margin: 0 0 1.5rem;
}
@media only screen and (min-width: 40em) {
  .gamewatches .gamewatch,
  .city-gamewatches .gamewatch {
    margin: 0;
  }
}
.gamewatches.loading,
.city-gamewatches.loading {
  position: relative;
}
.gamewatches.loading:before,
.city-gamewatches.loading:before {
  position: absolute;
  top: 8rem;
  left: 50%;
  width: 5rem;
  height: 5rem;
  margin-left: -2.5rem;
  content: "";
  border-radius: 50%;
  border: 0.5rem solid #eee;
  border-left: 0.5rem solid #fc0;
  animation-name: spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: 50% 50%;
}
.gamewatches.loading .gamewatch,
.gamewatches.loading .all-cities,
.city-gamewatches.loading .gamewatch,
.city-gamewatches.loading .all-cities {
  opacity: 0;
}
.gamewatches .filters {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 54em) {
  .gamewatches .filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 1.5rem;
  }
  .gamewatches .filters .region-map {
    grid-column: 2;
  }
}
.gamewatches .all-cities {
  grid-column: span 2;
  list-style: none;
  margin: 0;
  transition: opacity 0.3s ease;
  padding: 0;
}
.gamewatches .all-cities > li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}
.gamewatches .all-cities > li .city-gamewatches {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
  padding: 0;
  margin: 0 -1px;
}
.gamewatches .all-cities > li .count {
  display: flex;
  align-items: center;
}
.gamewatches .all-cities > li .count span {
  display: inline-block;
}
.gamewatches .all-cities > li .count span.number {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
  margin-right: 0.5rem;
  text-align: right;
  font-weight: 500;
  white-space: nowrap;
}
.gamewatches .all-cities > li .count span.game {
  display: none;
  width: 1rem;
  height: 1rem;
  padding: 0.25rem;
  text-align: center;
  transition: margin 0.2s;
  margin-left: -0.75rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0.25rem 0.375rem rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 54em) {
  .gamewatches .all-cities > li .count span.game {
    display: block;
  }
}
.gamewatches .all-cities > li .count span.game img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
.gamewatches .all-cities > li .count span.game:nth-child(2) {
  margin-left: 0;
}
.gamewatches .all-cities > li > a {
  display: flex;
  border-top: 0.1rem solid rgba(0, 0, 0, 0);
  justify-content: space-between;
  padding: 0.875rem 0 0.875rem 1.5rem;
  position: relative;
  color: #000;
}
.gamewatches .all-cities > li > a:before {
  content: "";
  position: absolute;
  border-top: 0.25rem solid rgba(0, 0, 0, 0);
  border-bottom: 0.25rem solid rgba(0, 0, 0, 0);
  border-left: 0.4rem solid #900;
  transition: transform 0.2s ease;
  top: 1.25rem;
  left: 0.5rem;
}
.gamewatches .all-cities > li > a:hover {
  color: #900;
}
.gamewatches .all-cities > li > a:hover span.game {
  margin-left: 0.125rem;
}
.gamewatches .all-cities > li > a > h4 {
  margin: 0;
  padding: 0;
}
.gamewatches .all-cities > li[data-shown="1"] > a {
  border-top-color: #900;
}
.gamewatches .all-cities > li[data-shown="1"] > a:before {
  transform: rotate(90deg);
}
.gamewatches .all-cities > li[data-shown="1"] .city-gamewatches {
  max-height: 1000rem;
  padding: 1rem 0 1.5rem;
}

#gamewatchmap {
  min-height: 400px;
}
.point-detail h4 {
  font-size: 0.9rem;
  font-weight: 300;
  padding-top: 0;
  line-height: 1.3;
}
.point-detail h4 a {
  color: #900;
  font-weight: 700;
}
.details {
  font-size: 0.9rem;
  display: grid;
  grid-template-columns: 5.25rem auto;
  margin: 1.25rem 0;
}
.details dt {
  text-transform: uppercase;
  font-weight: 700;
  width: 5.25rem;
}
.details dd {
  margin-top: 0.05rem;
  margin-bottom: 0.5rem;
}
.filters select {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #333;
  border-radius: 2px;
  padding: 0.5rem 2rem 0.5rem 0.5rem;
  font-size: 1.25rem;
  background: rgba(0, 0, 0, 0);
  width: 100%;
}
.filters select:focus {
  outline: none;
}
.filters label {
  position: relative;
  height: 2rem;
  display: block;
  margin-bottom: 1rem;
}
.filters label:after {
  position: absolute;
  content: ">";
  bottom: -0.2rem;
  right: -0.1rem;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  width: 0.5rem;
  transform: rotate(90deg);
  pointer-events: none;
  border-bottom: 1px solid #ddd;
}
.filters .region-map {
  font-size: 1.1rem;
  margin-top: 0.375rem;
}
a.register-button,
span.inactive-button {
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  clear: both;
  display: block;
}
span.inactive-button {
  background: #ddd;
  color: #000;
  font-size: 0.9rem;
  font-weight: 300;
  text-shadow: none;
  border: none;
  box-shadow: none;
}
span.inactive-button:hover {
  background: #ddd;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* normal content for off-season */
.gamewatch-wrapper.no-map-status-msg {
  min-height: unset;
}

@media only screen and (min-width: 70em) {
  .gamewatch-wrapper {
    display: flex;
    min-height: calc(100vh - 3.75rem);
  }
  #gamewatchmap {
    width: 50%;
    height: calc(100vh - 3.75rem);
  }
  #gamewatchmap.fixed {
    position: fixed !important;
    top: 3.75rem;
  }
  #gamewatchmap.fixed + .gamewatches {
    margin-left: 50%;
  }
  .admin-bar #gamewatchmap {
    height: calc(100vh - 5.75rem);
  }
  .admin-bar #gamewatchmap.fixed {
    top: 5.75rem;
  }
}
.entry-content .slider {
  margin-top: -2rem;
  transition: max-height 0.5s;
  max-height: 18rem;
  overflow: hidden;
}
@media only screen and (max-width: 54em) {
  .entry-content .slider {
    margin-left: -1rem;
    margin-right: -1rem;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 54em) {
  .entry-content .slider {
    max-height: 24rem;
    height: 24rem;
  }
}
@media only screen and (min-width: 70em) {
  .entry-content .slider {
    max-height: 36rem;
    height: 36rem;
  }
}
.entry-content .slider .splide__arrows {
  transition: opacity 0.5s 0.2s;
  opacity: 1;
}
.entry-content .slider.hidden {
  max-height: 0;
}
.entry-content .slider.hidden .splide__arrows {
  opacity: 0;
}
.entry-content .slider ul.splide__track {
  width: 100vw;
  max-width: 100vw !important;
}
.entry-content .slider ul,
.entry-content .slider img {
  max-height: 18rem;
  height: 18rem !important;
}
@media only screen and (min-width: 54em) {
  .entry-content .slider ul,
  .entry-content .slider img {
    max-height: 24rem;
    height: 24rem !important;
  }
}
@media only screen and (min-width: 70em) {
  .entry-content .slider ul,
  .entry-content .slider img {
    max-height: 36rem;
    height: 36rem !important;
  }
}
@media only screen and (max-width: 54em) {
  .entry-content .slider img,
  .entry-content .slider figure,
  .entry-content .slider figure.wp-block-image:not(#individual-image) {
    width: auto !important;
  }
}
.photos {
  display: block;
  color: #000;
  text-align: center;
}
.photos img {
  width: 200px;
  height: auto;
  padding: 0.5rem;
  display: block;
  margin: 0 auto 0.75rem;
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.2);
  transform: rotate(2deg);
}
@media only screen and (max-width: 54em) {
  .game-watch-columns {
    flex-direction: column-reverse;
  }
}
.game-watch-cover {
  margin: -2rem -1rem 2rem -1rem;
  margin-top: -2rem !important;
  background-color: #fc0;
  position: relative;
}
.game-watch-cover > .wp-block-image {
  display: none;
}
@media only screen and (min-width: 54em) {
  .game-watch-cover {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
}
.game-watch-cover:before,
.game-watch-cover:after {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.game-watch-cover:before {
  background-image: url(images/ball2.png);
  will-change: transform;
  right: calc(50% - 22rem);
  bottom: 18rem;
  height: 2.5rem;
  width: 3rem;
}
@media only screen and (min-width: 54em) {
  .game-watch-cover:before {
    bottom: auto;
    top: -5rem;
    right: calc(50% - 44rem);
    height: 5rem;
    width: 6rem;
  }
}
.game-watch-cover:after {
  background-image: url(images/player.png);
  will-change: transform;
  height: 8rem;
  width: 25rem;
  right: calc(50% - 53rem);
  bottom: 1rem;
}
@media only screen and (min-width: 54em) {
  .game-watch-cover:after {
    top: 20rem;
    bottom: auto;
    right: calc(50% - 106rem);
    height: 16rem;
    width: 50rem;
  }
}
@media only screen and (max-width: 54em) {
  .game-watch-cover.go:before {
    -webkit-animation: smallspiral 0.5s 0.25s linear 1 forwards;
    -moz-animation: smallspiral 0.5s 0.25s linear 1 forwards;
    -o-animation: smallspiral 0.5s 0.25s linear 1 forwards;
    animation: smallspiral 0.5s 0.25s linear 1 forwards;
  }
  .game-watch-cover.go:after {
    -webkit-animation: smalleap 0.75s linear 1 forwards;
    -moz-animation: smalleap 0.75s linear 1 forwards;
    -o-animation: smalleap 0.75s linear 1 forwards;
    animation: smalleap 0.75s linear 1 forwards;
  }
}
@media only screen and (min-width: 54em) {
  .game-watch-cover.go:before {
    -webkit-animation: bigspiral 0.5s 0.25s linear 1 forwards;
    -moz-animation: bigspiral 0.5s 0.25s linear 1 forwards;
    -o-animation: bigspiral 0.5s 0.25s linear 1 forwards;
    animation: bigspiral 0.5s 0.25s linear 1 forwards;
  }
  .game-watch-cover.go:after {
    -webkit-animation: bigleap 0.75s linear 1 forwards;
    -moz-animation: bigleap 0.75s linear 1 forwards;
    -o-animation: bigleap 0.75s linear 1 forwards;
    animation: bigleap 0.75s linear 1 forwards;
  }
}
.game-watch-cover .graphic {
  background: url(images/map.svg) center center no-repeat;
  background-size: contain;
  position: relative;
}
@media only screen and (min-width: 54em) {
  .game-watch-cover .graphic {
    min-height: 36rem;
  }
}
.game-watch-cover .graphic:before {
  content: "2024";
  color: #fff;
  font-size: 3rem;
  padding: 1rem;
  width: 9rem;
  height: 5rem;
  position: absolute;
  top: 0;
  z-index: 1;
  font-weight: 800;
  letter-spacing: -0.125rem;
  left: 0.125rem;
}
@media only screen and (min-width: 40em) {
  .game-watch-cover .graphic:before {
    font-size: 4rem;
    left: 2rem;
    padding: 1rem 0;
  }
}
@media only screen and (min-width: 54em) {
  .game-watch-cover .graphic:before {
    left: calc(50% - 25.75rem);
    padding: 1rem;
  }
}
.game-watch-cover .graphic:after {
  content: "";
  width: 6rem;
  height: 0;
  position: absolute;
  border-top: 2.75rem solid #000;
  border-left: 1.25rem solid rgba(0, 0, 0, 0);
  border-right: 1.25rem solid rgba(0, 0, 0, 0);
  z-index: 0;
  top: 2rem;
  left: -0.25rem;
}
@media only screen and (min-width: 40em) {
  .game-watch-cover .graphic:after {
    border-left: 1.5rem solid rgba(0, 0, 0, 0);
    border-right: 1.5rem solid rgba(0, 0, 0, 0);
    border-top: 3.75rem solid #000;
    top: 2.25rem;
    width: 8.8rem;
  }
}
@media only screen and (min-width: 54em) {
  .game-watch-cover .graphic:after {
    left: calc(50% - 26.75rem);
  }
}

@media only screen and (min-width: 40em) {
  .game-watch-cover h2:after {
    top: 6.4rem;
  }
}
@media only screen and (min-width: 54em) {
  .game-watch-cover h2:after {
    color: #900;
    text-shadow:
      0.7660444431px 0px 0px #f0f0e4,
      0px 0.6427876097px 0px #fff,
      1.5320888862px 0.6427876097px 0px #f0f0e4,
      0.7660444431px 1.2855752194px 0px #fff,
      2.2981333294px 1.2855752194px 0px #f0f0e4,
      1.5320888862px 1.9283628291px 0px #fff,
      3.0641777725px 1.9283628291px 0px #f0f0e4,
      2.2981333294px 2.5711504387px 0px #fff,
      3.8302222156px 2.5711504387px 0px #f0f0e4,
      3.0641777725px 3.2139380484px 0px #fff,
      4.5962666587px 3.2139380484px 0px #f0f0e4,
      3.8302222156px 3.8567256581px 0px #fff,
      5.3623111018px 3.8567256581px 0px #f0f0e4,
      4.5962666587px 4.4995132678px 0px #fff,
      6.128355545px 4.4995132678px 0px #f0f0e4,
      5.3623111018px 5.1423008775px 0px #fff;
  }
}
@media only screen and (min-width: 40em) {
  .game-watch-cover h2 {
    font-size: 6rem;
    padding: 6.5rem 0 6rem 0;
  }
}

.titles,
.carousel-title .content-width {
  padding: 0 !important;
}
.titles > figure {
  margin: 0 !important;
  height: 100%;
}
@-webkit-keyframes smalleap {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-32rem, 2rem);
  }
}
@-moz-keyframes smalleap {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-32rem, 2rem);
  }
}
@-ms-keyframes smalleap {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-32rem, 2rem);
  }
}
@-o-keyframes smalleap {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-32rem, 2rem);
  }
}
@keyframes smalleap {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-32rem, 2rem);
  }
}
@-webkit-keyframes bigleap {
  0% {
    transform: translate(0, 0);
    top: 20rem;
    right: calc(50% - 106rem);
  }
  100% {
    transform: translate(-60rem, 3rem);
  }
}
@-moz-keyframes bigleap {
  0% {
    transform: translate(0, 0);
    top: 20rem;
    right: calc(50% - 106rem);
  }
  100% {
    transform: translate(-60rem, 3rem);
  }
}
@-ms-keyframes bigleap {
  0% {
    transform: translate(0, 0);
    top: 20rem;
    right: calc(50% - 106rem);
  }
  100% {
    transform: translate(-60rem, 3rem);
  }
}
@-o-keyframes bigleap {
  0% {
    transform: translate(0, 0);
    top: 20rem;
    right: calc(50% - 106rem);
  }
  100% {
    transform: translate(-60rem, 3rem);
  }
}
@keyframes bigleap {
  0% {
    transform: translate(0, 0);
    top: 20rem;
    right: calc(50% - 106rem);
  }
  100% {
    transform: translate(-60rem, 3rem);
  }
}
@-webkit-keyframes smallspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-23.5rem, 14rem);
  }
}
@-moz-keyframes smallspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-23.5rem, 14rem);
  }
}
@-ms-keyframes smallspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-23.5rem, 14rem);
  }
}
@-o-keyframes smallspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-23.5rem, 14rem);
  }
}
@keyframes smallspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-23.5rem, 14rem);
  }
}
@-webkit-keyframes bigspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-42.5rem, 29rem);
  }
}
@-moz-keyframes bigspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-42.5rem, 29rem);
  }
}
@-ms-keyframes bigspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-42.5rem, 29rem);
  }
}
@-o-keyframes bigspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-42.5rem, 29rem);
  }
}
@keyframes bigspiral {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-42.5rem, 29rem);
  }
}

/* GameWatch Loading States & FOUC Prevention */
.gamewatch-loading {
  opacity: 0;
}

.gamewatch-wrapper {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

/* Map loading handling */
.gamewatch-loading #gamewatchmap {
  visibility: hidden;
}

.gamewatch-wrapper #gamewatchmap {
  visibility: visible;
  transition: opacity 0.6s ease-in-out;
}

/* Cards fade-in handling */
.gamewatch-loading .gamewatches .gamewatch {
  opacity: 0;
  transform: translateY(20px);
}

.gamewatch-wrapper .gamewatch {
  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.4s ease-out,
    transform 0.4s ease-out;
}

/* Stagger animations for polished effect */
.gamewatch-wrapper .gamewatch:nth-child(odd) {
  transition-delay: 0.1s;
}

.gamewatch-wrapper .gamewatch:nth-child(even) {
  transition-delay: 0.2s;
}

/* Enhanced hide animation for filtering */
.gamewatch.hide {
  opacity: 0 !important;
  transform: scale(0.95) translateY(10px) !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  transition:
    opacity 0.3s ease-out,
    transform 0.3s ease-out,
    height 0.3s ease-out,
    margin 0.3s ease-out,
    padding 0.3s ease-out !important;
}

/* override weird footer margin to make map flush */
.site-footer-wrapper {
  margin-top: 0 !important;
}

/* Map loading message */
.gamewatch-loading #gamewatchmap::before {
  content: "Loading map...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-style: italic;
  color: #666;
  z-index: 1000;
  font-size: 1.1rem;
}

/* Host information styling */
.host-info {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}

.host-name {
  font-weight: 600;
  color: #333;
}

.host-email-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #900;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  margin-left: 0.5rem;
}

.host-email-link:hover {
  background-color: #b90101;
  transform: scale(1.1);
  text-decoration: none;
  color: #fff;
}

.host-email-link:focus {
  outline: 2px solid #fc0;
  outline-offset: 2px;
}

.host-email-link svg {
  width: 0.75rem;
  height: 0.75rem;
}

.co-host {
  font-size: 0.9rem;
  color: #666;
  font-style: italic;
  margin-top: 0.125rem;
}

.slide-block .wp-block-image {
  overflow: hidden;
}

/* Region overlay legend styling */
.region-legend {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  z-index: 1000;
  opacity: 0.8;
  font-size: 0.9rem;
}

.legend-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 0.5rem;
  border-bottom: 1px solid #eee;
}

.legend-header h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
}

.legend-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #666;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.legend-close:hover {
  background-color: rgba(0, 0, 0, 0.1);
  color: #900;
}

.legend-list {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 1rem;
}

.legend-item {
  display: flex;
  align-items: center;
  padding: 0.375rem 1rem;
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
  cursor: pointer;
}

.legend-item:hover {
  background-color: rgba(0, 0, 0, 0.08);
  transform: translateX(2px);
}

.legend-item.selected {
  background-color: rgba(136, 0, 0, 0.1);
  border-left: 3px solid #900;
  font-weight: 600;
}

.legend-item.selected .legend-label {
  color: #900;
}

.legend-color {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  margin-right: 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
}

.legend-label {
  color: #333;
  font-weight: 500;
  white-space: nowrap;
}

/* Responsive adjustments for legend */
@media only screen and (max-width: 54em) {
  .region-legend {
    left: 0.5rem;
    right: 0.5rem;
    max-width: none;
  }
}
