/* MAJAPP_MATCH_TAGS_V314_4_1_BATCH_APPEND */

/* 开始对局：右上角“标签”入口。完全自绘，不使用浏览器 datalist。 */
html body #startMask .modalHead .matchTagOpenBtnV314{
  box-sizing:border-box !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  flex:0 0 auto !important;
  min-width:46px !important;
  height:28px !important;
  margin-left:auto !important;
  margin-right:7px !important;
  padding:0 9px !important;
  border:1px solid #bfdbfe !important;
  border-radius:4px !important;
  background:var(--ys-blue-soft,#eff6ff) !important;
  color:var(--ys-blue,#2563eb) !important;
  box-shadow:none !important;
  font-size:11px !important;
  font-weight:600 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  white-space:nowrap !important;
  cursor:pointer !important;
}
html body #startMask .modalHead .matchTagOpenBtnV314:hover,
html body #startMask .modalHead .matchTagOpenBtnV314:focus-visible{
  border-color:#93c5fd !important;
  background:#dbeafe !important;
  outline:none !important;
}
html body #startMask .modalHead .matchTagOpenBtnV314.hasTags{
  border-color:#93c5fd !important;
  background:#dbeafe !important;
}
html body #startMask .matchTagOpenCountV314{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:15px !important;
  height:15px !important;
  padding:0 4px !important;
  border-radius:3px !important;
  background:var(--ys-blue,#2563eb) !important;
  color:#fff !important;
  font-size:9px !important;
  font-weight:900 !important;
  line-height:1 !important;
  font-variant-numeric:tabular-nums !important;
}
html body #startMask .matchTagOpenCountV314[hidden]{ display:none !important; }

/* Tag 编辑弹窗：样式延续主站浅灰卡片 + 雅算蓝。 */
html body .matchTagEditorMaskV314{
  position:fixed !important;
  inset:0 !important;
  z-index:10000020 !important;
  display:none !important;
  align-items:center !important;
  justify-content:center !important;
  padding:14px !important;
  background:rgba(15,23,42,.48) !important;
  backdrop-filter:blur(3px) !important;
  -webkit-backdrop-filter:blur(3px) !important;
}
html body .matchTagEditorMaskV314.show{ display:flex !important; }
html body .matchTagEditorDialogV314{
  box-sizing:border-box !important;
  width:min(470px,calc(100vw - 24px)) !important;
  max-height:min(88vh,720px) !important;
  overflow:hidden !important;
  border:1px solid #dbe3ec !important;
  border-radius:10px !important;
  background:#fff !important;
  box-shadow:0 20px 60px rgba(15,23,42,.25) !important;
  color:#0f172a !important;
}
html body .matchTagEditorHeadV314{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:13px 14px 11px !important;
  border-bottom:1px solid #e5edf7 !important;
  background:#f8fafc !important;
}
html body .matchTagEditorTitleV314{
  color:#0f172a !important;
  font-size:16px !important;
  font-weight:900 !important;
  line-height:1.25 !important;
}
html body .matchTagEditorSubV314{
  margin-top:3px !important;
  color:#64748b !important;
  font-size:10.5px !important;
  font-weight:700 !important;
  line-height:1.3 !important;
}
html body .matchTagEditorCloseV314{
  flex:0 0 auto !important;
  width:28px !important;
  height:28px !important;
  padding:0 !important;
  border:1px solid #e2e8f0 !important;
  border-radius:6px !important;
  background:#fff !important;
  color:#94a3b8 !important;
  box-shadow:none !important;
  font-size:16px !important;
  line-height:26px !important;
  cursor:pointer !important;
}
html body .matchTagBatchModeV318{
  box-sizing:border-box !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:4px !important;
  width:100% !important;
  margin:0 0 1px !important;
  padding:4px !important;
  border:1px solid #dbe3ec !important;
  border-radius:7px !important;
  background:#f1f5f9 !important;
}
html body .matchTagBatchModeV318[hidden]{ display:none !important; }
html body .matchTagBatchModeBtnV318{
  box-sizing:border-box !important;
  appearance:none !important;
  -webkit-appearance:none !important;
  min-height:31px !important;
  margin:0 !important;
  padding:0 10px !important;
  border:1px solid #cbd5e1 !important;
  border-radius:4px !important;
  background:#f1f5f9 !important;
  background-image:none !important;
  color:#64748b !important;
  box-shadow:none !important;
  font-family:inherit !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:29px !important;
  cursor:pointer !important;
}
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318:not(.isActive),
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318:not(.isActive):hover,
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318:not(.isActive):focus,
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318:not(.isActive):focus-visible,
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318:not(.isActive):active{
  border-color:#cbd5e1 !important;
  background:#f1f5f9 !important;
  background-image:none !important;
  color:#64748b !important;
  box-shadow:none !important;
  outline:none !important;
}
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318.isActive,
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318.isActive:hover,
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318.isActive:focus,
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318.isActive:focus-visible,
html body .matchTagBatchModeV318 button.matchTagBatchModeBtnV318.isActive:active{
  border-color:#2563eb !important;
  background:#2563eb !important;
  background-image:none !important;
  color:#fff !important;
  box-shadow:none !important;
  outline:none !important;
}

