/* ===== FINAL OVERRIDE：锁定世界杯 Logo 样式 ===== */

.wc26-logo-card-final {
  width: 132px !important;
  height: 88px !important;
  min-width: 132px !important;
  margin-right: 28px !important;
  padding: 0 !important;
  background: #05070d !important;
  background-color: #05070d !important;
  background-image: none !important;
  border-radius: 18px !important;
  box-shadow: 0 14px 34px rgba(0,0,0,.28) !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.wc26-logo-card-final img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  border-radius: 18px !important;
  background: #05070d !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 防止旧白色奖杯卡片样式重新覆盖 */
.wc26-hero-fixed .hero-badge,
.wc26-hero-fixed .cup-badge,
.wc26-hero-fixed .trophy-card,
.wc26-hero-fixed .banner-badge,
.wc26-hero-fixed .hero-icon,
.wc26-hero-fixed .cup-icon,
.wc26-hero-fixed .worldcup-icon,
.wc26-hero-fixed .trophy-icon,
.wc26-hero-fixed .banner-icon {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .wc26-logo-card-final {
    width: 92px !important;
    height: 62px !important;
    min-width: 92px !important;
    margin-right: 14px !important;
    border-radius: 14px !important;
  }

  .wc26-logo-card-final img {
    border-radius: 14px !important;
  }
}
