/* TOP_BOARD_ACTIVE_COLOR_BY_PAGE_V20260704BL
 * 顶部澳门六合彩 / 香港六盒彩：
 * 当前所在资料板块才显示蓝色；另一边保持浅色。
 * JS 会按照当前页面 index.php / hk.php 加入：
 * gp4900-board-current-v20260704bl
 */

/* 两个标签的非当前状态统一浅色，覆盖原先“澳门固定蓝色”的规则。 */
.gp4900-mini-tab-v20260703.is-am:not(.gp4900-board-current-v20260704bl),
.gp4900-mini-tab-v20260703.is-hk:not(.gp4900-board-current-v20260704bl){
  background:#f4f4f4!important;
  border-color:#e0e0e0!important;
  box-shadow:none!important;
}

/* 当前所在板块始终蓝色。 */
.gp4900-mini-tab-v20260703.gp4900-board-current-v20260704bl{
  background:#5f9fe3!important;
  border-color:#5f9fe3!important;
  box-shadow:inset 0 -3px 0 rgba(255,255,255,.28)!important;
}

/* 当前板块的文字颜色；NEW 徽章保持原橙色，不被覆盖。 */
.gp4900-mini-tab-v20260703.gp4900-board-current-v20260704bl,
.gp4900-mini-tab-v20260703.gp4900-board-current-v20260704bl .gp4900-mini-tab-title-v20260703,
.gp4900-mini-tab-v20260703.gp4900-board-current-v20260704bl strong,
.gp4900-mini-tab-v20260703.gp4900-board-current-v20260704bl b{
  color:#fff!important;
}

.gp4900-mini-tab-v20260703:not(.gp4900-board-current-v20260704bl) .gp4900-mini-tab-title-v20260703,
.gp4900-mini-tab-v20260703:not(.gp4900-board-current-v20260704bl) strong,
.gp4900-mini-tab-v20260703:not(.gp4900-board-current-v20260704bl) b{
  color:#111!important;
}

.gp4900-mini-tab-v20260703 .gp4900-mini-new-v20260703{
  color:#fff!important;
}

@media (max-width:480px){
  .gp4900-mini-tab-v20260703{
    min-width:0!important;
  }
}