html body .matchTagEditorBodyV314{
  box-sizing:border-box !important;
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  max-height:calc(88vh - 126px) !important;
  padding:12px 14px !important;
  overflow-y:auto !important;
  overscroll-behavior:contain !important;
}
html body .matchTagEditorFieldV314{
  box-sizing:border-box !important;
  display:block !important;
  margin:0 !important;
  padding:11px 10px 12px !important;
  border:1px solid #e2e8f0 !important;
  border-radius:8px !important;
  background:#f8fafc !important;
}
html body .matchTagEditorLabelV314{
  display:block !important;
  margin-bottom:7px !important;
  color:#334155 !important;
  font-size:11px !important;
  font-weight:850 !important;
  line-height:1.2 !important;
}
html body .matchTagEditorInputWrapV315{
  position:relative !important;
  display:block !important;
  width:100% !important;
  min-width:0 !important;
}
html body .matchTagEditorInputV314{
  box-sizing:border-box !important;
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  height:38px !important;
  margin:0 !important;
  padding:0 38px 0 10px !important;
  border:1px solid #d6dee8 !important;
  border-radius:7px !important;
  background:#fff !important;
  color:#1f2937 !important;
  box-shadow:none !important;
  outline:none !important;
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Noto Sans CJK SC","Microsoft YaHei",sans-serif !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:38px !important;
}
html body .matchTagEditorInputV314:focus{
  border-color:var(--ys-blue,#2563eb) !important;
  box-shadow:0 0 0 2px rgba(37,99,235,.10) !important;
}
html body .matchTagEditorClearV315{
  position:absolute !important;
  top:50% !important;
  right:6px !important;
  transform:translateY(-50%) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  margin:0 !important;
  padding:0 0 1px !important;
  border:0 !important;
  border-radius:4px !important;
  background:transparent !important;
  color:#94a3b8 !important;
  box-shadow:none !important;
  font-size:19px !important;
  font-weight:500 !important;
  line-height:1 !important;
  cursor:pointer !important;
  opacity:.28 !important;
}
html body .matchTagEditorClearV315.isActive{
  color:#64748b !important;
  opacity:1 !important;
}
html body .matchTagEditorClearV315.isActive:hover,
html body .matchTagEditorClearV315.isActive:focus-visible{
  background:#f1f5f9 !important;
  color:#334155 !important;
  outline:none !important;
}
html body .matchTagEditorClearV315:disabled{
  cursor:default !important;
}
html body .matchTagPresetCaptionV314{
  display:none !important;
  margin-top:7px !important;
  margin-bottom:5px !important;
  color:#94a3b8 !important;
  font-size:9.5px !important;
  font-weight:800 !important;
  line-height:1 !important;
}
html body .matchTagPresetRowV314{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  align-content:flex-start !important;
  justify-content:flex-start !important;
  flex-wrap:wrap !important;
  gap:7px 6px !important;
  width:100% !important;
  min-width:0 !important;
  margin:10px 0 4px !important;
  padding:5px 0 7px !important;
  overflow:visible !important;
  white-space:normal !important;
}
html body .matchTagPresetRowV314.isEmpty{ display:none !important; }
html body .matchTagPresetV314{
  box-sizing:border-box !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 auto !important;
  min-height:26px !important;
  margin:0 !important;
  padding:0 9px !important;
  border:1px solid #bfdbfe !important;
  border-radius:4px !important;
  background:#eff6ff !important;
  color:var(--ys-blue,#2563eb) !important;
  box-shadow:none !important;
  font-family:inherit !important;
  font-size:10.5px !important;
  font-weight:750 !important;
  line-height:24px !important;
  white-space:nowrap !important;
  cursor:pointer !important;
}
html body .matchTagPresetV314:hover,
html body .matchTagPresetV314:focus-visible{
  border-color:#93c5fd !important;
  background:#dbeafe !important;
  outline:none !important;
}
html body .matchTagEditorFooterV314{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:8px !important;
  padding:10px 14px 12px !important;
  border-top:1px solid #edf1f5 !important;
  background:#fff !important;
}
html body .matchTagEditorCancelV314,
html body .matchTagEditorSaveV314{
  box-sizing:border-box !important;
  min-width:72px !important;
  height:34px !important;
  margin:0 !important;
  padding:0 14px !important;
  border-radius:7px !important;
  box-shadow:none !important;
  font-size:11.5px !important;
  font-weight:850 !important;
  line-height:32px !important;
  cursor:pointer !important;
}
html body .matchTagEditorCancelV314{
  border:1px solid #dbe3ec !important;
  background:#fff !important;
  color:#475569 !important;
}
html body .matchTagEditorSaveV314{
  border:1px solid var(--ys-blue,#2563eb) !important;
  background:var(--ys-blue,#2563eb) !important;
  color:#fff !important;
}
@media (max-width:520px){
  html body .matchTagEditorMaskV314{ padding:10px !important; }
  html body .matchTagEditorDialogV314{ width:calc(100vw - 20px) !important; }
  html body .matchTagEditorBodyV314{ padding:10px !important; gap:8px !important; }
  html body .matchTagEditorFieldV314{ padding:9px !important; }
}


/* 半庄录入界面：当前规则中的 Tag 行。放在规则/马点行上方；无 Tag 时完全隐藏。 */
html body #matchView > .headerCard .matchTagActiveRowV314{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:6px !important;
  width:100% !important;
  min-width:0 !important;
  height:24px !important;
  margin:2px 0 4px !important;
  padding:0 1px !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}
html body #matchView > .headerCard .matchTagActiveRowV314[hidden]{ display:none !important; }
html body #matchView > .headerCard .matchTagActiveLabelV314{
  flex:0 0 auto !important;
  color:#64748b !important;
  font-size:11px !important;
  font-weight:850 !important;
  line-height:1 !important;
  white-space:nowrap !important;
}
html body #matchView > .headerCard .matchTagActiveTrayV314{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:4px !important;
  flex:1 1 auto !important;
  min-width:0 !important;
  max-width:100% !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}
html body #matchView > .headerCard .matchTagActivePillV314{
  flex:0 1 auto !important;
  height:19px !important;
  min-width:18px !important;
  max-width:none;
  border-radius:4px !important;
}

