/* 体育直播入口卡片（替换原世界杯入口） */
body.sports-live-entry-page #masthead {
  width: 100%;
}

body.sports-live-entry-page.desktop.chrome #footer,
body.sports-live-entry-page #footer {
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.sports-live-entry-container {
  position: relative;
  display: block;
  width: 100%;
  margin-left: 0;
  transform: none;
  aspect-ratio: 1072 / 316;
  overflow: hidden;
  border-radius: 0.3rem;
  background: #111 url("/usr/themes/Mirages/images/sports-live/sports-live-entry-pc.png?v=20260827c") center / cover no-repeat;
  text-decoration: none;
  color: inherit;
}

.sports-live-entry-label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(8, 8, 8, 0.72);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
}

.sports-live-entry-label img {
  display: block;
  width: 1rem;
  height: 1rem;
  object-fit: contain;
}

.sports-live-entry-cta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 42%;
  min-height: 3.6rem;
  padding: 0.5rem 1rem;
  border: 1px solid #ff9d00;
  border-radius: 999px;
  background: rgba(3, 8, 7, 0.9);
  color: #fff;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}

.sports-live-entry-container:hover .sports-live-entry-cta {
  background: rgba(3, 8, 7, 0.98);
}

.sports-live-entry-cta__icon {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.sports-live-entry-cta strong {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;
}

.sports-live-entry-cta__arrow {
  display: block;
  width: 11px;
  height: 21px;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  body.sports-live-entry-page #masthead {
    padding-top: 2.5rem;
  }

  body.card #archive article.sports-live-entry-article {
    padding-bottom: 0.3rem;
  }

  .sports-live-entry-container {
    aspect-ratio: 686 / 350;
    background-image: url("/usr/themes/Mirages/images/sports-live/sports-live-entry-h5.png?v=20260827c");
    background-position: center;
  }

  .sports-live-entry-label {
    top: 16px;
    left: 14px;
    gap: 4px;
    padding: 4px 8px;
    font-size: 10px;
  }

  .sports-live-entry-label img {
    width: 12px;
    height: 12px;
  }

  .sports-live-entry-cta {
    width: 68%;
    min-height: 3rem;
    gap: 0.55rem;
    padding: 0.4rem 0.75rem;
  }

  .sports-live-entry-cta__icon {
    width: 1.8rem;
    height: 1.8rem;
  }

  .sports-live-entry-cta strong {
    font-size: 0.9rem;
  }
}
