/* 首页「游戏资料」视觉升级 — 与红黑金主题协调，不改动 AspCMS 标签结构 */

.wf-game-info-wrap {
  position: relative;
}

.wf-game-info-wrap .game_info {
  width: 631px !important;
  height: auto !important;
  min-height: 0 !important;
  margin-top: 35px;
  padding: 0 0 18px;
  background: linear-gradient(165deg, rgba(18, 14, 10, 0.94) 0%, rgba(28, 22, 16, 0.92) 45%, rgba(14, 11, 8, 0.96) 100%);
  border-radius: 10px;
  border: 1px solid rgba(180, 140, 70, 0.35);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.35) inset,
    0 12px 36px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.wf-game-info-wrap .game_info_t {
  width: auto !important;
  height: auto !important;
  min-height: 40px;
  margin: 0;
  padding: 14px 16px 10px;
  font-size: 18px !important;
  line-height: 1.35 !important;
  color: #f0e4c8 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.85), 0 0 20px rgba(212, 175, 55, 0.2) !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 14px;
  border-bottom: 1px solid rgba(139, 115, 64, 0.35);
  background: linear-gradient(90deg, rgba(212, 175, 55, 0.08) 0%, transparent 55%);
}

.wf-game-info-wrap .game_info_t span.tbns {
  filter: drop-shadow(0 0 6px rgba(212, 175, 55, 0.35));
}

.wf-full-guide-link {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1a1408 !important;
  text-decoration: none !important;
  border-radius: 8px;
  background: linear-gradient(145deg, #f2d878, #b8941f);
  border: 1px solid rgba(255, 235, 180, 0.45);
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}

.wf-full-guide-link:hover {
  color: #120d05 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(212, 175, 55, 0.4);
}

.wf-game-info-wrap .game_box {
  width: 631px !important;
  height: auto !important;
  min-height: 0 !important;
  margin-top: 0 !important;
  padding: 14px 12px 16px !important;
  border: none !important;
  border-top: 1px solid rgba(80, 65, 45, 0.45) !important;
  display: block !important;
  background: transparent;
}

.wf-game-info-wrap .game_list {
  width: 100% !important;
  float: none !important;
  line-height: 1.45 !important;
  font-size: 13px !important;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.wf-game-info-wrap .game_list:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.wf-game-info-wrap .game_all {
  float: none !important;
  display: block !important;
  width: auto !important;
  max-width: 100%;
  margin-bottom: 8px;
  padding: 4px 0 4px 2px;
  font-size: 14px !important;
  font-weight: 700 !important;
  color: #d4af37 !important;
  text-decoration: none !important;
  letter-spacing: 0.04em;
}

.wf-game-info-wrap .game_all:hover {
  color: #ffe9a8 !important;
}

.wf-game-info-wrap .game_all .g_icon {
  opacity: 0.85;
}

.wf-game-info-wrap .game_pt {
  width: 100% !important;
  float: none !important;
  clear: both;
  margin: 0;
  padding: 0 0 0 4px;
  line-height: 1.6 !important;
}

.wf-game-info-wrap .game_pt a {
  display: inline-block;
  margin: 4px 6px 4px 0;
  padding: 6px 12px !important;
  font-size: 12px !important;
  color: #c9d4e0 !important;
  text-decoration: none !important;
  text-align: center !important;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(120, 130, 150, 0.35);
  border-radius: 999px;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.wf-game-info-wrap .game_pt a:hover {
  color: #fff8ec !important;
  background: rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.45);
}