/* 对局卡标题：时间后留约一个半角字符，再放 Tag */
html body #matchList .matchCard .mcTitleLineV314{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:.5ch !important;
  width:calc(100% - .5ch) !important;
  min-width:0 !important;
  max-width:calc(100% - .5ch) !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}
html body #matchList .matchCard .mcTitleLineV314 > .mcTitle{
  flex:0 0 auto !important;
  min-width:max-content !important;
  white-space:nowrap !important;
}
html body #matchList .matchCard .matchTagTrayV314{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:4px !important;
  flex:1 1 auto !important;
  width:auto !important;
  min-width:0 !important;
  max-width:100% !important;
  overflow:hidden !important;
  white-space:nowrap !important;
}
html body .matchTagPillV314{
  box-sizing:border-box !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 1 auto !important;
  min-width:18px !important;
  max-width:none;
  height:19px !important;
  margin:0 !important;
  padding:0 7px !important;
  overflow:hidden !important;
  white-space:nowrap !important;
  text-overflow:ellipsis !important;
  color:var(--ys-blue,#2563eb) !important;
  background:var(--ys-blue-soft,#eff6ff) !important;
  border:1px solid #bfdbfe !important;
  border-radius:4px !important;
  box-shadow:none !important;
  font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Noto Sans CJK SC","Microsoft YaHei",sans-serif !important;
  font-size:10.5px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.02em !important;
  vertical-align:middle !important;
}
html body .matchTagPillV314 > span{
  display:block !important;
  min-width:0 !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

/* 雀士名仅对局卡片自适配；不作用于赏状 */
html body #matchList .matchCard .playerName{
  transition:font-size .08s ease,letter-spacing .08s ease !important;
}

/* 战绩中心 Tag 统计卡片 */
html body .battleTagStatsPanelV314{
  margin-top:12px !important;
}
html body .battleTagStatsListV314{
  box-sizing:border-box;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px;
  max-height:190px;
  margin-top:10px;
  padding-right:3px;
  overflow-y:auto;
  overscroll-behavior:contain;
  scrollbar-width:thin;
}
html body .battleTagStatItemV314{
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:7px;
  min-width:0;
  padding:7px 8px;
  border:1px solid #edf1f5;
  border-radius:8px;
  background:#fff;
}
html body .battleTagStatPillV314{
  min-width:0 !important;
  max-width:calc(100% - 42px) !important;
  height:20px !important;
  font-size:10.5px !important;
}
html body .battleTagStatItemV314 > strong{
  flex:0 0 auto;
  color:#64748b;
  font-size:10.5px;
  font-weight:850;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
html body .battleTagStatsEmptyV314{
  grid-column:1/-1;
  padding:18px 8px;
  color:#94a3b8;
  font-size:11px;
  font-weight:700;
  text-align:center;
}
@media (max-width:420px){
  html body .battleTagStatsListV314{ grid-template-columns:1fr; max-height:180px; }
}

/* v314.1.3：默认 Tag 改为自动换行的“标签云”，彻底取消横向拖条。 */
html body .matchTagPresetRowV314::-webkit-scrollbar{display:none !important;}

/* MATCH_TAG_V314_1_4_COMPACT_RULE_UI_START
 * 半庄录入「当前设定」区域更紧凑：
 * - 缩短标题栏到 Tag 行的垂直空白
 * - Tag 行本身减少上下留白
 * - Tag 行与马点/半庄数行靠近
 * - 马点/半庄数胶囊略降高度
 */
html body #matchView > .headerCard{
  row-gap:2px !important;
}
html body #matchView > .headerCard > .info-row{
  margin-bottom:5px !important;
}
html body #matchView > .headerCard .matchTagActiveRowV314{
  height:19px !important;
  min-height:19px !important;
  margin:0 !important;
  padding:0 1px !important;
  gap:5px !important;
}
html body #matchView > .headerCard .matchTagActiveLabelV314{
  font-size:10.5px !important;
  line-height:1 !important;
}
html body #matchView > .headerCard .matchTagActiveTrayV314{
  gap:3px !important;
}
html body #matchView > .headerCard .matchTagActivePillV314{
  height:18px !important;
  min-height:18px !important;
  line-height:16px !important;
}
html body #matchView > .headerCard .ruleMetaGrid{
  gap:6px !important;
  margin-top:0 !important;
}
html body #matchView > .headerCard .ruleMetaPill{
  height:25px !important;
  min-height:25px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}
