ftb-cup-net-explorer-stories .switch-team-button {
  height: 30px;
  margin-top: 30px;
}

ftb-cup-net-quadratic .net-body .column {
  padding: 0 40px;
}
ftb-cup-net-quadratic .net-body .column:first-of-type {
  padding-left: 0;
}
ftb-cup-net-quadratic .net-body .column:last-of-type {
  padding-right: 0;
}
ftb-cup-net-quadratic .net-body ftb-game-tour {
  display: block;
  margin-top: 10px;
  padding: 10px 0;
  font-size: 12px;
  text-transform: uppercase;
}
ftb-cup-net-quadratic .net-body .game {
  border-radius: 10px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
ftb-cup-net-quadratic .net-body .game:first-of-type {
  margin-top: 0;
}
ftb-cup-net-quadratic .net-body .game:last-of-type {
  margin-bottom: 0;
}
ftb-cup-net-quadratic .net-body .game .dot {
  height: 6px;
  width: 6px;
  background-color: #363d46;
  border-radius: 50%;
  position: absolute;
  box-shadow: 0 0 0 5px white, 0 0 2px 6px rgba(54, 61, 70, 0.1);
  z-index: 10;
  transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
ftb-cup-net-quadratic .net-body .game .dot.highlighted {
  background-color: darkgoldenrod;
  box-shadow: 0 0 0 5px white, 0 0 2px 6px rgba(184, 134, 11, 0.1);
  z-index: 1001;
}
ftb-cup-net-quadratic .net-body .game .row {
  height: 50px;
}
ftb-cup-net-quadratic .net-body .game .row:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ftb-cup-net-quadratic .net-body .game .row.empty {
  width: 110px;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
}
ftb-cup-net-quadratic .net-body .game .row.empty:before {
  display: block;
  content: " ";
  position: absolute;
  left: 50%;
  height: 30px;
  top: 10px;
  width: 1px;
  background: rgba(0, 0, 0, 0.05);
}
ftb-cup-net-quadratic .net-body .game .row ftb-team-logo {
  height: 50px;
  width: 60px;
  background: rgba(0, 0, 0, 0.05);
}
ftb-cup-net-quadratic .net-body .game .row ftb-team-logo img,
ftb-cup-net-quadratic .net-body .game .row ftb-team-logo ftb-icon {
  margin: 10px 15px;
  height: 30px;
  width: 30px;
}
ftb-cup-net-quadratic .net-body .game .row.highlighted .score-block {
  background: rgba(255, 215, 0, 0.3);
}
ftb-cup-net-quadratic .net-body .game .row.highlighted ftb-team-logo {
  background: rgba(255, 215, 0, 0.3);
}
ftb-cup-net-quadratic .net-body .game .row.highlighted stencil-route-link .team-name {
  color: darkgoldenrod;
}
ftb-cup-net-quadratic .net-body .game .row .team-name {
  padding-left: 10px;
  padding-right: 20px;
  min-width: 110px;
  font-size: 14px;
  transition: color 0.3s ease-in-out;
  height: 100%;
  text-align: left;
  white-space: nowrap;
}
ftb-cup-net-quadratic .net-body .game .row .score-block {
  background: rgba(0, 0, 0, 0.05);
  height: 50px;
  height: 50px;
}
ftb-cup-net-quadratic .net-body .game .row .score-block .score {
  width: 50px;
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  position: relative;
}
ftb-cup-net-quadratic .net-body .game .row .score-block .score .pen-score {
  margin-left: 3px;
  font-size: 10px;
}
ftb-cup-net-quadratic .net-body .game .row .score-block .score .td-mark {
  margin-left: 3px;
  font-size: 10px;
}
ftb-cup-net-quadratic .net-body .game .row .score-block .score:not(:last-of-type):after {
  display: block;
  content: " ";
  height: 30px;
  width: 1px;
  position: absolute;
  top: 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}
ftb-cup-net-quadratic .column.short ftb-team-logo:after {
  display: block;
  content: " ";
  height: 30px;
  width: 1px;
  position: absolute;
  top: 10px;
  right: 0;
  background: rgba(0, 0, 0, 0.05);
}
ftb-cup-net-quadratic .net-container .svg-line {
  fill: transparent;
  stroke: #363d46;
  z-index: 0;
  transition: stroke 0.3s ease-in-out;
}
ftb-cup-net-quadratic .net-container .svg-line.highlighted {
  stroke: gold;
  z-index: 1000;
}

ftb-cup-net-explorer {
  max-width: 630px;
}

ftb-cup-net-explorer .close-button,
ftb-cup-net-modal .close-button {
  box-shadow: inset 0 0 5px 5px rgba(0, 0, 0, 0.1);
  height: 50px;
  width: 50px;
  top: 40px;
  right: 40px;
  border: none;
}
ftb-cup-net-explorer .close-button ftb-icon,
ftb-cup-net-modal .close-button ftb-icon {
  height: 12px;
  width: 12px;
  fill: rgba(0, 0, 0, 0.6);
}
ftb-cup-net-explorer .net-wrapper,
ftb-cup-net-modal .net-wrapper {
  width: calc(100% - 30px);
  height: 300px;
  border-radius: 10px;
  background: #f2f2f2;
  box-shadow: inset 0px 0px 15px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
}

ftb-cup-net {
  display: block;
  padding: 20px;
  padding-top: 0;
}