body:not(.s-result_hidden) .s-result__instead {
  display: none !important;
}

.s-result_hidden .s-result__hidden {
  display: none !important;
}

.livecard {
  width: 95%;
  max-width: 1080px;
  margin-inline: auto;
  margin-top: 40px;
}
.livecard__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .livecard__list {
    gap: 10px;
  }
}
.livecard__box {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  padding: 8px 4px 4px;
  overflow: hidden;
  color: #fff;
  background: #333;
  border-radius: 5px;
  box-shadow: inset 0 0 2px rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  .livecard__box {
    gap: 12px;
    min-height: 120px;
    padding: 12px 10px 10px;
  }
}
.livecard__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  transition: all 0.2s linear;
  translate: -50% -50%;
}
.livecard__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.livecard__stats ._text {
  padding: 2px 3px;
  font-size: clamp(10px, 9.3553719008px + 0.1652892562vw, 12px);
  font-weight: bold;
  line-height: 1;
  border-radius: 1px;
}
@media only screen and (min-width: 768px) {
  .livecard__stats ._text {
    padding: 3px;
    border-radius: 2px;
  }
}
.livecard__stats--before ._text {
  background: #ea6000;
}
.livecard__stats--live {
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .livecard__stats--live {
    gap: 7px;
  }
}
.livecard__stats--live ._blink {
  position: relative;
  display: block;
  width: 4px;
  height: auto;
  aspect-ratio: 1/1;
  background: #bd0000;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .livecard__stats--live ._blink {
    width: 8px;
  }
}
.livecard__stats--live ._blink::before, .livecard__stats--live ._blink::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  height: auto;
  aspect-ratio: 1/1;
  content: "";
  background: #bd0000;
  border-radius: 50%;
  translate: -50% -50%;
}
.livecard__stats--live ._blink::before {
  width: 10px;
  opacity: 0.4;
  scale: 0;
  animation: blink_scale 1s infinite linear;
}
@media only screen and (min-width: 768px) {
  .livecard__stats--live ._blink::before {
    width: 16px;
  }
}
.livecard__stats--live ._blink::after {
  width: 16px;
  opacity: 0.3;
  scale: 0;
  animation: blink_scale 1s infinite linear;
}
@media only screen and (min-width: 768px) {
  .livecard__stats--live ._blink::after {
    width: 22px;
  }
}
.livecard__stats--live ._text {
  background: #bd0000;
}
@keyframes blink_scale {
  0%, 100% {
    scale: 1;
  }
  50% {
    scale: 0.3;
  }
}
.livecard__stats--onair ._text {
  color: #000;
  background: #fff;
}
.livecard__body {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .livecard__body {
    position: relative;
    gap: 8px;
  }
}
.livecard__match {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .livecard__match {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-inline: auto;
    margin-top: -20px;
  }
}
.livecard__match-home {
  grid-column: 1/2;
  min-width: 0;
}
.livecard__match-emblem {
  display: block;
  width: 100%;
  max-width: 50px;
  height: auto;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .livecard__match-emblem {
    max-width: 70px;
  }
}
.livecard__match-away {
  grid-column: 2/3;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .livecard__match-away {
    grid-column: 3/4;
  }
}
.livecard__text {
  position: static;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.livecard__time {
  font-size: clamp(14px, 12.0661157025px + 0.4958677686vw, 20px);
  font-weight: bold;
  text-align: center;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .livecard__time {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3333333333%;
    translate: -50% 0;
  }
}
.livecard__info {
  display: grid;
  flex-grow: 1;
  grid-template-columns: 1fr auto 1fr;
  gap: 2px;
  align-items: center;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .livecard__info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.livecard__info-player {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(10px, 9.3553719008px + 0.1652892562vw, 12px);
  line-height: 1.1;
  text-align: center;
  -webkit-line-clamp: 2;
  letter-spacing: -0.1em;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .livecard__info-player {
    justify-self: center;
    width: 100%;
    letter-spacing: 0;
  }
  .livecard__info-player:nth-child(2) {
    grid-column: 3/4;
  }
}
.livecard__info-title {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 3px;
  margin-inline: auto;
  font-size: clamp(10px, 9.6776859504px + 0.0826446281vw, 11px);
  background: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .livecard__info-title {
    color: #eee;
    background: rgba(0, 0, 0, 0.6);
  }
}
.livecard__info-title ._pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .livecard__info-title ._pc {
    display: inline-block;
  }
}
.livecard__box:has(.livecard__event) {
  gap: 2px;
}
@media only screen and (min-width: 768px) {
  .livecard__box:has(.livecard__event) {
    gap: 6px;
  }
}
.livecard__event {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .livecard__event {
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }
}
.livecard__event-thumb {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 48%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .livecard__event-thumb {
    width: 70px;
  }
}
.livecard__event-emblem {
  display: block;
  width: 100%;
  max-width: 60px;
  height: auto;
  margin-inline: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .livecard__event-emblem {
    max-width: 100%;
  }
}
.livecard__event-title {
  display: -webkit-box;
  overflow: hidden;
  font-size: clamp(11px, 10.3553719008px + 0.1652892562vw, 13px);
  font-weight: bold;
  font-weight: 500;
  line-height: 1.2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 768px) {
  .livecard__event-title {
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
}
.livecard__event-title br {
  display: none;
}
.livecard__stadium {
  display: flex;
  flex-grow: 1;
  align-items: center;
  font-size: 10px;
  line-height: 1.2;
  color: #ddd;
  letter-spacing: -0.1em;
}
@media only screen and (min-width: 768px) {
  .livecard__stadium {
    letter-spacing: 0;
  }
}
.livecard__note {
  margin-top: 10px;
  font-size: clamp(10px, 9.3553719008px + 0.1652892562vw, 12px);
}