/* MATCH_TAG_V314_1_4_COMPACT_RULE_UI_END */

/* MATCH_TAG_V314_1_5_CENTER_ACTIVE_TAG_ROW_START
 * 半庄录入「当前设定」：
 * 让 Tag 行在标题分割线与下方马点/半庄数行之间垂直居中。
 * v314.1.4 顶部留白略大，本次仅重新分配上下间距，不改变行高或 Tag 样式。
 */
html body #matchView > .headerCard{
  row-gap:3px !important;
}
html body #matchView > .headerCard > .info-row{
  margin-bottom:0 !important;
}
/* MATCH_TAG_V314_1_5_CENTER_ACTIVE_TAG_ROW_END */

/* MATCH_TAG_V314_1_6_VISUAL_CENTER_FIX_START
 * 截图校正：v314.1.5 的 Tag 行在分割线与马点行之间视觉重心仍偏下。
 * 仅把整行上移 5px，不改变文档流、马点行位置、Tag 尺寸或其他模块。
 */
html body #matchView > .headerCard .matchTagActiveRowV314{
  transform:translateY(-5px) !important;
}
/* MATCH_TAG_V314_1_6_VISUAL_CENTER_FIX_END */


/* MAJAPP_MATCH_TAG_FILTER_V315_START
 * 战绩中心 Tag 统计可点击筛选；支持复选（AND：同时包含全部已选 Tag）。
 */
