/*
Theme Name: mu88
Theme URI: https://example.com/mu88
Author: ChatGPT
Description: MU88 WordPress theme with custom blue navigation layout.
Version: 1.0.1
Text Domain: mu88
*/

:root {
  --mu88-primary: #00a8ff;
  --mu88-primary-dark: #0052b8;
  --mu88-primary-light: #b8ecff;
  --mu88-accent: #ffd45a;
  --mu88-text: #102033;
  --mu88-muted: #5d7288;
  --mu88-border: rgba(0, 120, 220, 0.35);
  --mu88-card: rgba(245, 252, 255, 0.92);
  --mu88-white: #ffffff;
  --mu88-radius: 8px;
  --mu88-shadow: 0 6px 18px rgba(0, 50, 120, 0.24);
  --mu88-wrap: 960px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-width: 320px;
  color: var(--mu88-text);
  font-family: Arial, Helvetica, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: 1.68;
  background:
    radial-gradient(circle at 50% 10%, rgba(255,255,255,.9) 0, rgba(179,237,252,.65) 34%, rgba(91,207,243,.35) 55%, rgba(145,232,255,.9) 100%),
    linear-gradient(180deg, #e9fbff 0%, #91e8ff 45%, #5cc8f0 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  display: none !important;
}

.mu88-bg-glow {
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    linear-gradient(116deg, transparent 0 12%, rgba(255,255,255,.45) 12.5%, transparent 16%),
    linear-gradient(64deg, transparent 0 76%, rgba(255,255,255,.35) 76.5%, transparent 80%);
}

a { color: var(--mu88-primary-dark); text-decoration: none; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
a:hover { color: #005ea9; }
img { max-width: 100%; height: auto; vertical-align: middle; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.mu88-site {
  max-width: var(--mu88-wrap);
  margin: 0 auto;
  background: rgba(184, 242, 255, 0.72);
  box-shadow: 0 0 32px rgba(0, 90, 170, .25);
  min-height: 100vh;
}

.mu88-topbar {
  background: linear-gradient(180deg, #c8efff, #94dafb);
  padding: 10px 18px 8px;
}

.mu88-topbar-inner {
  display: grid;
  grid-template-columns: 205px 1fr auto;
  align-items: center;
  gap: 14px;
}

.mu88-logo {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.mu88-logo img { max-height: 56px; width: auto; }
.mu88-logo-text { font-size: 34px; font-weight: 900; letter-spacing: -2px; color: var(--mu88-primary-dark); line-height: 1; }
.mu88-logo-text small { display: block; font-size: 12px; letter-spacing: 0; color: #136795; text-align: right; }

.mu88-search { position: relative; max-width: 340px; justify-self: center; width: 100%; }
.mu88-search input[type="search"] {
  width: 100%;
  height: 32px;
  border-radius: 18px;
  border: 1px solid rgba(0, 103, 169, .28);
  background: rgba(255, 255, 255, .52);
  padding: 0 38px 0 15px;
  outline: none;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.08);
}
.mu88-search button {
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 38px;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #08374f;
  font-size: 15px;
}

.mu88-actions { display: flex; gap: 8px; align-items: center; justify-content: flex-end; }
.mu88-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 5px 13px;
  border-radius: 18px;
  border: 2px solid #043d53;
  background: #15e6ff;
  color: #001b29;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 2px 0 rgba(0,0,0,.18);
}
.mu88-pill:hover { transform: translateY(-1px); color: #001b29; opacity: .92; }

.mu88-nav-wrap {
  background: linear-gradient(180deg, #11a9f8, #0090e4);
  border-top: 1px solid rgba(255,255,255,.45);
  border-bottom: 1px solid rgba(0,87,151,.32);
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-bar .mu88-nav-wrap { top: 32px; }

.mu88-nav-inner { display: flex; align-items: center; justify-content: center; padding: 0 12px; min-height: 39px; }
.mu88-menu-toggle { display: none; border: 0; background: rgba(255,255,255,.18); color: #002e43; font-weight: 900; padding: 8px 14px; border-radius: 8px; }
.mu88-menu { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 0; margin: 0; padding: 0; }
.mu88-menu li { position: relative; }
.mu88-menu a {
  display: block;
  padding: 11px 13px 10px;
  color: #061f2d;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
}
.mu88-menu a:hover,
.mu88-menu .current-menu-item > a { color: #fff; background: rgba(0, 51, 91, .18); }
.mu88-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 25;
  list-style: none;
  margin: 0;
  padding: 6px;
  min-width: 190px;
  background: rgba(230, 251, 255, .98);
  border: 1px solid var(--mu88-border);
  border-radius: 0 0 var(--mu88-radius) var(--mu88-radius);
  box-shadow: var(--mu88-shadow);
}
.mu88-menu li:hover > .sub-menu { display: block; }
.mu88-menu .sub-menu a { color: var(--mu88-text); border-radius: 6px; }

.mu88-main {
  padding: 22px 18px 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.8), transparent 34%),
    linear-gradient(180deg, rgba(202,249,255,.88), rgba(101,215,245,.6) 55%, rgba(119,220,246,.82));
  position: relative;
  overflow: hidden;
}
.mu88-main::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 200px;
  width: 640px;
  height: 420px;
  background:
    linear-gradient(125deg, transparent 0 35%, rgba(255,255,255,.55) 36%, transparent 42%),
    linear-gradient(55deg, transparent 0 45%, rgba(255,255,255,.38) 46%, transparent 52%);
  pointer-events: none;
}
.mu88-layout { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 245px; gap: 18px; align-items: start; }
.mu88-content { min-width: 0; }

.mu88-hero { margin-bottom: 16px; }
.mu88-hero img { width: 100%; display: block; border-radius: 3px; box-shadow: 0 2px 8px rgba(0,104,170,.18); }

.mu88-icon-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 16px;
}
.mu88-icon-card {
  min-height: 70px;
  border-radius: 6px;
  background: linear-gradient(180deg, #fff, #cef4ff);
  border: 1px solid rgba(0, 161, 235, .36);
  box-shadow: 0 2px 7px rgba(0,105,165,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  color: #065b9a;
  font-weight: 900;
  font-size: 12px;
}
.mu88-icon-card:hover { transform: translateY(-2px); }

.mu88-headline-box {
  margin: 16px auto 22px;
  padding: 13px 12px;
  border: 1px solid var(--mu88-border);
  background: rgba(216, 250, 255, .66);
  color: #0485df;
  text-align: center;
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.35;
  font-weight: 900;
}

.mu88-intro {
  margin: 18px 0 24px;
  padding-left: 26px;
  border-left: 3px solid #0a75c3;
  color: #16435c;
  font-style: italic;
}


.mu88-home-article-panel {
  margin: 0 0 26px;
  border: 2px solid rgba(0, 153, 224, .55);
  border-radius: 10px;
  background: rgba(226, 250, 255, .82);
  box-shadow: 0 0 14px rgba(0, 143, 216, .55), inset 0 0 0 1px rgba(255,255,255,.7);
  overflow: hidden;
}
.mu88-home-article-title {
  margin: 0;
  padding: 11px 15px 12px;
  color: #0788df;
  font-size: 23px;
  line-height: 1.25;
  font-weight: 900;
  background: rgba(235, 254, 255, .82);
  border-bottom: 1px solid rgba(0, 153, 224, .32);
}
.mu88-home-article-scrollbox {
  max-height: 690px;
  overflow-y: auto;
  padding: 13px 14px 18px;
  background:
    linear-gradient(180deg, rgba(89, 205, 245, .58), rgba(223, 252, 255, .82)),
    radial-gradient(circle at 78% 4%, rgba(255,255,255,.56), transparent 28%);
  scrollbar-width: thin;
  scrollbar-color: #088edf rgba(213, 247, 255, .65);
}
.mu88-home-article-scrollbox::-webkit-scrollbar { width: 10px; }
.mu88-home-article-scrollbox::-webkit-scrollbar-track {
  background: rgba(213, 247, 255, .65);
  border-radius: 10px;
}
.mu88-home-article-scrollbox::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #29bfff, #0378cf);
  border-radius: 10px;
  border: 2px solid rgba(213, 247, 255, .8);
}
.mu88-home-article-media {
  margin: 0 0 18px;
  border: 1px solid rgba(0, 156, 224, .55);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(141, 219, 242, .76);
  box-shadow: 0 4px 12px rgba(0, 100, 170, .18);
}
.mu88-home-article-media img {
  display: block;
  width: 100%;
  height: auto;
}
.mu88-home-article-media figcaption {
  margin: 0;
  padding: 11px 18px 13px;
  text-align: center;
  font-style: italic;
  font-size: 18px;
  color: #0d2737;
  background:
    linear-gradient(135deg, rgba(33, 176, 233, .35) 0 10%, rgba(205, 248, 255, .86) 10% 90%, rgba(33, 176, 233, .35) 90% 100%);
  border-top: 1px solid rgba(0, 153, 224, .44);
}
.mu88-home-article-body {
  color: #0d2737;
  font-size: 17px;
  line-height: 1.75;
}
.mu88-home-article-body p { margin: 0 0 16px; }
.mu88-home-article-body h2,
.mu88-home-article-body h3,
.mu88-home-article-body h4 {
  color: #0788df;
  margin: 20px 0 10px;
  line-height: 1.35;
}
.mu88-home-article-body a { color: #0485df; font-weight: 800; }
.mu88-home-article-body img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 3px 11px rgba(0, 109, 179, .18);
}

.mu88-card {
  background: var(--mu88-card);
  border: 1px solid var(--mu88-border);
  border-radius: var(--mu88-radius);
  box-shadow: var(--mu88-shadow);
  overflow: hidden;
  margin-bottom: 22px;
}
.mu88-card-title {
  margin: 0;
  padding: 9px 12px;
  color: #0788df;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}
.mu88-card-media img { display: block; width: 100%; }
.mu88-card-body { padding: 14px 13px 18px; }
.mu88-card-body p { margin-top: 0; }

.mu88-post-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 24px; }
.mu88-post-card {
  background: rgba(255,255,255,.72);
  border: 1px solid var(--mu88-border);
  border-radius: var(--mu88-radius);
  overflow: hidden;
  box-shadow: 0 3px 11px rgba(0,108,179,.15);
}
.mu88-post-card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; display: block; }
.mu88-post-card h2, .mu88-post-card h3 { margin: 0; padding: 10px 11px 4px; font-size: 16px; line-height: 1.35; }
.mu88-post-card p { margin: 0; padding: 0 11px 12px; color: #33576b; font-size: 13px; }
.mu88-post-meta { padding: 0 11px 8px; color: var(--mu88-muted); font-size: 12px; }

.mu88-download {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 235px;
  gap: 16px;
  align-items: center;
  padding: 20px 0 36px;
}
.mu88-download h2 {
  margin: 0 0 14px;
  border-top: 1px solid rgba(0, 159, 229, .36);
  border-bottom: 1px solid rgba(0, 159, 229, .36);
  display: inline-block;
  padding: 8px 20px;
  color: #198fe2;
  font-size: 22px;
  text-transform: uppercase;
}
.mu88-download p { max-width: 430px; }
.mu88-download-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.mu88-store-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 42px;
  padding: 7px 13px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff77fa, #8454ff);
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  box-shadow: 0 4px 0 rgba(63, 37, 143, .36);
}
.mu88-store-btn:hover { color: #fff; transform: translateY(-1px); }
.mu88-app img { filter: drop-shadow(0 12px 18px rgba(0, 105, 170, .26)); }

.mu88-sidebar { min-width: 0; }
.mu88-widget { margin-bottom: 18px; }
.mu88-widget-title {
  margin: 0 0 10px;
  color: #0b2c3d;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #0fa5f1;
  padding-bottom: 7px;
}
.mu88-recent-item {
  display: block;
  padding: 7px;
  border: 1px solid var(--mu88-border);
  border-radius: var(--mu88-radius);
  background: rgba(232,252,255,.8);
  box-shadow: 0 3px 9px rgba(0,92,168,.16);
  margin-bottom: 14px;
  text-align: center;
}
.mu88-recent-item img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 4px; display: block; }
.mu88-recent-item strong { display: block; margin-top: 7px; color: #006fbd; font-size: 13px; line-height: 1.35; }
.mu88-recent-item span { display: block; margin-top: 4px; color: #62899b; font-size: 11px; }

.mu88-pagination { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin: 20px 0 30px; }
.mu88-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 33px;
  height: 33px;
  padding: 0 10px;
  border: 1px solid var(--mu88-border);
  background: rgba(255,255,255,.72);
  border-radius: 6px;
  font-weight: 800;
}
.mu88-pagination .current { background: var(--mu88-primary); color: #fff; }

.mu88-article {
  background: rgba(239,253,255,.86);
  border: 1px solid var(--mu88-border);
  border-radius: var(--mu88-radius);
  box-shadow: var(--mu88-shadow);
  padding: 18px;
  margin-bottom: 28px;
}
.mu88-article h1 { margin: 0 0 10px; color: #067ed1; font-size: 28px; line-height: 1.25; }
.mu88-article .entry-content h2, .mu88-article .entry-content h3 { color: #0788df; }
.mu88-article .entry-content img { border-radius: 7px; box-shadow: 0 3px 11px rgba(0, 109, 179, .15); }
.mu88-article-meta { color: var(--mu88-muted); font-size: 13px; margin-bottom: 16px; }
.mu88-article-footer { border-top: 1px solid var(--mu88-border); padding-top: 12px; margin-top: 18px; color: var(--mu88-muted); }

.mu88-footer {
  position: relative;
  padding: 38px 18px 0;
  background:
    linear-gradient(180deg, rgba(212,249,255,.94), rgba(117,212,242,.92)),
    radial-gradient(circle at 25% 10%, rgba(255,255,255,.9), transparent 42%);
  border-top: 1px solid rgba(255,255,255,.75);
}
.mu88-footer-columns {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1.25fr;
  gap: 25px;
  align-items: start;
}
.mu88-footer-logo img { max-height: 58px; }
.mu88-footer h3 { margin: 0 0 12px; color: #0881d5; font-size: 16px; text-transform: uppercase; }
.mu88-footer p, .mu88-footer li { color: #244f63; font-size: 13px; }
.mu88-footer ul { list-style: none; padding: 0; margin: 0; }
.mu88-footer li { margin: 6px 0; }
.mu88-social { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.mu88-social a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #177bc0;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
.mu88-badges { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 12px; }
.mu88-badges span { border: 2px solid #0f8ad8; border-radius: 8px; background: rgba(255,255,255,.7); padding: 8px 10px; color: #0573be; font-weight: 900; font-size: 12px; }
.mu88-brand-strip { margin: 26px 0 14px; padding: 14px 10px; text-align: center; color: #4a7184; border-top: 1px solid rgba(0,139,207,.25); border-bottom: 1px solid rgba(0,139,207,.25); font-size: 13px; }
.mu88-brand-strip-image { display: block; max-width: 100%; height: auto; max-height: 76px; object-fit: contain; margin: 0 auto; }
.mu88-keywords { text-align: center; color: #244f63; font-size: 12px; margin-bottom: 20px; }
.mu88-copyright { margin: 0 -18px; padding: 13px 18px; background: #3f3f3f; color: #e3e3e3; text-align: center; font-size: 12px; }

.wp-caption { max-width: 100%; }
.wp-caption-text { color: var(--mu88-muted); font-size: 12px; text-align: center; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 0 16px 12px 0; }
.alignright { float: right; margin: 0 0 12px 16px; }
.gallery { display: grid; gap: 10px; }
.bypostauthor { outline: 1px solid rgba(0, 145, 225, .25); }

@media (max-width: 1180px) {
  body::before, body::after { display: none; }
  .mu88-site { max-width: 100%; }
}

@media (max-width: 820px) {
  .admin-bar .mu88-nav-wrap { top: 46px; }
  .mu88-topbar-inner { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .mu88-actions { justify-content: center; }
  .mu88-layout { grid-template-columns: 1fr; }
  .mu88-sidebar { order: 2; }
  .mu88-icon-row { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mu88-download { grid-template-columns: 1fr; text-align: center; }
  .mu88-download p { max-width: none; }
  .mu88-download-buttons { justify-content: center; }
  .mu88-footer-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .mu88-home-article-title { font-size: 20px; }
  .mu88-home-article-scrollbox { max-height: 560px; padding: 10px; }
  .mu88-home-article-body { font-size: 15px; }
  .mu88-home-article-media figcaption { font-size: 15px; }
  .mu88-menu-toggle { display: inline-flex; }
  .mu88-nav-inner { justify-content: space-between; padding: 7px 12px; }
  .mu88-menu { display: none; width: 100%; flex-direction: column; margin-top: 8px; }
  .mu88-menu.is-open { display: flex; }
  .mu88-nav-inner { flex-wrap: wrap; }
  .mu88-menu li { width: 100%; }
  .mu88-menu a { padding: 9px 11px; border-top: 1px solid rgba(255,255,255,.25); }
  .mu88-menu .sub-menu { position: static; display: block; box-shadow: none; background: rgba(255,255,255,.25); border: 0; padding-left: 16px; }
}

@media (max-width: 560px) {
  .mu88-main { padding: 14px 10px 0; }
  .mu88-topbar { padding-left: 10px; padding-right: 10px; }
  .mu88-headline-box { font-size: 18px; }
  .mu88-icon-row { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .mu88-post-grid { grid-template-columns: 1fr; }
  .mu88-footer-columns { grid-template-columns: 1fr; }
  .mu88-article h1 { font-size: 23px; }
}


.article-toc {
  background: #fff;
  border: 1px solid #9fa8af;
  border-radius: 6px;
  padding: 14px 18px;
  margin: 18px 0;
  color: #444;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08);
  max-width: 620px;
}

.article-toc-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.article-toc-title {
  color: #111;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.article-toc-toggle {
  width: 42px;
  height: 34px;
  border: 1px solid #999;
  border-radius: 6px;
  background: #fff;
  color: #111;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  flex: 0 0 auto;
}

.article-toc-list,
.article-toc-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.article-toc-list > .article-toc-item {
  margin: 6px 0;
}

.article-toc-sublist {
  margin: 5px 0 5px 28px;
}

.article-toc-sublist .article-toc-item {
  margin: 4px 0;
}

.article-toc-link {
  color: #4b4b4b;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
}

.article-toc-sublist .article-toc-link {
  font-size: 16px;
}

.article-toc-link:hover {
  color: #0788df;
  text-decoration: underline;
}

.article-toc.is-collapsed .article-toc-list {
  display: none;
}

.article-toc-arrow {
  display: inline-block;
}

@media (max-width: 768px) {
  .article-toc {
    max-width: 100%;
    padding: 12px 14px;
    margin: 16px 0;
  }

  .article-toc-title {
    font-size: 21px;
  }

  .article-toc-toggle {
    width: 38px;
    height: 32px;
    font-size: 16px;
  }

  .article-toc-link {
    font-size: 16px;
  }

  .article-toc-sublist {
    margin-left: 20px;
  }

  .article-toc-sublist .article-toc-link {
    font-size: 15px;
  }
}

body:not(.home) .mu88-sidebar {
  display: none !important;
}

body:not(.home) .mu88-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

body:not(.home) .mu88-content {
  width: 100% !important;
  max-width: 100% !important;
}

body:not(.home) .mu88-article {
  width: 100% !important;
  max-width: 100% !important;
}


.footer-guide-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-guide-menu li {
  margin: 8px 0;
}

.footer-guide-menu a {
  color: #24495b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.footer-guide-menu a::before {
  content: "✔";
  margin-right: 8px;
  color: #111;
  font-weight: 700;
}

.footer-guide-menu a:hover {
  color: #0788df;
}


body:not(.home) .mu88-sidebar {
  display: none !important;
}

body:not(.home) .mu88-layout {
  grid-template-columns: minmax(0, 1fr) !important;
}

body:not(.home) .mu88-content,
body:not(.home) .mu88-article {
  width: 100% !important;
  max-width: 100% !important;
}

/* Footer Guide Menu */
.footer-guide-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-guide-menu li {
  margin: 8px 0;
}

.footer-guide-menu a {
  color: #24495b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.footer-guide-menu a::before {
  content: "✔";
  margin-right: 8px;
  color: #111;
  font-weight: 700;
}

.footer-guide-menu a:hover {
  color: #0788df;
}

/* Footer About Menu */
.mu88-footer section:nth-child(2) ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mu88-footer section:nth-child(2) li {
  margin: 8px 0;
}

.mu88-footer section:nth-child(2) a {
  color: #24495b;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.mu88-footer section:nth-child(2) a::before {
  content: "♙";
  margin-right: 8px;
  color: #111;
}

.mu88-footer section:nth-child(2) a:hover {
  color: #0788df;
}


.mu88-badges {
  display: none !important;
}


.mu88-icon-row {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 16px 0 22px !important;
}

.game-card-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 22px 0 28px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.game-card {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 210px !important;
  overflow: hidden !important;
  border: 4px solid #ff1600 !important;
  border-radius: 14px !important;
  background: #111 !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  box-shadow: 0 8px 18px rgba(0, 0, 0, .22) !important;
}

.game-card:hover {
  transform: translateY(-3px) !important;
}

.game-card-title {
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 3 !important;
  height: 44px !important;
  line-height: 44px !important;
  text-align: center !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  color: #fff8b8 !important;
  background: linear-gradient(180deg, #ff6a00 0%, #ff2700 100%) !important;
  text-shadow:
    0 0 4px #ff0000,
    0 0 8px #ff0000,
    2px 2px 0 #d50000 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

.game-card img {
  display: block !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  top: 44px !important;
  width: 100% !important;
  height: calc(100% - 44px) !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-width: none !important;
  box-sizing: border-box !important;
}


@media (max-width: 1100px) {
  .game-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  .game-card {
    height: 190px !important;
  }
}


@media (max-width: 640px) {
  .mu88-icon-row {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 12px 0 18px !important;
  }

  .game-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 14px 0 20px !important;
  }

  .game-card {
    height: 135px !important;
    border-width: 3px !important;
    border-radius: 12px !important;
  }

  .game-card-title {
    height: 32px !important;
    line-height: 32px !important;
    font-size: 13px !important;
    letter-spacing: 0 !important;
  }

  .game-card img {
    top: 32px !important;
    height: calc(100% - 32px) !important;
  }
}




@media (min-width: 1101px) {
  .game-card-title {
    font-size: 15px !important;
    height: 38px !important;
    line-height: 38px !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
  }

  .game-card img {
    top: 38px !important;
    height: calc(100% - 38px) !important;
  }

  .game-card {
    height: 190px !important;
  }
}



body.home .mu88-sidebar,
body.front-page .mu88-sidebar {
  display: none !important;
}

body.home .mu88-layout,
body.front-page .mu88-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body.home .mu88-content,
body.front-page .mu88-content {
  width: 100% !important;
  max-width: 100% !important;
}

body.home .mu88-hero,
body.front-page .mu88-hero,
body.home .mu88-icon-row,
body.front-page .mu88-icon-row,
body.home .game-card-grid,
body.front-page .game-card-grid {
  width: 100% !important;
  max-width: 100% !important;
}



.back-top-btn {
  position: fixed;
  right: 22px;
  bottom: 90px;
  z-index: 9999;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #17b8ff, #0078d7);
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0, 90, 160, .35);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.back-top-btn.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-top-btn:hover {
  background: linear-gradient(180deg, #39c7ff, #006fc8);
  transform: translateY(-3px);
}

@media (max-width: 640px) {
  .back-top-btn {
    right: 14px;
    bottom: 70px;
    width: 42px;
    height: 42px;
    font-size: 24px;
    line-height: 42px;
  }
}
/* Dark blue and gold palette */
body {
  color: var(--mu88-text);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 212, 90, .35) 0%, transparent 28%),
    linear-gradient(180deg, #061b3a 0%, #073c7a 42%, #0a9fd8 100%) !important;
}

.mu88-site {
  background: rgba(226, 247, 255, 0.9) !important;
  box-shadow: 0 0 36px rgba(0, 12, 50, .42) !important;
}

.mu88-topbar {
  background: linear-gradient(180deg, #e9fbff 0%, #aeeaff 100%) !important;
}

.mu88-nav-wrap {
  background: linear-gradient(180deg, #005ecb 0%, #003f98 100%) !important;
  border-top: 1px solid rgba(255, 255, 255, .35) !important;
  border-bottom: 2px solid #ffd45a !important;
}

.mu88-menu a {
  color: #ffffff !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a {
  color: #102033 !important;
  background: linear-gradient(180deg, #ffe58a 0%, #ffc93c 100%) !important;
}

.mu88-menu .sub-menu {
  background: rgba(245, 252, 255, .98) !important;
  border-color: rgba(0, 95, 190, .28) !important;
}

.mu88-menu .sub-menu a {
  color: #102033 !important;
}

.mu88-pill {
  background: linear-gradient(180deg, #ffe98d 0%, #ffbd23 100%) !important;
  color: #102033 !important;
  border-color: #7b4b00 !important;
  box-shadow: 0 3px 0 rgba(80, 45, 0, .35) !important;
}

.mu88-search input[type="search"] {
  border-color: rgba(0, 95, 190, .32) !important;
  background: rgba(255, 255, 255, .72) !important;
}

.mu88-main {
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 255, 255, .9), transparent 34%),
    linear-gradient(180deg, rgba(229, 250, 255, .95), rgba(172, 232, 255, .82) 55%, rgba(130, 215, 245, .9)) !important;
}

.mu88-headline-box {
  color: #004ba8 !important;
  border-color: rgba(0, 95, 190, .35) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(211, 244, 255, .86)) !important;
}

.mu88-intro {
  border-left-color: #ffd45a !important;
  color: #102033 !important;
}

.mu88-card,
.mu88-article,
.mu88-home-article-panel,
.mu88-post-card {
  background: rgba(247, 253, 255, .94) !important;
  border-color: rgba(0, 105, 205, .32) !important;
  box-shadow: 0 6px 18px rgba(0, 80, 150, .18) !important;
}

.mu88-home-article-title,
.mu88-card-title,
.mu88-article h1,
.mu88-article .entry-content h2,
.mu88-article .entry-content h3,
.mu88-home-article-body h2,
.mu88-home-article-body h3,
.mu88-home-article-body h4,
.mu88-download h2 {
  color: #005ecb !important;
}

.mu88-home-article-scrollbox {
  background:
    linear-gradient(180deg, rgba(226, 248, 255, .92), rgba(246, 253, 255, .96)),
    radial-gradient(circle at 78% 4%, rgba(255, 212, 90, .18), transparent 28%) !important;
  scrollbar-color: #005ecb rgba(232, 247, 255, .9) !important;
}

.mu88-home-article-scrollbox::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #ffd45a, #005ecb) !important;
}

.mu88-widget-title {
  color: #003b80 !important;
  border-bottom-color: #ffd45a !important;
}

.mu88-recent-item {
  background: rgba(255, 255, 255, .88) !important;
  border-color: rgba(0, 105, 205, .28) !important;
}

.mu88-recent-item strong {
  color: #0052b8 !important;
}

.mu88-store-btn {
  background: linear-gradient(180deg, #ffd45a 0%, #ff9f1c 100%) !important;
  color: #102033 !important;
  box-shadow: 0 4px 0 rgba(110, 62, 0, .38) !important;
}

.mu88-store-btn:hover {
  color: #102033 !important;
}

.mu88-footer {
  background:
    radial-gradient(circle at 30% 0%, rgba(255, 212, 90, .28), transparent 36%),
    linear-gradient(180deg, #dff7ff 0%, #8bdcf9 100%) !important;
}

.mu88-footer h3 {
  color: #005ecb !important;
}

.mu88-footer p,
.mu88-footer li {
  color: #24495b !important;
}

.mu88-footer a,
.footer-guide-menu a,
.mu88-footer section:nth-child(2) a {
  color: #24495b !important;
}

.mu88-footer a:hover,
.footer-guide-menu a:hover,
.mu88-footer section:nth-child(2) a:hover {
  color: #005ecb !important;
}

.mu88-social a {
  background: linear-gradient(180deg, #006ed8, #003f98) !important;
  color: #ffffff !important;
}

.mu88-brand-strip {
  color: #24495b !important;
  border-top-color: rgba(0, 95, 190, .25) !important;
  border-bottom-color: rgba(0, 95, 190, .25) !important;
}

.mu88-keywords {
  color: #24495b !important;
}

.mu88-copyright {
  background: #081d36 !important;
  color: #e8f7ff !important;
}

.article-toc {
  border-color: rgba(0, 95, 190, .32) !important;
  box-shadow: 0 2px 8px rgba(0, 60, 140, .12) !important;
}

.article-toc-title {
  color: #102033 !important;
}

.article-toc-link:hover {
  color: #005ecb !important;
}

.game-card {
  border-color: #ffd45a !important;
  box-shadow: 0 8px 18px rgba(0, 20, 60, .28) !important;
}

.game-card-title {
  color: #102033 !important;
  background: linear-gradient(180deg, #ffe58a 0%, #ffbd23 100%) !important;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, .45),
    1px 1px 0 rgba(120, 70, 0, .25) !important;
}

.back-top-btn {
  background: linear-gradient(180deg, #ffd45a, #ff9f1c) !important;
  color: #102033 !important;
  box-shadow: 0 6px 16px rgba(80, 45, 0, .35) !important;
}

.back-top-btn:hover {
  background: linear-gradient(180deg, #ffe58a, #ffbd23) !important;
  color: #102033 !important;
}

h1,
h2,
h3,
h4,
h5,
.entry-title,
.page-title,
.mu88-article h1,
.mu88-article .entry-content h1,
.mu88-article .entry-content h2,
.mu88-article .entry-content h3,
.mu88-article .entry-content h4,
.mu88-article .entry-content h5,
.mu88-home-article-title,
.mu88-home-article-body h1,
.mu88-home-article-body h2,
.mu88-home-article-body h3,
.mu88-home-article-body h4,
.mu88-home-article-body h5,
.mu88-card-title,
.mu88-download h2,
.mu88-footer h3,
.article-toc-title {
  color: #003f98 !important;
}

.mu88-article .entry-content h2,
.mu88-article .entry-content h3,
.mu88-home-article-body h2,
.mu88-home-article-body h3 {
  border-left: 4px solid #ffd45a !important;
  padding-left: 10px !important;
}

.entry-content a,
.mu88-home-article-body a,
.mu88-card-body a,
.mu88-footer a,
.footer-guide-menu a,
.article-toc-link {
  color: #0052b8 !important;
}
.mu88-menu a,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .75),
    0 0 5px rgba(0, 0, 0, .45) !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a:hover,
.mu88-menu .current_page_item > a:hover {
  color: #2b1a00 !important;
  background: linear-gradient(180deg, #fff09a 0%, #ffd45a 45%, #f3a91f 100%) !important;
  border: 1px solid #ffe58a !important;
  border-radius: 22px !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 3px 0 rgba(92, 52, 0, .55),
    0 4px 10px rgba(0, 0, 0, .28) !important;
}

a:not(.mu88-pill):not(.mu88-store-btn):not(.game-card):not(.mu88-recent-item):not(.back-top-btn):hover,
.entry-content a:hover,
.mu88-home-article-body a:hover,
.mu88-card-body a:hover,
.mu88-footer a:hover,
.footer-guide-menu a:hover,
.article-toc-link:hover {
  color: #b87400 !important;
}

.mu88-menu a {
  color: #ffffff !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a {
  color: #102033 !important;
}

.mu88-pill,
.mu88-store-btn,
.game-card,
.mu88-social a,
.back-top-btn {
  text-decoration: none !important;
}

.mu88-nav-wrap {
  background: linear-gradient(180deg, #005ecb 0%, #00469e 100%) !important;
  border-bottom: 3px solid #ffd45a !important;
}

.mu88-menu {
  gap: 8px !important;
  align-items: center !important;
}

.mu88-menu li {
  margin: 6px 0 !important;
}

.mu88-menu a {
  color: #ffd45a !important;
  background: rgba(255, 212, 90, 0.08) !important;
  border: 1px solid rgba(255, 212, 90, 0.55) !important;
  border-radius: 18px !important;
  padding: 8px 15px !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .45) !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  color: #4a2b00 !important;
  background: linear-gradient(180deg, #ffe58a 0%, #ffbd2e 100%) !important;
  border-color: #ffd45a !important;
  box-shadow: 0 3px 0 rgba(80, 45, 0, .35) !important;
  text-shadow: none !important;
}

.mu88-menu .sub-menu {
  background: rgba(5, 36, 82, .96) !important;
  border: 1px solid rgba(255, 212, 90, .55) !important;
}

.mu88-menu .sub-menu a {
  color: #ffd45a !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 10px !important;
}

.mu88-menu .sub-menu a:hover {
  color: #4a2b00 !important;
  background: linear-gradient(180deg, #ffe58a 0%, #ffbd2e 100%) !important;
}

@media (max-width: 820px) {
  .mu88-menu {
    gap: 6px !important;
  }

  .mu88-menu a {
    border-radius: 12px !important;
    margin: 4px 0 !important;
    padding: 9px 12px !important;
  }
}

.mu88-menu a {
  color: #ffffff !important;
  background: rgba(0, 45, 105, 0.72) !important;
  border: 1px solid rgba(255, 212, 90, 0.85) !important;
  border-radius: 22px !important;
  padding: 9px 18px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .75),
    0 0 6px rgba(0, 0, 0, .55) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 2px 5px rgba(0, 0, 0, .22) !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  color: #2b1a00 !important;
  background: linear-gradient(180deg, #fff09a 0%, #ffd45a 45%, #f3a91f 100%) !important;
  border-color: #ffe58a !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 3px 0 rgba(92, 52, 0, .55),
    0 4px 10px rgba(0, 0, 0, .28) !important;
}

.mu88-menu {
  gap: 10px !important;
}

.mu88-menu li {
  margin: 6px 0 !important;
}

.mu88-nav-wrap {
  background: linear-gradient(180deg, #006bd8 0%, #004fa8 100%) !important;
  border-bottom: 3px solid #ffd45a !important;
}

.mu88-menu a {
  color: #fff4b8 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 11px 14px !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .8),
    0 0 5px rgba(0, 0, 0, .55) !important;
}

.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  color: #fff4b8 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .8),
    0 0 5px rgba(0, 0, 0, .55) !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a:hover,
.mu88-menu .current_page_item > a:hover {
  color: #2b1a00 !important;
  background: linear-gradient(180deg, #fff09a 0%, #ffd45a 45%, #f3a91f 100%) !important;
  border: 1px solid #ffe58a !important;
  border-radius: 22px !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 3px 0 rgba(92, 52, 0, .55),
    0 4px 10px rgba(0, 0, 0, .28) !important;
}

.mu88-menu {
  gap: 12px !important;
}

.mu88-menu a,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, .75),
    0 0 5px rgba(0, 0, 0, .45) !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a:hover,
.mu88-menu .current_page_item > a:hover {
  color: #2b1a00 !important;
  background: linear-gradient(180deg, #fff09a 0%, #ffd45a 45%, #f3a91f 100%) !important;
  border: 1px solid #ffe58a !important;
  border-radius: 22px !important;
  text-shadow: none !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .55),
    0 3px 0 rgba(92, 52, 0, .55),
    0 4px 10px rgba(0, 0, 0, .28) !important;
}


:root {
  --float-top: 0px;
  --float-topbar-h: 0px;
  --float-header-h: 0px;
}

body.header-is-fixed .mu88-site {
  padding-top: var(--float-header-h) !important;
}

body.header-is-fixed .mu88-topbar {
  position: fixed !important;
  top: var(--float-top) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(100vw, var(--mu88-wrap)) !important;
  z-index: 9998 !important;
  box-shadow: 0 6px 18px rgba(0, 40, 120, .28) !important;
}

body.header-is-fixed .mu88-nav-wrap {
  position: fixed !important;
  top: calc(var(--float-top) + var(--float-topbar-h)) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: min(100vw, var(--mu88-wrap)) !important;
  z-index: 9997 !important;
  box-shadow: 0 6px 18px rgba(0, 40, 120, .22) !important;
}

body.header-is-fixed .mu88-main {
  position: relative;
}

@media (max-width: 1180px) {
  body.header-is-fixed .mu88-topbar,
  body.header-is-fixed .mu88-nav-wrap {
    width: 100vw !important;
  }
}


/* MU88 header layout based on reference screenshot */
.mu88-header {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #4779da !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 30 !important;
}

.mu88-topbar {
  flex: 0 0 34% !important;
  max-width: 520px !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 20px !important;
}

.mu88-topbar-inner {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

.mu88-logo {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 0 !important;
  text-decoration: none !important;
}

.mu88-logo img {
  width: auto !important;
  max-width: 170px !important;
  max-height: 72px !important;
  object-fit: contain !important;
  display: block !important;
}

.mu88-search,
.mu88-actions {
  display: none !important;
}

.mu88-nav-wrap {
  flex: 1 1 auto !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  position: static !important;
  top: auto !important;
  z-index: 31 !important;
}

.admin-bar .mu88-nav-wrap { top: auto !important; }

.mu88-nav-inner {
  width: 100% !important;
  min-height: 78px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding: 0 32px 0 0 !important;
}

.mu88-menu {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: clamp(24px, 3.2vw, 58px) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.mu88-menu li {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.mu88-menu a,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 78px !important;
  padding: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  font-size: clamp(17px, 1.25vw, 22px) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a:hover,
.mu88-menu .current_page_item > a:hover,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  color: #ffffff !important;
  background: transparent !important;
  opacity: .86 !important;
  transform: none !important;
}

.mu88-menu .sub-menu {
  top: 100% !important;
  left: 0 !important;
  min-width: 210px !important;
  padding: 8px 0 !important;
  background: #4779da !important;
  border: 0 !important;
  border-radius: 0 0 8px 8px !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18) !important;
}

.mu88-menu .sub-menu a {
  min-height: auto !important;
  display: block !important;
  padding: 10px 16px !important;
  color: #ffffff !important;
  font-size: 16px !important;
}

.mu88-menu-toggle {
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 8px 14px !important;
  border: 1px solid rgba(255,255,255,.5) !important;
  border-radius: 6px !important;
  background: rgba(255,255,255,.15) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

body.header-is-fixed .mu88-site {
  padding-top: 0 !important;
}

body.header-is-fixed .mu88-topbar,
body.header-is-fixed .mu88-nav-wrap {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  .mu88-header {
    min-height: auto !important;
    padding: 0 14px !important;
  }
  .mu88-topbar {
    flex-basis: 240px !important;
    max-width: 240px !important;
    padding: 0 10px !important;
  }
  .mu88-nav-inner {
    padding-right: 8px !important;
  }
  .mu88-menu {
    gap: 24px !important;
  }
  .mu88-menu a {
    font-size: 18px !important;
  }
}

@media (max-width: 820px) {
  .mu88-header {
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 14px !important;
  }
  .mu88-topbar {
    flex: 0 0 auto !important;
    min-height: 54px !important;
    max-width: none !important;
    padding: 0 !important;
  }
  .mu88-logo img {
    max-height: 56px !important;
    max-width: 142px !important;
  }
  .mu88-nav-wrap {
    flex: 1 1 auto !important;
    min-height: 54px !important;
    justify-content: flex-end !important;
  }
  .mu88-nav-inner {
    min-height: 54px !important;
    justify-content: flex-end !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
  }
  .mu88-menu-toggle {
    display: inline-flex !important;
  }
  .mu88-menu {
    display: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    margin-top: 8px !important;
    background: rgba(29, 82, 168, .98) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  .mu88-menu.is-open {
    display: flex !important;
  }
  .mu88-menu li {
    width: 100% !important;
  }
  .mu88-menu a {
    min-height: auto !important;
    width: 100% !important;
    justify-content: flex-start !important;
    padding: 12px 16px !important;
    border-top: 1px solid rgba(255,255,255,.15) !important;
    font-size: 17px !important;
  }
  .mu88-menu .sub-menu {
    position: static !important;
    display: block !important;
    box-shadow: none !important;
    background: rgba(255,255,255,.08) !important;
    border-radius: 0 !important;
    padding: 0 !important;
  }
}

/* MU88 compact header fix - match reference screenshot */
.mu88-header {
  width: 100vw !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #4779da !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
}

.mu88-topbar {
  flex: 0 0 34% !important;
  max-width: 620px !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  padding: 0 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.mu88-topbar-inner {
  width: 100% !important;
  height: 107px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
}

.mu88-logo,
.mu88-logo:hover {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  height: 107px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.mu88-logo img {
  display: block !important;
  width: auto !important;
  max-width: 170px !important;
  max-height: 94px !important;
  object-fit: contain !important;
}

.mu88-search,
.mu88-actions {
  display: none !important;
}

.mu88-nav-wrap {
  flex: 1 1 auto !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  position: static !important;
  top: auto !important;
  overflow: visible !important;
}

.admin-bar .mu88-nav-wrap { top: auto !important; }

.mu88-nav-inner {
  width: 100% !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  padding: 0 48px 0 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  overflow: visible !important;
}

.mu88-menu {
  width: 100% !important;
  height: 107px !important;
  min-height: 107px !important;
  max-height: 107px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(22px, 3.2vw, 68px) !important;
  overflow: visible !important;
}

.mu88-menu li {
  flex: 0 0 auto !important;
  width: auto !important;
  height: 107px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.mu88-menu a,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 107px !important;
  min-height: 107px !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: none !important;
  font-size: clamp(19px, 1.16vw, 24px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
}

.mu88-menu a:hover,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
  color: #ffffff !important;
  background: transparent !important;
  opacity: .88 !important;
  transform: none !important;
}

body.header-is-fixed .mu88-site {
  padding-top: 0 !important;
}

body.header-is-fixed .mu88-topbar,
body.header-is-fixed .mu88-nav-wrap {
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: auto !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  .mu88-header,
  .mu88-topbar,
  .mu88-topbar-inner,
  .mu88-nav-wrap,
  .mu88-nav-inner,
  .mu88-menu,
  .mu88-menu li,
  .mu88-menu a {
    height: 82px !important;
    min-height: 82px !important;
    max-height: 82px !important;
  }
  .mu88-topbar {
    flex-basis: 260px !important;
    max-width: 260px !important;
    padding: 0 10px !important;
  }
  .mu88-logo img {
    max-width: 145px !important;
    max-height: 72px !important;
  }
  .mu88-nav-inner {
    padding-right: 16px !important;
  }
  .mu88-menu {
    gap: 22px !important;
    justify-content: flex-start !important;
  }
  .mu88-menu a {
    font-size: 18px !important;
  }
}

@media (max-width: 820px) {
  .mu88-header {
    height: auto !important;
    min-height: 66px !important;
    max-height: none !important;
    padding: 8px 14px !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
  }
  .mu88-topbar,
  .mu88-topbar-inner,
  .mu88-nav-wrap,
  .mu88-nav-inner {
    height: 56px !important;
    min-height: 56px !important;
    max-height: 56px !important;
  }
  .mu88-topbar {
    flex: 0 0 auto !important;
    max-width: none !important;
    padding: 0 !important;
  }
  .mu88-logo,
  .mu88-logo:hover {
    height: 56px !important;
  }
  .mu88-logo img {
    max-width: 132px !important;
    max-height: 54px !important;
  }
  .mu88-nav-wrap {
    flex: 1 1 auto !important;
    justify-content: flex-end !important;
  }
  .mu88-nav-inner {
    justify-content: flex-end !important;
    padding: 0 !important;
    flex-wrap: wrap !important;
  }
  .mu88-menu-toggle {
    display: inline-flex !important;
  }
  .mu88-menu {
    display: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    margin-top: 8px !important;
    background: rgba(29, 82, 168, .98) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }
  .mu88-menu.is-open {
    display: flex !important;
  }
  .mu88-menu li,
  .mu88-menu a {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .mu88-menu li {
    display: block !important;
  }
  .mu88-menu a {
    justify-content: flex-start !important;
    padding: 12px 16px !important;
    border-top: 1px solid rgba(255,255,255,.15) !important;
    font-size: 17px !important;
  }
}


/* MU88 final header/menu fix: one-line reference layout */
:root{
  --mu88-header-h: 92px;
  --mu88-header-blue: #477ed8;
}
body .mu88-header{
  width: 100vw !important;
  height: var(--mu88-header-h) !important;
  min-height: var(--mu88-header-h) !important;
  max-height: var(--mu88-header-h) !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 360px minmax(0, 1fr) !important;
  align-items: center !important;
  background: var(--mu88-header-blue) !important;
  overflow: hidden !important;
  border: 0 !important;
  box-shadow: none !important;
}
body .mu88-topbar,
body .mu88-topbar-inner,
body .mu88-nav-wrap,
body .mu88-nav-inner{
  height: var(--mu88-header-h) !important;
  min-height: var(--mu88-header-h) !important;
  max-height: var(--mu88-header-h) !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
body .mu88-topbar{
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 18px 0 42px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body .mu88-topbar-inner{
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body .mu88-logo,
body .mu88-logo:hover{
  width: auto !important;
  height: var(--mu88-header-h) !important;
  min-height: var(--mu88-header-h) !important;
  max-height: var(--mu88-header-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}
body .mu88-logo img{
  width: auto !important;
  max-width: 190px !important;
  max-height: 78px !important;
  object-fit: contain !important;
  display: block !important;
}
body .mu88-search,
body .mu88-actions{
  display: none !important;
}
body .mu88-nav-wrap{
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  position: static !important;
  top: auto !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
}
body .mu88-nav-inner{
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 34px 0 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}
body .mu88-menu-toggle{
  display: none !important;
}
body ul.mu88-menu,
body #mu88-primary-menu{
  width: 100% !important;
  height: var(--mu88-header-h) !important;
  min-height: var(--mu88-header-h) !important;
  max-height: var(--mu88-header-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: clamp(14px, 2.05vw, 52px) !important;
  overflow: hidden !important;
}
body ul.mu88-menu > li,
body #mu88-primary-menu > li{
  flex: 0 1 auto !important;
  width: auto !important;
  max-width: none !important;
  height: var(--mu88-header-h) !important;
  min-height: var(--mu88-header-h) !important;
  max-height: var(--mu88-header-h) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  overflow: visible !important;
}
body ul.mu88-menu > li > a,
body #mu88-primary-menu > li > a,
body ul.mu88-menu > li.current-menu-item > a,
body ul.mu88-menu > li.current_page_item > a,
body #mu88-primary-menu > li.current-menu-item > a,
body #mu88-primary-menu > li.current_page_item > a{
  height: var(--mu88-header-h) !important;
  min-height: var(--mu88-header-h) !important;
  max-height: var(--mu88-header-h) !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-decoration: none !important;
  text-transform: none !important;
  white-space: nowrap !important;
  font-size: clamp(18px, 1.18vw, 24px) !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}
body ul.mu88-menu > li > a:hover,
body #mu88-primary-menu > li > a:hover,
body ul.mu88-menu > li.current-menu-item > a:hover,
body ul.mu88-menu > li.current_page_item > a:hover,
body #mu88-primary-menu > li.current-menu-item > a:hover,
body #mu88-primary-menu > li.current_page_item > a:hover{
  color: #ffffff !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: .86 !important;
  transform: none !important;
}
body .mu88-menu .sub-menu,
body #mu88-primary-menu .sub-menu{
  display: none !important;
}
body.header-is-fixed .mu88-site{
  padding-top: 0 !important;
}
body.header-is-fixed .mu88-topbar,
body.header-is-fixed .mu88-nav-wrap{
  position: static !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  box-shadow: none !important;
}
@media (max-width: 1360px){
  body .mu88-header{
    grid-template-columns: 260px minmax(0, 1fr) !important;
  }
  body .mu88-topbar{
    padding-left: 24px !important;
    padding-right: 8px !important;
  }
  body .mu88-logo img{
    max-width: 155px !important;
  }
  body .mu88-nav-inner{
    padding-right: 18px !important;
  }
  body ul.mu88-menu,
  body #mu88-primary-menu{
    gap: 18px !important;
    justify-content: space-between !important;
  }
  body ul.mu88-menu > li > a,
  body #mu88-primary-menu > li > a{
    font-size: 18px !important;
  }
}
@media (max-width: 980px){
  :root{ --mu88-header-h: 64px; }
  body .mu88-header{
    grid-template-columns: 1fr auto !important;
    overflow: visible !important;
    padding: 0 14px !important;
  }
  body .mu88-topbar{
    padding: 0 !important;
  }
  body .mu88-logo img{
    max-width: 132px !important;
    max-height: 56px !important;
  }
  body .mu88-nav-wrap,
  body .mu88-nav-inner{
    overflow: visible !important;
    justify-content: flex-end !important;
    padding: 0 !important;
  }
  body .mu88-menu-toggle{
    display: inline-flex !important;
  }
  body ul.mu88-menu,
  body #mu88-primary-menu{
    display: none !important;
    position: absolute !important;
    left: 14px !important;
    right: 14px !important;
    top: var(--mu88-header-h) !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    background: #477ed8 !important;
    border-radius: 0 0 10px 10px !important;
    overflow: hidden !important;
    z-index: 9999 !important;
  }
  body ul.mu88-menu.is-open,
  body #mu88-primary-menu.is-open{
    display: flex !important;
  }
  body ul.mu88-menu > li,
  body #mu88-primary-menu > li,
  body ul.mu88-menu > li > a,
  body #mu88-primary-menu > li > a{
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  body ul.mu88-menu > li > a,
  body #mu88-primary-menu > li > a{
    justify-content: flex-start !important;
    padding: 13px 16px !important;
    font-size: 17px !important;
    border-top: 1px solid rgba(255,255,255,.16) !important;
  }
}

/* MU88: remove home app download block and rebuild footer like reference */
.mu88-download,
.home .mu88-download,
.front-page .mu88-download {
  display: none !important;
}

body .mu88-footer-new {
  margin: 0 !important;
  padding: 64px 42px 28px !important;
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 247, 188, .72), transparent 28%),
    linear-gradient(90deg, #d7f7ff 0%, #b6edfb 54%, #b9effb 100%) !important;
  border-top: 4px solid rgba(88, 195, 225, .65) !important;
  box-shadow: none !important;
  color: #24495b !important;
}

body .mu88-footer-new .mu88-footer-columns {
  width: 100% !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 0 0 58px !important;
  display: grid !important;
  grid-template-columns: 1.18fr 1.05fr 1fr 1.32fr !important;
  gap: clamp(34px, 5vw, 82px) !important;
  align-items: start !important;
  border-bottom: 1px solid rgba(0, 95, 180, .22) !important;
}

body .mu88-footer-new section {
  min-width: 0 !important;
}

body .mu88-footer-new .mu88-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 0 24px !important;
  text-decoration: none !important;
}

body .mu88-footer-new .mu88-footer-logo img {
  display: block !important;
  width: auto !important;
  max-width: 310px !important;
  max-height: 118px !important;
  object-fit: contain !important;
}

body .mu88-footer-new h3 {
  margin: 0 0 28px !important;
  padding: 0 !important;
  color: #004ba8 !important;
  font-size: clamp(24px, 2vw, 34px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-transform: uppercase !important;
  letter-spacing: .2px !important;
}

body .mu88-footer-new p,
body .mu88-footer-new li {
  color: #24495b !important;
  font-size: clamp(18px, 1.38vw, 26px) !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

body .mu88-footer-new p {
  margin: 0 0 24px !important;
}

body .mu88-footer-new ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body .mu88-footer-new li {
  margin: 0 0 22px !important;
  padding: 0 !important;
}

body .mu88-footer-new a {
  color: #005ecb !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

body .mu88-footer-new a:hover {
  color: #003f98 !important;
  text-decoration: underline !important;
}

body .mu88-footer-new .mu88-footer-menu li,
body .mu88-footer-new .mu88-footer-guide-menu li {
  position: relative !important;
  padding-left: 40px !important;
}

body .mu88-footer-new .mu88-footer-menu li::before {
  content: "♙" !important;
  position: absolute !important;
  left: 0 !important;
  top: .05em !important;
  color: #101010 !important;
  font-size: .9em !important;
  line-height: 1.5 !important;
}

body .mu88-footer-new .mu88-footer-guide-menu li::before {
  content: "✔" !important;
  position: absolute !important;
  left: 0 !important;
  top: -.02em !important;
  color: #111 !important;
  font-size: 1.05em !important;
  line-height: 1.5 !important;
  font-weight: 900 !important;
}

body .mu88-footer-new .mu88-social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 18px !important;
  margin-top: 26px !important;
}

body .mu88-footer-new .mu88-social a {
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #006ed8 0%, #004fb4 100%) !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body .mu88-footer-new .mu88-social a:hover {
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

body .mu88-footer-new .mu88-footer-contact li {
  position: relative !important;
  padding-left: 22px !important;
}

body .mu88-footer-new .mu88-footer-contact li::before {
  content: "•" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  color: #24495b !important;
}

body .mu88-footer-new .mu88-brand-strip,
body .mu88-footer-new .mu88-keywords,
body .mu88-footer-new .mu88-copyright,
body .mu88-brand-strip,
body .mu88-keywords,
body .mu88-copyright {
  display: none !important;
}

@media (max-width: 1180px) {
  body .mu88-footer-new {
    padding: 48px 24px 24px !important;
  }
  body .mu88-footer-new .mu88-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 42px !important;
  }
}

@media (max-width: 720px) {
  body .mu88-footer-new {
    padding: 36px 18px 22px !important;
  }
  body .mu88-footer-new .mu88-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
    padding-bottom: 36px !important;
  }
  body .mu88-footer-new h3 {
    font-size: 24px !important;
    margin-bottom: 18px !important;
  }
  body .mu88-footer-new p,
  body .mu88-footer-new li {
    font-size: 17px !important;
  }
  body .mu88-footer-new .mu88-footer-logo img {
    max-width: 230px !important;
    max-height: 96px !important;
  }
  body .mu88-footer-new .mu88-social a {
    width: 46px !important;
    height: 46px !important;
    font-size: 15px !important;
  }
}

/* MU88 footer compact typography fix */
body .mu88-footer-new {
  padding: 52px 36px 24px !important;
}

body .mu88-footer-new .mu88-footer-columns {
  max-width: 1540px !important;
  grid-template-columns: 1.35fr 1.35fr 1.2fr 1.65fr !important;
  gap: clamp(26px, 3.2vw, 58px) !important;
  padding-bottom: 46px !important;
}

body .mu88-footer-new .mu88-footer-logo {
  margin-bottom: 18px !important;
}

body .mu88-footer-new .mu88-footer-logo img {
  max-width: 260px !important;
  max-height: 98px !important;
}

body .mu88-footer-new h3 {
  margin-bottom: 22px !important;
  font-size: clamp(20px, 1.45vw, 27px) !important;
  line-height: 1.16 !important;
  letter-spacing: 0 !important;
}

body .mu88-footer-new p,
body .mu88-footer-new li {
  font-size: clamp(15px, 1.05vw, 19px) !important;
  line-height: 1.62 !important;
}

body .mu88-footer-new p {
  margin-bottom: 18px !important;
}

body .mu88-footer-new li {
  margin-bottom: 14px !important;
}

body .mu88-footer-new .mu88-footer-menu li,
body .mu88-footer-new .mu88-footer-guide-menu li {
  padding-left: 30px !important;
}

body .mu88-footer-new .mu88-footer-menu li::before,
body .mu88-footer-new .mu88-footer-guide-menu li::before {
  font-size: .82em !important;
  top: .08em !important;
}

body .mu88-footer-new .mu88-social {
  gap: 14px !important;
  margin-top: 20px !important;
}

body .mu88-footer-new .mu88-social a {
  width: 48px !important;
  height: 48px !important;
  font-size: 15px !important;
}

body .mu88-footer-new .mu88-footer-contact li {
  padding-left: 18px !important;
}

@media (max-width: 1180px) {
  body .mu88-footer-new {
    padding: 42px 24px 22px !important;
  }
  body .mu88-footer-new .mu88-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 42px !important;
  }
  body .mu88-footer-new h3 {
    font-size: 24px !important;
  }
}

@media (max-width: 720px) {
  body .mu88-footer-new {
    padding: 32px 16px 20px !important;
  }
  body .mu88-footer-new .mu88-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    padding-bottom: 30px !important;
  }
  body .mu88-footer-new h3 {
    font-size: 21px !important;
    margin-bottom: 14px !important;
  }
  body .mu88-footer-new p,
  body .mu88-footer-new li {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }
  body .mu88-footer-new .mu88-footer-logo img {
    max-width: 220px !important;
    max-height: 84px !important;
  }
  body .mu88-footer-new .mu88-social a {
    width: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
  }
}

/* MU88 footer layout final: guide + hashtag + contact + brand strip + copyright */
body .mu88-footer-new {
  padding: 50px 32px 0 !important;
  background:
    linear-gradient(180deg, rgba(216, 249, 255, .96), rgba(158, 230, 246, .94)),
    radial-gradient(circle at 10% 0%, rgba(255, 246, 205, .75), transparent 32%) !important;
  border-top: 6px solid rgba(71, 126, 216, .28) !important;
}

body .mu88-footer-new .mu88-footer-columns {
  max-width: 1500px !important;
  width: 100% !important;
  margin: 0 auto !important;
  display: grid !important;
  grid-template-columns: minmax(250px, .95fr) minmax(210px, .75fr) minmax(300px, 1.1fr) minmax(330px, 1.25fr) !important;
  gap: clamp(32px, 4vw, 76px) !important;
  align-items: start !important;
  padding-bottom: 34px !important;
}

body .mu88-footer-new .mu88-footer-logo {
  display: inline-block !important;
  margin: 0 0 20px !important;
}

body .mu88-footer-new .mu88-footer-logo img {
  display: block !important;
  width: auto !important;
  max-width: 250px !important;
  max-height: 96px !important;
  object-fit: contain !important;
}

body .mu88-footer-new h3 {
  margin: 0 0 24px !important;
  color: #004ea8 !important;
  font-size: clamp(24px, 1.7vw, 32px) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

body .mu88-footer-new p,
body .mu88-footer-new li,
body .mu88-footer-new .mu88-footer-keywords-text {
  color: #24495b !important;
  font-size: clamp(16px, 1.05vw, 20px) !important;
  line-height: 1.65 !important;
  font-weight: 400 !important;
}

body .mu88-footer-new p {
  margin: 0 0 18px !important;
}

body .mu88-footer-new ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .mu88-footer-new li {
  margin: 0 0 15px !important;
  padding: 0 !important;
}

body .mu88-footer-new a {
  color: #005ecb !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

body .mu88-footer-new a:hover {
  color: #003f98 !important;
  text-decoration: underline !important;
}

body .mu88-footer-new .mu88-footer-guide-menu li {
  position: relative !important;
  padding-left: 34px !important;
}

body .mu88-footer-new .mu88-footer-guide-menu li::before {
  content: "✔" !important;
  position: absolute !important;
  left: 0 !important;
  top: .02em !important;
  color: #101010 !important;
  font-size: .9em !important;
  line-height: 1.6 !important;
  font-weight: 900 !important;
}

body .mu88-footer-new .mu88-footer-hashtag h3 {
  color: #555a64 !important;
}

body .mu88-footer-new .mu88-footer-keywords-text {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  margin: 0 !important;
}

body .mu88-footer-new .mu88-footer-contact ul {
  list-style: disc !important;
  padding-left: 20px !important;
}

body .mu88-footer-new .mu88-footer-contact li {
  position: static !important;
  padding-left: 0 !important;
}

body .mu88-footer-new .mu88-footer-contact li::before {
  content: none !important;
}

body .mu88-footer-new .mu88-social {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  margin-top: 22px !important;
}

body .mu88-footer-new .mu88-social a {
  width: 50px !important;
  height: 50px !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(180deg, #006ed8, #004fb4) !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

body .mu88-footer-new .mu88-brand-strip,
body .mu88-brand-strip {
  display: block !important;
  max-width: 1500px !important;
  margin: 0 auto 24px !important;
  padding: 18px 0 !important;
  text-align: center !important;
  border-top: 1px solid rgba(0, 95, 190, .25) !important;
  border-bottom: 1px solid rgba(0, 95, 190, .25) !important;
  background: transparent !important;
}

body .mu88-footer-new .mu88-brand-strip-image,
body .mu88-brand-strip-image {
  display: block !important;
  max-width: 100% !important;
  max-height: 82px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

body .mu88-footer-new .mu88-copyright,
body .mu88-copyright {
  display: block !important;
  margin: 0 -32px !important;
  padding: 22px 18px !important;
  background: #071d34 !important;
  color: #e8f7ff !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
}

body .mu88-footer-new .mu88-keywords,
body .mu88-keywords {
  display: none !important;
}

@media (max-width: 1180px) {
  body .mu88-footer-new {
    padding: 42px 24px 0 !important;
  }
  body .mu88-footer-new .mu88-footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 34px 48px !important;
  }
  body .mu88-footer-new .mu88-copyright,
  body .mu88-copyright {
    margin: 0 -24px !important;
  }
}

@media (max-width: 720px) {
  body .mu88-footer-new {
    padding: 32px 16px 0 !important;
  }
  body .mu88-footer-new .mu88-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    padding-bottom: 26px !important;
  }
  body .mu88-footer-new .mu88-footer-logo img {
    max-width: 220px !important;
    max-height: 84px !important;
  }
  body .mu88-footer-new h3 {
    font-size: 22px !important;
    margin-bottom: 14px !important;
  }
  body .mu88-footer-new p,
  body .mu88-footer-new li,
  body .mu88-footer-new .mu88-footer-keywords-text {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }
  body .mu88-footer-new .mu88-social a {
    width: 42px !important;
    height: 42px !important;
    font-size: 14px !important;
  }
  body .mu88-footer-new .mu88-copyright,
  body .mu88-copyright {
    margin: 0 -16px !important;
    font-size: 14px !important;
    padding: 18px 14px !important;
  }
}


/* === MU88 final homepage/header overrides === */
/* Remove header search box completely and keep logo/actions aligned */
.mu88-search {
  display: none !important;
}

.mu88-topbar-inner {
  grid-template-columns: 205px minmax(0, 1fr) auto !important;
}

.mu88-actions {
  justify-self: end !important;
}

/* Remove homepage recent posts sidebar and make homepage content full width */
body.home .mu88-sidebar,
body.front-page .mu88-sidebar {
  display: none !important;
}

body.home .mu88-layout,
body.front-page .mu88-layout {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body.home .mu88-content,
body.front-page .mu88-content {
  width: 100% !important;
  max-width: 100% !important;
}

/* Remove footer social icons if old cached footer markup exists */
.mu88-social,
.mu88-footer-social,
.mu88-socials,
.mu88-social-links,
.mu88-footer-socials,
.footer-social,
.social-links {
  display: none !important;
}

/* Homepage game cards: theme color, no big title bar, small bottom label */
.game-card-grid {
  display: grid !important;
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  gap: 26px !important;
  padding: 28px 24px !important;
  margin: 14px 0 22px !important;
  background: linear-gradient(180deg, #d9f7ff 0%, #bff0ff 100%) !important;
}

.game-card {
  position: relative !important;
  display: block !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  border: 4px solid #0066c9 !important;
  background: #0066c9 !important;
  box-shadow: 0 10px 22px rgba(0, 80, 160, .25) !important;
  text-decoration: none !important;
  aspect-ratio: 0.74 / 1 !important;
  height: auto !important;
  transform: none !important;
}

.game-card img {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  border: 0 !important;
  border-radius: 13px !important;
  max-width: 100% !important;
  transform: none !important;
}

.game-card-title {
  position: absolute !important;
  left: 50% !important;
  bottom: 12px !important;
  top: auto !important;
  right: auto !important;
  z-index: 5 !important;
  transform: translateX(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 24px) !important;
  height: auto !important;
  min-height: 0 !important;
  line-height: 1.1 !important;
  padding: 7px 16px !important;
  margin: 0 !important;
  background: linear-gradient(180deg, #0877e8 0%, #0057b8 100%) !important;
  border: 2px solid rgba(255,255,255,.75) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.6) !important;
  box-shadow: 0 4px 12px rgba(0,0,0,.28) !important;
  pointer-events: none !important;
}

.game-card::before,
.game-card::after,
.game-card-title::before,
.game-card-title::after {
  display: none !important;
  content: none !important;
}

.game-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 16px 32px rgba(0, 80, 160, .38) !important;
}

.game-card:hover img {
  transform: scale(1.04) !important;
  transition: transform .25s ease !important;
}

@media (max-width: 1500px) {
  .game-card-grid {
    gap: 20px !important;
  }
  .game-card-title {
    font-size: 14px !important;
    padding: 6px 13px !important;
    bottom: 10px !important;
  }
}

@media (max-width: 1100px) {
  .game-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .game-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px !important;
    padding: 18px 12px !important;
  }
  .game-card {
    border-radius: 12px !important;
    border-width: 3px !important;
  }
  .game-card img {
    border-radius: 9px !important;
  }
  .game-card-title {
    font-size: 12px !important;
    padding: 5px 10px !important;
    bottom: 8px !important;
  }
}



/* Footer 布局修正：缩小标题，修复联系信息错位 */
.mu88-footer {
    padding: 34px 28px 0 !important;
    overflow: hidden !important;
}

/* 四栏重新分配，避免右侧联系方式被挤出去 */
.mu88-footer-columns {
    display: grid !important;
    grid-template-columns: 1.15fr 1.05fr 1.15fr 1.35fr !important;
    gap: 34px !important;
    align-items: flex-start !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
}

/* Footer 标题统一缩小 */
.mu88-footer h3,
.mu88-footer-title,
.mu88-footer-heading {
    font-size: 24px !important;
    line-height: 1.25 !important;
    margin: 0 0 22px !important;
    color: #0052b8 !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: 0 !important;
}

/* Hướng dẫn 这一栏标题再小一点 */
.mu88-footer-columns section:nth-child(2) h3,
.mu88-footer-columns .mu88-footer-guide h3 {
    font-size: 22px !important;
}

/* HASTAG 标题 */
.mu88-footer-columns section:nth-child(3) h3 {
    font-size: 22px !important;
    color: #555b66 !important;
}

/* 联系信息标题，防止太大挤出去 */
.mu88-footer-columns section:nth-child(4) h3 {
    font-size: 24px !important;
    white-space: nowrap !important;
}

/* Footer 正文整体缩小 */
.mu88-footer p,
.mu88-footer li,
.mu88-footer a {
    font-size: 17px !important;
    line-height: 1.7 !important;
}

/* 第一栏介绍文字 */
.mu88-footer-columns section:nth-child(1) p {
    font-size: 18px !important;
    line-height: 1.75 !important;
}

/* Hướng dẫn 菜单缩小 */
.mu88-footer-columns section:nth-child(2) li,
.mu88-footer-columns section:nth-child(2) a {
    font-size: 18px !important;
    line-height: 1.65 !important;
}

/* HASTAG 内容缩小并自动换行 */
.mu88-footer-columns section:nth-child(3),
.mu88-footer-columns section:nth-child(3) p,
.mu88-footer-columns section:nth-child(3) div {
    font-size: 17px !important;
    line-height: 1.65 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

/* 联系信息栏修正，不允许溢出 */
.mu88-footer-columns section:nth-child(4) {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
}

.mu88-footer-columns section:nth-child(4) li,
.mu88-footer-columns section:nth-child(4) p,
.mu88-footer-columns section:nth-child(4) a {
    font-size: 17px !important;
    line-height: 1.7 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
}

/* Logo 不要太大 */
.mu88-footer-logo img {
    max-width: 260px !important;
    max-height: 120px !important;
    height: auto !important;
}

/* 修复图标和文字距离过大 */
.mu88-footer li {
    margin: 8px 0 !important;
}

.mu88-footer section:nth-child(2) a::before,
.footer-guide-menu a::before {
    margin-right: 8px !important;
}

/* 中等屏幕 */
@media (max-width: 1200px) {
    .mu88-footer-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 40px !important;
    }

    .mu88-footer h3 {
        font-size: 22px !important;
    }
}

/* 手机端 */
@media (max-width: 680px) {
    .mu88-footer {
        padding: 28px 18px 0 !important;
    }

    .mu88-footer-columns {
        grid-template-columns: 1fr !important;
        gap: 24px !important;
    }

    .mu88-footer h3 {
        font-size: 21px !important;
    }

    .mu88-footer p,
    .mu88-footer li,
    .mu88-footer a {
        font-size: 16px !important;
    }
}

/* 修复 Footer 联系信息消失 / 被挤出问题 */
.mu88-footer {
    overflow: visible !important;
    padding: 34px 24px 0 !important;
}

.mu88-footer-columns {
    display: grid !important;
    grid-template-columns: 1.1fr 1fr 1.05fr 1.25fr !important;
    gap: 28px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    align-items: flex-start !important;
}

/* 每一栏都允许压缩，防止右侧被挤没 */
.mu88-footer-columns > section,
.mu88-footer-columns > div {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: visible !important;
}

/* 联系信息栏强制显示 */
.mu88-footer-columns section:nth-child(4),
.mu88-footer-columns > div:nth-child(4) {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

/* Footer 标题不要 nowrap，否则会撑爆 */
.mu88-footer h3,
.mu88-footer-title,
.mu88-footer-heading {
    white-space: normal !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
    margin-bottom: 18px !important;
}

/* 联系信息标题 */
.mu88-footer-columns section:nth-child(4) h3,
.mu88-footer-columns > div:nth-child(4) h3 {
    white-space: normal !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
}

/* Footer 正文统一缩小一点 */
.mu88-footer p,
.mu88-footer li,
.mu88-footer a {
    font-size: 16px !important;
    line-height: 1.65 !important;
}

/* 联系信息内容自动换行 */
.mu88-footer-columns section:nth-child(4) p,
.mu88-footer-columns section:nth-child(4) li,
.mu88-footer-columns section:nth-child(4) a,
.mu88-footer-columns > div:nth-child(4) p,
.mu88-footer-columns > div:nth-child(4) li,
.mu88-footer-columns > div:nth-child(4) a {
    font-size: 16px !important;
    line-height: 1.65 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
}

/* Logo 稍微缩小，给后面栏目腾空间 */
.mu88-footer-logo img {
    max-width: 230px !important;
    max-height: 105px !important;
}

/* 中等屏幕改成两列，避免挤压 */
@media (max-width: 1100px) {
    .mu88-footer-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 36px !important;
    }
}

/* 手机端单列 */
@media (max-width: 680px) {
    .mu88-footer-columns {
        grid-template-columns: 1fr !important;
    }
}

/* Footer 彻底修复：4栏不溢出 */
.mu88-footer {
    width: 100% !important;
    padding: 34px 34px 0 !important;
    overflow: hidden !important;
}

/* 关键：不要再超过父容器 */
.mu88-footer-columns {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;

    display: grid !important;
    grid-template-columns: 260px 220px 280px minmax(0, 1fr) !important;
    gap: 26px !important;
    align-items: flex-start !important;
}

/* 每一栏都允许压缩 */
.mu88-footer-columns > section,
.mu88-footer-columns > div {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

/* 标题缩小，避免撑开 */
.mu88-footer h3,
.mu88-footer-title,
.mu88-footer-heading {
    font-size: 21px !important;
    line-height: 1.25 !important;
    margin: 0 0 18px !important;
    white-space: normal !important;
}

/* Hướng dẫn / HASTAG / 联系栏标题 */
.mu88-footer-columns section:nth-child(2) h3,
.mu88-footer-columns section:nth-child(3) h3,
.mu88-footer-columns section:nth-child(4) h3 {
    font-size: 21px !important;
    white-space: normal !important;
}

/* 正文整体缩小 */
.mu88-footer p,
.mu88-footer li,
.mu88-footer a {
    font-size: 15px !important;
    line-height: 1.62 !important;
}

/* 左侧介绍文字 */
.mu88-footer-columns section:nth-child(1) p {
    font-size: 15px !important;
    line-height: 1.7 !important;
}

/* Logo 缩小，避免第一栏太宽 */
.mu88-footer-logo img {
    max-width: 230px !important;
    max-height: 105px !important;
    height: auto !important;
}

/* Hướng dẫn 菜单 */
.mu88-footer-columns section:nth-child(2) li,
.mu88-footer-columns section:nth-child(2) a {
    font-size: 15px !important;
    line-height: 1.6 !important;
}

/* HASTAG 自动换行 */
.mu88-footer-columns section:nth-child(3),
.mu88-footer-columns section:nth-child(3) p,
.mu88-footer-columns section:nth-child(3) div {
    font-size: 15px !important;
    line-height: 1.6 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

/* 联系信息栏强制在容器内 */
.mu88-footer-columns section:nth-child(4),
.mu88-footer-columns > div:nth-child(4) {
    min-width: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

/* 联系信息文字 */
.mu88-footer-columns section:nth-child(4) p,
.mu88-footer-columns section:nth-child(4) li,
.mu88-footer-columns section:nth-child(4) a,
.mu88-footer-columns > div:nth-child(4) p,
.mu88-footer-columns > div:nth-child(4) li,
.mu88-footer-columns > div:nth-child(4) a {
    font-size: 15px !important;
    line-height: 1.6 !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

/* 列表间距缩小 */
.mu88-footer li {
    margin: 7px 0 !important;
}

/* 中屏直接变两列，防止挤出 */
@media (max-width: 1150px) {
    .mu88-footer-columns {
        grid-template-columns: 1fr 1fr !important;
        gap: 28px 36px !important;
    }
}

/* 手机单列 */
@media (max-width: 680px) {
    .mu88-footer {
        padding: 28px 18px 0 !important;
    }

    .mu88-footer-columns {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }
}

/* =========================================================
   MU88 FINAL STYLE FIX
   Footer 联系信息显示修复 + 首页修复
   ========================================================= */

:root {
  --mu88-wrap: 1280px !important;
}

body .mu88-site {
  width: 100% !important;
  max-width: var(--mu88-wrap) !important;
  overflow: hidden !important;
}

/* 首页移除搜索框、右侧 Bài viết gần đây、下载区 */
body .mu88-search,
body.home .mu88-sidebar,
body.front-page .mu88-sidebar,
body .mu88-download,
body.home .mu88-download,
body.front-page .mu88-download {
  display: none !important;
}

body.home .mu88-layout,
body.front-page .mu88-layout {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
}

body.home .mu88-content,
body.front-page .mu88-content {
  width: 100% !important;
  max-width: 100% !important;
}

/* Footer 主体 */
body .mu88-footer-new,
body footer.mu88-footer-new,
body .mu88-footer {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 34px 28px 0 !important;
  margin: 0 !important;
  background:
    linear-gradient(180deg, rgba(216, 249, 255, .96), rgba(158, 230, 246, .94)),
    radial-gradient(circle at 10% 0%, rgba(255, 246, 205, .65), transparent 32%) !important;
  border-top: 6px solid rgba(71, 126, 216, .28) !important;
}

/* Footer 四栏：全部限制在容器内 */
body .mu88-footer-new .mu88-footer-columns,
body .mu88-footer .mu88-footer-columns {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 0 28px !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .9fr) minmax(0, 1fr) minmax(0, 1.2fr) !important;
  gap: 22px !important;
  align-items: flex-start !important;
  box-sizing: border-box !important;
  overflow: visible !important;
  border-bottom: 1px solid rgba(0, 95, 190, .22) !important;
}

body .mu88-footer-new .mu88-footer-columns > *,
body .mu88-footer .mu88-footer-columns > * {
  min-width: 0 !important;
  max-width: 100% !important;
  width: auto !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}

/* 第4栏联系方式强制显示 */
body .mu88-footer-new .mu88-footer-contact,
body .mu88-footer-new .mu88-footer-columns > :nth-child(4),
body .mu88-footer .mu88-footer-columns > :nth-child(4) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  min-width: 0 !important;
  max-width: 100% !important;
  overflow: visible !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

/* Logo 缩小 */
body .mu88-footer-new .mu88-footer-logo,
body .mu88-footer .mu88-footer-logo {
  display: inline-block !important;
  margin: 0 0 16px !important;
}

body .mu88-footer-new .mu88-footer-logo img,
body .mu88-footer .mu88-footer-logo img {
  display: block !important;
  width: auto !important;
  max-width: 210px !important;
  max-height: 82px !important;
  height: auto !important;
  object-fit: contain !important;
}

/* Footer 标题缩小 */
body .mu88-footer-new h3,
body .mu88-footer h3,
body .mu88-footer-title,
body .mu88-footer-heading {
  margin: 0 0 16px !important;
  padding: 0 !important;
  color: #004ea8 !important;
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 900 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

body .mu88-footer-new .mu88-footer-hashtag h3,
body .mu88-footer-new .mu88-footer-columns > :nth-child(3) h3,
body .mu88-footer .mu88-footer-columns > :nth-child(3) h3 {
  color: #555a64 !important;
}

/* Footer 文字 */
body .mu88-footer-new p,
body .mu88-footer-new li,
body .mu88-footer-new a,
body .mu88-footer-new .mu88-footer-keywords-text,
body .mu88-footer p,
body .mu88-footer li,
body .mu88-footer a {
  color: #24495b !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
  font-weight: 400 !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

body .mu88-footer-new p,
body .mu88-footer p {
  margin: 0 0 14px !important;
}

/* Hướng dẫn 菜单 */
body .mu88-footer-new .mu88-footer-guide-menu,
body .mu88-footer .mu88-footer-guide-menu,
body .footer-guide-menu {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body .mu88-footer-new .mu88-footer-guide-menu li,
body .mu88-footer .mu88-footer-guide-menu li,
body .footer-guide-menu li {
  position: relative !important;
  margin: 0 0 10px !important;
  padding-left: 24px !important;
}

body .mu88-footer-new .mu88-footer-guide-menu li::before,
body .mu88-footer .mu88-footer-guide-menu li::before,
body .footer-guide-menu li::before {
  content: "✔" !important;
  position: absolute !important;
  left: 0 !important;
  top: .05em !important;
  color: #111 !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
  font-weight: 900 !important;
}

body .mu88-footer-new .mu88-footer-guide-menu a,
body .mu88-footer .mu88-footer-guide-menu a,
body .footer-guide-menu a {
  color: #005ecb !important;
  text-decoration: none !important;
  font-size: 14px !important;
  line-height: 1.62 !important;
}

/* HASTAG 自动换行 */
body .mu88-footer-new .mu88-footer-keywords-text,
body .mu88-footer-new .mu88-footer-hashtag,
body .mu88-footer-new .mu88-footer-columns > :nth-child(3),
body .mu88-footer .mu88-footer-columns > :nth-child(3) {
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

/* 联系信息列表 */
body .mu88-footer-new .mu88-footer-contact ul,
body .mu88-footer-new .mu88-footer-columns > :nth-child(4) ul,
body .mu88-footer .mu88-footer-columns > :nth-child(4) ul {
  list-style: disc !important;
  padding-left: 18px !important;
  margin: 0 !important;
}

body .mu88-footer-new .mu88-footer-contact li,
body .mu88-footer-new .mu88-footer-columns > :nth-child(4) li,
body .mu88-footer .mu88-footer-columns > :nth-child(4) li {
  display: list-item !important;
  position: static !important;
  padding-left: 0 !important;
  margin: 0 0 12px !important;
  max-width: 100% !important;
  overflow: visible !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

body .mu88-footer-new .mu88-footer-contact li::before,
body .mu88-footer-new .mu88-footer-columns > :nth-child(4) li::before,
body .mu88-footer .mu88-footer-columns > :nth-child(4) li::before {
  content: none !important;
}

/* 社交图标移除 */
body .mu88-social,
body .mu88-footer-social,
body .mu88-socials,
body .mu88-social-links,
body .mu88-footer-socials,
body .footer-social,
body .social-links {
  display: none !important;
}

/* Footer Brand Strip Image 恢复 */
body .mu88-footer-new .mu88-brand-strip,
body .mu88-footer .mu88-brand-strip,
body .mu88-brand-strip {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto 18px !important;
  padding: 14px 0 !important;
  text-align: center !important;
  border-top: 1px solid rgba(0, 95, 190, .22) !important;
  border-bottom: 1px solid rgba(0, 95, 190, .22) !important;
  background: transparent !important;
}

body .mu88-footer-new .mu88-brand-strip-image,
body .mu88-footer .mu88-brand-strip-image,
body .mu88-brand-strip-image {
  display: block !important;
  max-width: 100% !important;
  max-height: 76px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}

/* 独立 keywords 区隐藏，HASTAG 栏显示关键词 */
body .mu88-keywords,
body .mu88-footer-new .mu88-keywords {
  display: none !important;
}

/* Copyright 恢复 */
body .mu88-footer-new .mu88-copyright,
body .mu88-footer .mu88-copyright,
body .mu88-copyright {
  display: block !important;
  width: auto !important;
  margin: 0 -28px !important;
  padding: 18px 14px !important;
  background: #071d34 !important;
  color: #e8f7ff !important;
  text-align: center !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  font-weight: 500 !important;
}

/* 中屏两列 */
@media (max-width: 1100px) {
  body .mu88-footer-new .mu88-footer-columns,
  body .mu88-footer .mu88-footer-columns {
    grid-template-columns: 1fr 1fr !important;
    gap: 28px 36px !important;
  }
}

/* 手机单列 */
@media (max-width: 680px) {
  body .mu88-footer-new,
  body footer.mu88-footer-new,
  body .mu88-footer {
    padding: 28px 16px 0 !important;
  }

  body .mu88-footer-new .mu88-footer-columns,
  body .mu88-footer .mu88-footer-columns {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding-bottom: 24px !important;
  }

  body .mu88-footer-new h3,
  body .mu88-footer h3 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }

  body .mu88-footer-new p,
  body .mu88-footer-new li,
  body .mu88-footer-new a,
  body .mu88-footer-new .mu88-footer-keywords-text,
  body .mu88-footer p,
  body .mu88-footer li,
  body .mu88-footer a {
    font-size: 14px !important;
    line-height: 1.58 !important;
  }

  body .mu88-footer-new .mu88-footer-logo img,
  body .mu88-footer .mu88-footer-logo img {
    max-width: 210px !important;
    max-height: 80px !important;
  }

  body .mu88-footer-new .mu88-copyright,
  body .mu88-footer .mu88-copyright,
  body .mu88-copyright {
    margin: 0 -16px !important;
    font-size: 13px !important;
    padding: 16px 12px !important;
  }
}

/* ===============================
   MU88 修复顶部 Logo + 首页大图尺寸
   =============================== */

/* 顶部恢复为：上方 logo/按钮区域 + 下方菜单 */
.mu88-header {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    background: transparent !important;
    overflow: visible !important;
}

/* 顶部 logo 区域 */
.mu88-topbar {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 78px !important;
    max-height: none !important;
    padding: 10px 24px 8px !important;
    background: linear-gradient(180deg, #c8efff, #94dafb) !important;
    box-sizing: border-box !important;
}

/* 顶部内容布局：Logo 左侧，按钮右侧 */
.mu88-topbar-inner {
    display: grid !important;
    grid-template-columns: 260px 1fr auto !important;
    align-items: center !important;
    gap: 18px !important;
    width: 100% !important;
    height: auto !important;
    min-height: 70px !important;
}

/* Logo 强制显示 */
.mu88-logo {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: auto !important;
    height: auto !important;
    min-height: 70px !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.mu88-logo img {
    display: block !important;
    width: auto !important;
    max-width: 230px !important;
    max-height: 72px !important;
    height: auto !important;
    object-fit: contain !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* 搜索框继续隐藏 */
.mu88-search {
    display: none !important;
}

/* 注册登录按钮 */
.mu88-actions {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 12px !important;
}

/* 菜单区域单独一行 */
.mu88-nav-wrap {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    max-height: none !important;
    background: linear-gradient(180deg, #11a9f8, #0090e4) !important;
    border-top: 1px solid rgba(255,255,255,.45) !important;
    border-bottom: 1px solid rgba(0,87,151,.32) !important;
    overflow: hidden !important;
    position: relative !important;
}

.mu88-nav-inner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    padding: 0 18px !important;
    overflow: hidden !important;
}

.mu88-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
    height: auto !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.mu88-menu li {
    flex: 0 0 auto !important;
    height: auto !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.mu88-menu a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 20px !important;
    color: #061f2d !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
}

/* 当前菜单/hover */
.mu88-menu a:hover,
.mu88-menu .current-menu-item > a,
.mu88-menu .current_page_item > a {
    color: #ffffff !important;
    background: rgba(0, 51, 91, .18) !important;
}

/* 首页 Banner 不要太高 */
.mu88-hero {
    margin-bottom: 16px !important;
    overflow: hidden !important;
}

.mu88-hero img {
    width: 100% !important;
    max-height: 460px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 3px !important;
}

/* 如果图片本身太高，强制统一比例 */
body.home .mu88-hero img,
body.front-page .mu88-hero img {
    aspect-ratio: 16 / 7 !important;
    height: auto !important;
    max-height: 460px !important;
    object-fit: cover !important;
}

/* 首页内容上边距缩小 */
body.home .mu88-main,
body.front-page .mu88-main {
    padding-top: 18px !important;
}

/* 平板适配 */
@media (max-width: 1100px) {
    .mu88-topbar-inner {
        grid-template-columns: 220px 1fr auto !important;
    }

    .mu88-logo img {
        max-width: 200px !important;
        max-height: 64px !important;
    }

    .mu88-menu a {
        font-size: 13px !important;
        padding: 0 12px !important;
    }

    body.home .mu88-hero img,
    body.front-page .mu88-hero img {
        max-height: 360px !important;
        aspect-ratio: 16 / 8 !important;
    }
}

/* 手机端 */
@media (max-width: 680px) {
    .mu88-topbar-inner {
        grid-template-columns: 1fr auto !important;
    }

    .mu88-logo img {
        max-width: 160px !important;
        max-height: 54px !important;
    }

    .mu88-actions {
        display: none !important;
    }

    .mu88-menu {
        flex-wrap: wrap !important;
    }

    .mu88-menu a {
        font-size: 12px !important;
        padding: 0 8px !important;
    }

    body.home .mu88-hero img,
    body.front-page .mu88-hero img {
        max-height: 260px !important;
        aspect-ratio: 16 / 9 !important;
    }
}

/* =========================================================
   MU88 DEFINITIVE HEADER + HERO OVERRIDE
   使用更高优先级覆盖前面重复的 body .mu88-* !important 规则
   ========================================================= */

:root {
  --mu88-wrap: 1280px !important;
}

html body .mu88-site {
  width: 100% !important;
  max-width: var(--mu88-wrap) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow: hidden !important;
}

/* Header 恢复为两行：Logo/按钮在上，菜单在下 */
html body .mu88-header {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  overflow: visible !important;
  border: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}

html body .mu88-topbar {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 88px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 8px 28px !important;
  background: linear-gradient(180deg, #d9f5ff 0%, #a8e4fb 100%) !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

html body .mu88-topbar-inner {
  display: grid !important;
  grid-template-columns: 250px minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-content: stretch !important;
  gap: 18px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 72px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body .mu88-logo,
html body .mu88-logo:hover {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: auto !important;
  height: auto !important;
  min-height: 72px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  transform: none !important;
}

html body .mu88-logo img {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-width: 230px !important;
  max-height: 72px !important;
  margin: 0 !important;
  object-fit: contain !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body .mu88-search {
  display: none !important;
}

html body .mu88-actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  justify-self: end !important;
  gap: 12px !important;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body .mu88-pill {
  min-height: 40px !important;
  padding: 7px 18px !important;
  border-radius: 22px !important;
  font-size: 14px !important;
  line-height: 1.1 !important;
}

/* 导航单独一行 */
html body .mu88-nav-wrap {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(180deg, #16aaf3 0%, #008fdc 100%) !important;
  border-top: 1px solid rgba(255,255,255,.48) !important;
  border-bottom: 1px solid rgba(0,76,135,.34) !important;
  box-shadow: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  overflow: hidden !important;
}

html body .mu88-nav-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 14px !important;
  overflow: hidden !important;
}

html body ul.mu88-menu,
html body #mu88-primary-menu {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  width: 100% !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  list-style: none !important;
}

html body ul.mu88-menu > li,
html body #mu88-primary-menu > li {
  display: block !important;
  flex: 0 1 auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 52px !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

html body ul.mu88-menu > li > a,
html body #mu88-primary-menu > li > a,
html body ul.mu88-menu > li.current-menu-item > a,
html body ul.mu88-menu > li.current_page_item > a,
html body #mu88-primary-menu > li.current-menu-item > a,
html body #mu88-primary-menu > li.current_page_item > a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  color: #102033 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  opacity: 1 !important;
  transform: none !important;
}

html body ul.mu88-menu > li > a:hover,
html body #mu88-primary-menu > li > a:hover,
html body ul.mu88-menu > li.current-menu-item > a,
html body ul.mu88-menu > li.current_page_item > a,
html body #mu88-primary-menu > li.current-menu-item > a,
html body #mu88-primary-menu > li.current_page_item > a {
  color: #ffffff !important;
  background: rgba(0, 65, 125, .23) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 1 !important;
}

/* 首页 Banner 限宽，保持原图比例，不裁切 */
html body.home .mu88-main,
html body.front-page .mu88-main {
  padding-top: 18px !important;
}

html body.home .mu88-hero,
html body.front-page .mu88-hero {
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto 18px !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body.home .mu88-hero img,
html body.front-page .mu88-hero img,
html body .mu88-hero img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  border-radius: 4px !important;
}

/* 防止 fixed header 旧逻辑再次覆盖 */
html body.header-is-fixed .mu88-site {
  padding-top: 0 !important;
}

html body.header-is-fixed .mu88-topbar,
html body.header-is-fixed .mu88-nav-wrap {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  width: 100% !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  html body .mu88-topbar-inner {
    grid-template-columns: 210px minmax(0, 1fr) auto !important;
  }

  html body .mu88-logo img {
    max-width: 190px !important;
    max-height: 64px !important;
  }

  html body ul.mu88-menu > li > a,
  html body #mu88-primary-menu > li > a {
    padding: 0 12px !important;
    font-size: 12px !important;
  }

  html body.home .mu88-hero,
  html body.front-page .mu88-hero {
    max-width: 900px !important;
  }
}

@media (max-width: 820px) {
  html body .mu88-topbar {
    min-height: 68px !important;
    padding: 6px 14px !important;
  }

  html body .mu88-topbar-inner {
    grid-template-columns: 1fr auto !important;
    min-height: 56px !important;
  }

  html body .mu88-logo,
  html body .mu88-logo:hover {
    min-height: 56px !important;
  }

  html body .mu88-logo img {
    max-width: 160px !important;
    max-height: 54px !important;
  }

  html body .mu88-actions {
    display: none !important;
  }

  html body .mu88-nav-inner {
    min-height: 50px !important;
    padding: 6px 12px !important;
    justify-content: space-between !important;
    overflow: visible !important;
  }

  html body .mu88-menu-toggle {
    display: inline-flex !important;
  }

  html body ul.mu88-menu,
  html body #mu88-primary-menu {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 12px !important;
    right: 12px !important;
    z-index: 9999 !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    flex-direction: column !important;
    align-items: stretch !important;
    background: #008fdc !important;
    overflow: hidden !important;
  }

  html body ul.mu88-menu.is-open,
  html body #mu88-primary-menu.is-open {
    display: flex !important;
  }

  html body ul.mu88-menu > li,
  html body #mu88-primary-menu > li,
  html body ul.mu88-menu > li > a,
  html body #mu88-primary-menu > li > a {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  html body ul.mu88-menu > li > a,
  html body #mu88-primary-menu > li > a {
    justify-content: flex-start !important;
    padding: 12px 16px !important;
    font-size: 14px !important;
    border-top: 1px solid rgba(255,255,255,.18) !important;
  }

  html body.home .mu88-hero,
  html body.front-page .mu88-hero {
    max-width: 100% !important;
  }
}