html body .battleTagStatPillV314{
  appearance:none !important;
  -webkit-appearance:none !important;
  cursor:pointer !important;
  text-align:left !important;
}
html body .battleTagStatCheckV315{
  display:none !important;
  flex:0 0 auto !important;
  margin-right:3px !important;
  font-size:9px !important;
  font-weight:950 !important;
}
html body .battleTagStatPillV314.isSelected{
  border-color:#60a5fa !important;
  background:#dbeafe !important;
  color:#1d4ed8 !important;
}
html body .battleTagStatPillV314.isSelected .battleTagStatCheckV315{
  display:inline !important;
}
html body .battleTagStatItemV314.isSelected{
  border-color:#bfdbfe !important;
  background:#f8fbff !important;
}
html body .battleTagStatPillV314:hover,
html body .battleTagStatPillV314:focus-visible{
  border-color:#93c5fd !important;
  background:#eaf3ff !important;
  outline:none !important;
}
/* MAJAPP_MATCH_TAG_FILTER_V315_END */

/* MAJAPP_MATCH_TAG_CHECKBOX_FILTER_V316_START
 * 战绩中心「标签统计」：默认全选；自绘复选框；全选/全部取消/反选；勾选实时筛选。
 */
html body .battleTagStatsControlV316{
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  margin-top:5px !important;
  min-width:0 !important;
}
html body .battleTagStatsControlV316 .toolPanelMeta{
  flex:1 1 auto !important;
  min-width:0 !important;
  margin:0 !important;
}
html body .battleTagBulkActionsV316{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:wrap !important;
  gap:5px !important;
  flex:0 0 auto !important;
}
html body .battleTagBulkBtnV316{
  box-sizing:border-box !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:25px !important;
  min-width:42px !important;
  margin:0 !important;
  padding:0 8px !important;
  border:1px solid #bfdbfe !important;
  border-radius:4px !important;
  background:#fff !important;
  color:var(--ys-blue,#2563eb) !important;
  box-shadow:none !important;
  font-family:inherit !important;
  font-size:10px !important;
  font-weight:800 !important;
  line-height:23px !important;
  white-space:nowrap !important;
  cursor:pointer !important;
}
html body .battleTagBulkBtnV316:hover,
html body .battleTagBulkBtnV316:focus-visible{
  border-color:#93c5fd !important;
  background:#eff6ff !important;
  outline:none !important;
}
html body .battleTagCheckItemV316{
  cursor:pointer !important;
  justify-content:flex-start !important;
  gap:6px !important;
  user-select:none !important;
  -webkit-user-select:none !important;
}
html body .battleTagCheckboxV316{
  appearance:none !important;
  -webkit-appearance:none !important;
  box-sizing:border-box !important;
  position:relative !important;
  flex:0 0 15px !important;
  width:15px !important;
  height:15px !important;
  min-width:15px !important;
  margin:0 !important;
  padding:0 !important;
  border:1.5px solid #cbd5e1 !important;
  border-radius:3px !important;
  background:#fff !important;
  box-shadow:none !important;
  outline:none !important;
  cursor:pointer !important;
}
html body .battleTagCheckboxV316:checked{
  border-color:var(--ys-blue,#2563eb) !important;
  background:var(--ys-blue,#2563eb) !important;
}
html body .battleTagCheckboxV316:checked::after{
  content:'✓' !important;
  position:absolute !important;
  inset:-1px 0 0 0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  font-size:10px !important;
  font-weight:950 !important;
  line-height:1 !important;
}
html body .battleTagCheckboxV316:focus-visible{
  box-shadow:0 0 0 2px rgba(37,99,235,.14) !important;
}
html body .battleTagCheckItemV316 .battleTagStatPillV314{
  flex:0 1 auto !important;
  max-width:calc(100% - 70px) !important;
  cursor:pointer !important;
  pointer-events:none !important;
}
html body .battleTagCheckItemV316 > strong{
  margin-left:auto !important;
}
html body .battleTagCheckItemV316.isSelected{
  border-color:#dbeafe !important;
  background:#f8fbff !important;
}
html body .battleTagCheckItemV316:not(.isSelected) .battleTagStatPillV314{
  border-color:#e2e8f0 !important;
  background:#f8fafc !important;
  color:#64748b !important;
}
html body .battleTagStatPillV314.isSelected,
html body .battleTagStatPillV314:hover,
html body .battleTagStatPillV314:focus-visible{
  border-color:#bfdbfe !important;
  background:var(--ys-blue-soft,#eff6ff) !important;
  color:var(--ys-blue,#2563eb) !important;
  outline:none !important;
}
@media (max-width:520px){
  html body .battleTagStatsControlV316{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
  html body .battleTagBulkActionsV316{
    width:100% !important;
    justify-content:flex-start !important;
  }
}
/* MAJAPP_MATCH_TAG_CHECKBOX_FILTER_V316_END */
