#mhrh-app,
#mhrh-app * { box-sizing: border-box; }
#mhrh-app { color: var(--mh-text); font-family: var(--mh-font); line-height: 1.6; position: relative; z-index: 99990; }
#mhrh-app a { color: inherit; text-decoration: none; }
#mhrh-app button,
#mhrh-app input { font: inherit; }
#mhrh-app button { color: inherit; }
#mhrh-app ul { list-style: none; margin: 0; padding: 0; }
#mhrh-app .screen-reader-text { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute!important; width: 1px; word-wrap: normal!important; }
#mhrh-app .mh-svg { display: block; height: 1em; width: 1em; }
body.mhrh-lock { overflow: hidden; }
.mh-is-text-only > .mh-menu-link { cursor: default; }

#mhrh-app.mh-is-sticky .mh-header { position: sticky; top: 0; }
body.admin-bar #mhrh-app.mh-is-sticky .mh-header { top: 32px; }
.mh-header { isolation: isolate; z-index: 99991; }
.mh-device { display: none; }

/* Desktop shell */
@media (min-width: 1440px) {
  .mh-device-desktop { display: block; background: linear-gradient(180deg, color-mix(in srgb, var(--mh-bg) 96%, transparent), color-mix(in srgb, var(--mh-section) 97%, transparent)); border-bottom: 1px solid color-mix(in srgb, var(--mh-border) 76%, transparent); box-shadow: 0 14px 40px rgba(0,0,0,.28); backdrop-filter: blur(18px); }
  .mh-utility { min-height: 30px; padding: 3px clamp(24px,4vw,72px); display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--mh-muted); border-bottom: 1px solid color-mix(in srgb, var(--mh-border) 45%, transparent); font-size: 11px; }
  .mh-utility > div { display: flex; align-items: center; gap: 9px; }
  .mh-utility small { color: color-mix(in srgb, var(--mh-muted) 75%, transparent); font-family: ui-sans-serif,system-ui,sans-serif; font-size: 9px; letter-spacing: .13em; }
  .mh-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mh-green); box-shadow: 0 0 12px var(--mh-green); flex: 0 0 auto; }
  .mh-primary { position: relative; min-height: var(--mh-height-d); display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: stretch; padding-inline: clamp(20px,3vw,54px); }
  .mh-brand { grid-column: 2; align-self: center; justify-self: center; width: var(--mh-logo-d); min-width: var(--mh-logo-d); display: flex; align-items: center; justify-content: center; position: relative; z-index: 4; }
  .mh-logo-image { display: block; height: auto; max-height: calc(var(--mh-height-d) - 12px); max-width: 100%; width: 100%; object-fit: contain; }
  .mh-logo-fallback { align-items: center; display: flex; flex-direction: column; font-family: ui-sans-serif,system-ui,sans-serif; font-size: 17px; font-weight: 800; letter-spacing: .18em; line-height: 1; }
  .mh-logo-mark { color: var(--mh-accent); font-size: 34px; letter-spacing: 0; text-shadow: 0 0 var(--mh-neon) color-mix(in srgb, var(--mh-accent) 75%, transparent); }
  .mh-desktop-nav { display: flex; align-items: stretch; min-width: 0; position: static; }
  .mh-desktop-right { grid-column: 1; grid-row: 1; justify-content: flex-start; }
  .mh-desktop-left { grid-column: 3; grid-row: 1; justify-content: flex-start; padding-inline-end: 218px; }
  .mh-desktop-nav > .mh-menu { align-items: stretch; display: flex; min-width: 0; position: static; }
  .mh-desktop-nav > .mh-menu > li { align-items: stretch; display: flex; position: static; }
  .mh-desktop-nav > .mh-menu > li > .mh-menu-link { align-items: center; display: flex; gap: 8px; min-height: var(--mh-height-d); padding: 0 clamp(9px,1.05vw,18px); position: relative; white-space: nowrap; }
  .mh-desktop-nav > .mh-menu > li > .mh-menu-link::after { background: var(--mh-item-accent,var(--mh-accent)); bottom: 0; box-shadow: 0 0 var(--mh-neon) var(--mh-item-accent,var(--mh-accent)); content: ""; height: 2px; inset-inline: 50%; position: absolute; transition: inset .22s ease; }
  .mh-desktop-nav > .mh-menu > li:hover > .mh-menu-link::after,
  .mh-desktop-nav > .mh-menu > li:focus-within > .mh-menu-link::after,
  .mh-desktop-nav > .mh-menu > li.current-menu-item > .mh-menu-link::after { inset-inline: 14px; }
  .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-icon { color: var(--mh-item-accent,var(--mh-muted)); font-size: 21px; }
  .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-title { font-size: var(--mh-menu-d); font-weight: var(--mh-menu-weight); }
  .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-en,
  .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-summary { display: none; }
  .mh-desktop-nav > .mh-menu > li > .mh-sub-toggle { align-self: center; background: none; border: 0; color: var(--mh-muted); cursor: pointer; margin-inline-start: -10px; padding: 10px 3px; }
  .mh-desktop-actions { align-items: center; display: flex; gap: 8px; inset-inline-end: clamp(20px,3vw,54px); position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; }
  .mh-auth-buttons { display: flex; gap: 7px; }
  .mh-button { align-items: center; border: 1px solid color-mix(in srgb,var(--mh-border) 85%,transparent); border-radius: 10px; display: inline-flex; font-size: 13px; font-weight: 700; gap: 7px; justify-content: center; min-height: 44px; padding: 8px 14px; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
  .mh-button:hover { transform: translateY(-1px); }
  .mh-button-register { background: linear-gradient(135deg,color-mix(in srgb,var(--mh-accent) 82%,#fff),color-mix(in srgb,var(--mh-accent) 62%,#6d4a00)); border-color: var(--mh-accent); box-shadow: 0 0 var(--mh-neon) color-mix(in srgb,var(--mh-accent) 35%,transparent); color: #111; }
  .mh-button-login { background: color-mix(in srgb,var(--mh-card) 75%,transparent); }
}

/* Shared buttons */
.mh-icon-button { align-items: center; background: color-mix(in srgb,var(--mh-card) 80%,transparent); border: 1px solid color-mix(in srgb,var(--mh-border) 76%,transparent); border-radius: 11px; cursor: pointer; display: inline-flex; font-size: 22px; height: 44px; justify-content: center; padding: 0; transition: border-color .18s ease,box-shadow .18s ease,transform .18s ease; width: 44px; }
.mh-icon-button:hover,.mh-icon-button:focus-visible { border-color: var(--mh-accent); box-shadow: 0 0 var(--mh-neon) color-mix(in srgb,var(--mh-accent) 30%,transparent); outline: none; transform: translateY(-1px); }
.mh-item-copy { display: flex; flex-direction: column; min-width: 0; }
.mh-item-title { color: var(--mh-text); display: block; font-weight: var(--mh-menu-weight); }
.mh-item-en { color: var(--mh-item-accent,var(--mh-muted)); direction: ltr; display: block; font-family: ui-sans-serif,system-ui,sans-serif; font-size: var(--mh-en-size); font-weight: var(--mh-en-weight); letter-spacing: .07em; line-height: 1.3; text-transform: uppercase; }
.mh-item-summary { color: var(--mh-muted); display: block; font-size: 11px; font-weight: 400; line-height: 1.7; margin-top: 5px; }
.mh-item-icon { align-items: center; border: 1px solid color-mix(in srgb,var(--mh-item-accent,var(--mh-border)) 45%,transparent); border-radius: 10px; color: var(--mh-item-accent,var(--mh-accent)); display: inline-flex; flex: 0 0 auto; font-size: 23px; height: 42px; justify-content: center; width: 42px; }

/* Desktop mega menu */
@media (min-width: 1440px) {
  .mh-mega-panel { background: radial-gradient(circle at 12% 15%,color-mix(in srgb,var(--mh-cyan) 7%,transparent),transparent 30%),linear-gradient(145deg,color-mix(in srgb,var(--mh-section) 97%,transparent),color-mix(in srgb,var(--mh-bg) 98%,transparent)); border: 1px solid color-mix(in srgb,var(--mh-border) 82%,transparent); border-radius: 18px; box-shadow: 0 28px 70px rgba(0,0,0,.48); display: none; gap: 14px; grid-template-columns: repeat(4,minmax(0,1fr)); inset-inline: clamp(20px,3vw,54px); max-height: min(68vh,650px); overflow: auto; padding: 18px; position: absolute; top: calc(100% + 10px); z-index: 20; }
  .mh-menu > .menu-item-has-children:hover > .mh-mega-panel,
  .mh-menu > .menu-item-has-children:focus-within > .mh-mega-panel,
  .mh-menu > .menu-item-has-children.mh-open > .mh-mega-panel { display: grid; }
  .mh-mega-panel::before { background-image: radial-gradient(circle,var(--mh-border) 1px,transparent 1px); background-size: 18px 18px; content: ""; inset: 0; opacity: .12; pointer-events: none; position: absolute; }
  .mh-mega-panel > li { background: linear-gradient(160deg,color-mix(in srgb,var(--mh-card) 92%,transparent),color-mix(in srgb,var(--mh-section) 92%,transparent)); border: 1px solid color-mix(in srgb,var(--mh-item-accent,var(--mh-border)) 38%,var(--mh-border)); border-radius: 14px; min-height: 112px; overflow: hidden; padding: 15px; position: relative; }
  .mh-mega-panel > li::before { background: var(--mh-item-accent,var(--mh-accent)); box-shadow: 0 0 var(--mh-neon) var(--mh-item-accent,var(--mh-accent)); content: ""; height: 2px; inset-inline: 12px; position: absolute; top: 0; }
  .mh-mega-panel > li > .mh-menu-link { align-items: center; display: flex; gap: 11px; min-height: 54px; }
  .mh-mega-panel > li > .mh-menu-link .mh-item-title { font-size: 15px; }
  .mh-mega-panel .mh-sub-toggle { display: none; }
  .mh-mega-panel .mh-sub-list { border-top: 1px solid color-mix(in srgb,var(--mh-border) 55%,transparent); display: grid; gap: 4px; margin-top: 10px; padding-top: 9px; }
  .mh-mega-panel .mh-sub-list > li > .mh-menu-link { align-items: center; border-radius: 8px; display: flex; gap: 9px; min-height: 42px; padding: 6px 7px; transition: background .16s ease,transform .16s ease; }
  .mh-mega-panel .mh-sub-list > li > .mh-menu-link:hover { background: color-mix(in srgb,var(--mh-item-accent,var(--mh-accent)) 9%,transparent); transform: translateX(-2px); }
  .mh-mega-panel .mh-sub-list .mh-item-icon { border-radius: 8px; font-size: 18px; height: 32px; width: 32px; }
  .mh-mega-panel .mh-sub-list .mh-item-title { font-size: 13px; }
  .mh-mega-panel .mh-sub-list .mh-item-summary { display: none; }
  .mh-device-desktop.mh-template-2 { background: radial-gradient(circle at 50% 0,color-mix(in srgb,var(--mh-green) 7%,transparent),transparent 25%),linear-gradient(180deg,#070d14,var(--mh-bg)); border: 0; box-shadow: none; overflow: visible; padding: 34px 0 30px; }
  .mh-template-2 .mh-utility { display: none; }
  .mh-template-2 .mh-primary { background: linear-gradient(180deg,color-mix(in srgb,var(--mh-section) 94%,#05090e),color-mix(in srgb,var(--mh-bg) 97%,#020407)); border: 1px solid color-mix(in srgb,var(--mh-border) 88%,#9aa9b7); border-radius: 22px; box-shadow: inset 0 1px 0 rgba(255,255,255,.035),0 18px 50px rgba(0,0,0,.42); grid-template-columns: minmax(0,1fr) minmax(0,1fr); margin: 0 clamp(26px,2.2vw,46px); min-height: 92px; padding-inline: 20px; }
  .mh-template-2 .mh-brand-template-2 { aspect-ratio: 1; background: linear-gradient(145deg,#d9e1e8 0%,#60717d 28%,#23313b 58%,#b7c3ca 100%); clip-path: polygon(50% 0,79% 8%,95% 27%,95% 73%,79% 92%,50% 100%,21% 92%,5% 73%,5% 27%,21% 8%); filter: drop-shadow(0 18px 20px rgba(0,0,0,.5)) drop-shadow(0 0 10px color-mix(in srgb,var(--mh-green) 24%,transparent)); height: var(--mh-logo-t2); left: 50%; min-width: var(--mh-logo-t2); padding: 13px; position: absolute; top: 50%; transform: translate(-50%,-50%); width: var(--mh-logo-t2); z-index: 25; }
  .mh-template-2 .mh-brand-template-2::before { background: radial-gradient(circle at 50% 34%,color-mix(in srgb,var(--mh-green) 9%,transparent),transparent 40%),linear-gradient(160deg,#111d27,#071018 72%); clip-path: inherit; content: ""; inset: 2px; position: absolute; z-index: -1; }
  .mh-template-2 .mh-brand-template-2::after { border: 1px solid color-mix(in srgb,var(--mh-green) 68%,#c4d0d8); clip-path: inherit; content: ""; inset: 9px; position: absolute; }
  .mh-template-2 .mh-brand-template-2 .mh-logo-image { height: 100%; max-height: none; object-fit: contain; position: relative; width: 100%; z-index: 2; }
  .mh-template-2 .mh-brand-template-2 .mh-logo-fallback { font-size: 16px; position: relative; z-index: 2; }
  .mh-template-2 .mh-brand-template-2 .mh-logo-mark { color: #42e4b3; font-size: 52px; text-shadow: 0 0 18px color-mix(in srgb,var(--mh-green) 75%,transparent); }
  .mh-template-2 .mh-desktop-right { grid-column: 1; padding-inline-end: calc(var(--mh-logo-t2)/2 + 30px); }
  .mh-template-2 .mh-desktop-left { grid-column: 2; padding-inline-end: 252px; padding-inline-start: calc(var(--mh-logo-t2)/2 + 30px); }
  .mh-template-2 .mh-desktop-nav > .mh-menu > li > .mh-menu-link { gap: 9px; min-height: 92px; padding-inline: clamp(10px,1.1vw,18px); }
  .mh-template-2 .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-icon { border: 0; border-radius: 0; color: color-mix(in srgb,var(--mh-muted) 86%,#fff); font-size: 25px; height: auto; width: auto; }
  .mh-template-2 .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-title { font-size: 14px; font-weight: 700; }
  .mh-template-2 .mh-desktop-nav > .mh-menu > li > .mh-menu-link::after { background: var(--mh-green); bottom: 0; box-shadow: 0 0 16px var(--mh-green); height: 2px; }
  .mh-template-2 .mh-desktop-nav > .mh-menu > li:hover > .mh-menu-link,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li:focus-within > .mh-menu-link,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li.current-menu-item > .mh-menu-link,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li.current-menu-ancestor > .mh-menu-link { color: #3de0b0; }
  .mh-template-2 .mh-desktop-nav > .mh-menu > li:hover > .mh-menu-link .mh-item-icon,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li:focus-within > .mh-menu-link .mh-item-icon,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li.current-menu-item > .mh-menu-link .mh-item-icon,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li.current-menu-ancestor > .mh-menu-link .mh-item-icon { color: #35dfae; filter: drop-shadow(0 0 8px color-mix(in srgb,var(--mh-green) 68%,transparent)); }
  .mh-template-2 .mh-desktop-nav > .mh-menu > li:hover > .mh-menu-link::before,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li:focus-within > .mh-menu-link::before,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li.current-menu-item > .mh-menu-link::before,
  .mh-template-2 .mh-desktop-nav > .mh-menu > li.current-menu-ancestor > .mh-menu-link::before { background: #e8ffff; border-radius: 50%; bottom: -3px; box-shadow: 0 0 8px 3px var(--mh-green); content: ""; height: 5px; left: 50%; position: absolute; transform: translateX(-50%); width: 5px; }
  .mh-template-2 .mh-desktop-nav > .mh-menu > li > .mh-sub-toggle { display: none; }
  .mh-template-2 .mh-desktop-actions-template-2 { gap: 12px; inset-inline-end: 20px; }
  .mh-template-2 .mh-auth-combined { align-items: center; background: linear-gradient(100deg,#16b783,#42deb5); border: 1px solid #49e7be; border-radius: 999px; box-shadow: 0 0 18px color-mix(in srgb,var(--mh-green) 42%,transparent),inset 0 1px 0 rgba(255,255,255,.3); color: #f7fffc; cursor: pointer; display: inline-flex; font-size: 13px; font-weight: 700; gap: 9px; height: 50px; justify-content: center; min-width: 145px; padding: 0 18px; text-shadow: 0 1px 2px rgba(0,0,0,.25); }
  .mh-template-2 .mh-auth-combined .mh-svg { font-size: 21px; }
  .mh-template-2 .mh-action-divider { background: linear-gradient(transparent,color-mix(in srgb,var(--mh-border) 78%,#a4b1bc),transparent); display: block; height: 42px; width: 1px; }
  .mh-template-2 .mh-search-round { background: linear-gradient(160deg,#172633,#0b141d); border-color: color-mix(in srgb,var(--mh-border) 88%,#91a0ad); border-radius: 50%; box-shadow: 0 8px 18px rgba(0,0,0,.35); color: #e6edf2; height: 48px; width: 48px; }
  .mh-template-2 .mh-search-round:hover,.mh-template-2 .mh-search-round:focus-visible { border-color: var(--mh-green); box-shadow: 0 0 18px color-mix(in srgb,var(--mh-green) 35%,transparent); }
  .mh-template-2 .mh-mega-panel { grid-template-columns: repeat(4,minmax(0,1fr)); top: calc(100% + 16px); }
  .mh-template-2 .mh-mega-panel > .mh-is-featured,
  .mh-template-2 .mh-mega-panel > li:first-child { background: radial-gradient(circle at 80% 20%,color-mix(in srgb,var(--mh-item-accent,var(--mh-green)) 18%,transparent),transparent 46%),linear-gradient(145deg,var(--mh-card),var(--mh-bg)); grid-column: span 2; grid-row: span 2; min-height: 245px; padding: 24px; }
  .mh-template-2 .mh-mega-panel > .mh-is-featured > .mh-menu-link,
  .mh-template-2 .mh-mega-panel > li:first-child > .mh-menu-link { align-items: flex-start; }
  .mh-template-2 .mh-mega-panel > .mh-is-featured .mh-item-icon,
  .mh-template-2 .mh-mega-panel > li:first-child .mh-item-icon { font-size: 34px; height: 58px; width: 58px; }
  .mh-template-2 .mh-mega-panel > .mh-is-featured .mh-item-title,
  .mh-template-2 .mh-mega-panel > li:first-child .mh-item-title { font-size: 20px; }
}

/* Compact tablet/mobile bars */
@media (max-width: 1439px) {
  .mh-compact-bar { align-items: center; background: color-mix(in srgb,var(--mh-section) 94%,transparent); border-bottom: 1px solid color-mix(in srgb,var(--mh-border) 72%,transparent); box-shadow: 0 12px 34px rgba(0,0,0,.25); display: grid; grid-template-columns: 1fr auto 1fr; padding-inline: 14px; backdrop-filter: blur(18px); }
  .mh-compact-bar > .mh-menu-trigger { justify-self: start; }
  .mh-compact-bar > .mh-brand { justify-self: center; }
  .mh-compact-actions { display: flex; gap: 7px; justify-self: end; }
  .mh-compact-bar .mh-brand,.mh-drawer-head .mh-brand { align-items: center; display: flex; justify-content: center; }
  .mh-compact-bar .mh-logo-image,.mh-drawer-head .mh-logo-image { display: block; height: auto; object-fit: contain; }
  .mh-compact-bar .mh-logo-fallback,.mh-drawer-head .mh-logo-fallback { align-items: center; display: flex; flex-direction: column; font-family: ui-sans-serif,system-ui,sans-serif; font-size: 13px; font-weight: 800; letter-spacing: .14em; line-height: .9; }
  .mh-compact-bar .mh-logo-mark,.mh-drawer-head .mh-logo-mark { color: var(--mh-accent); font-size: 25px; letter-spacing: 0; }
  .mh-drawer-backdrop { background: rgba(1,5,9,.72); inset: 0; opacity: 0; position: fixed; transition: opacity .22s ease; z-index: 99992; }
  .mh-drawer-backdrop.mh-visible { opacity: 1; }
  .mh-drawer { background: radial-gradient(circle at 15% 8%,color-mix(in srgb,var(--mh-cyan) 8%,transparent),transparent 28%),var(--mh-bg); border-inline-start: 1px solid color-mix(in srgb,var(--mh-border) 80%,transparent); display: flex; flex-direction: column; height: 100dvh; inset-block: 0; inset-inline-start: 0; max-width: 100%; overflow: hidden; position: fixed; transform: translateX(105%); transition: transform .24s cubic-bezier(.22,.8,.26,1); visibility: hidden; width: min(92vw,430px); z-index: 99993; }
  .mh-drawer.mh-open { transform: translateX(0); visibility: visible; }
  .mh-drawer-head { align-items: center; border-bottom: 1px solid color-mix(in srgb,var(--mh-border) 62%,transparent); display: grid; flex: 0 0 auto; grid-template-columns: 48px 1fr 48px; min-height: 70px; padding: 7px 14px; }
  .mh-drawer-head .mh-brand { grid-column: 2; }
  .mh-drawer-close { background: transparent; border: 0; cursor: pointer; font-size: 26px; grid-column: 3; grid-row: 1; height: 48px; justify-self: end; padding: 12px; width: 48px; }
  .mh-drawer-nav { flex: 1 1 auto; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 12px 14px 24px; scrollbar-color: var(--mh-border) transparent; }
  .mh-drawer-nav .mh-menu > li { border-bottom: 1px solid color-mix(in srgb,var(--mh-border) 52%,transparent); position: relative; }
  .mh-drawer-nav .mh-menu-link { align-items: center; display: flex; gap: 11px; min-height: 54px; padding: 7px 2px; }
  .mh-drawer-nav .mh-menu > li > .mh-menu-link { padding-inline-end: 48px; }
  .mh-drawer-nav .mh-item-title { font-size: var(--mh-menu-m); }
  .mh-drawer-nav .mh-item-summary { display: none; }
  .mh-drawer-nav .mh-sub-toggle { align-items: center; background: transparent; border: 0; cursor: pointer; display: flex; font-size: 20px; height: 48px; inset-inline-end: 0; justify-content: center; position: absolute; top: 4px; transition: transform .2s ease; width: 48px; }
  .mh-drawer-nav li.mh-open > .mh-sub-toggle { transform: rotate(180deg); }
  .mh-drawer-nav .sub-menu { display: none; }
  .mh-drawer-nav li.mh-open > .sub-menu { display: grid; }
  .mh-drawer-nav .mh-mega-panel { gap: 9px; padding: 5px 0 13px; }
  .mh-drawer-nav .mh-mega-panel > li { background: color-mix(in srgb,var(--mh-card) 83%,transparent); border: 1px solid color-mix(in srgb,var(--mh-item-accent,var(--mh-border)) 40%,var(--mh-border)); border-radius: 12px; min-width: 0; padding: 8px 11px; position: relative; }
  .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link { min-height: 52px; padding-inline-end: 46px; }
  .mh-drawer-nav .mh-sub-list { border-top: 1px solid color-mix(in srgb,var(--mh-border) 50%,transparent); gap: 2px; padding: 6px 0 4px; }
  .mh-drawer-nav .mh-sub-list .mh-menu-link { min-height: 46px; padding: 4px 2px; }
  .mh-drawer-nav .mh-sub-list .mh-item-icon { font-size: 17px; height: 30px; width: 30px; }
  .mh-drawer-nav .mh-sub-list .mh-item-title { font-size: 13px; }
  .mh-drawer-footer { background: color-mix(in srgb,var(--mh-section) 96%,transparent); border-top: 1px solid color-mix(in srgb,var(--mh-border) 70%,transparent); flex: 0 0 auto; padding: 12px 14px max(12px,env(safe-area-inset-bottom)); }
  .mh-drawer-footer .mh-auth-buttons { display: grid; gap: 9px; grid-template-columns: 1fr 1fr; }
  .mh-drawer-footer .mh-button { align-items: center; border: 1px solid var(--mh-border); border-radius: 11px; display: flex; font-weight: 700; gap: 8px; justify-content: center; min-height: 50px; }
  .mh-drawer-footer .mh-button-register { background: linear-gradient(135deg,var(--mh-accent),color-mix(in srgb,var(--mh-accent) 68%,#6d4a00)); border-color: var(--mh-accent); color: #111; }
  .mh-drawer-footer p { color: var(--mh-muted); font-size: 10px; margin: 8px 0 0; text-align: center; }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .mh-device-tablet { display: block; }
  .mh-device-mobile { display: none; }
  .mh-device-tablet .mh-compact-bar { min-height: var(--mh-height-t); }
  .mh-device-tablet .mh-compact-bar .mh-brand { width: var(--mh-logo-t); }
  .mh-device-tablet .mh-compact-bar .mh-logo-image { max-height: calc(var(--mh-height-t) - 12px); width: var(--mh-logo-t); }
  .mh-device-tablet .mh-drawer { width: min(94vw,820px); }
  .mh-device-tablet .mh-drawer-nav .mh-mega-panel { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mh-device-tablet .mh-drawer-nav .mh-mega-panel > li { min-height: 126px; }
  .mh-device-tablet.mh-template-2 .mh-drawer-nav .mh-mega-panel > .mh-is-featured,
  .mh-device-tablet.mh-template-2 .mh-drawer-nav .mh-mega-panel > li:first-child { grid-column: span 2; background: radial-gradient(circle at 10% 10%,color-mix(in srgb,var(--mh-green) 16%,transparent),transparent 45%),var(--mh-card); }
}

@media (max-width: 767px) {
  .mh-device-mobile { display: block; }
  .mh-device-tablet { display: none; }
  .mh-device-mobile .mh-compact-bar { min-height: var(--mh-height-m); }
  .mh-device-mobile .mh-compact-bar .mh-brand { width: var(--mh-logo-m); }
  .mh-device-mobile .mh-compact-bar .mh-logo-image { max-height: calc(var(--mh-height-m) - 10px); width: var(--mh-logo-m); }
  .mh-device-mobile .mh-icon-button { height: 42px; width: 42px; }
  .mh-device-mobile .mh-compact-actions .mh-search-trigger { display: none; }
  .mh-device-mobile.mh-template-2 .mh-compact-bar .mh-brand { background: var(--mh-section); border: 1px solid color-mix(in srgb,var(--mh-accent) 55%,var(--mh-border)); border-radius: 16px; box-shadow: 0 0 var(--mh-neon) color-mix(in srgb,var(--mh-accent) 24%,transparent); padding: 5px 9px; transform: translateY(5px); }
  .mh-device-mobile .mh-drawer-nav .mh-mega-panel { grid-template-columns: 1fr; }
}

@media (max-width: 782px) {
  body.admin-bar #mhrh-app.mh-is-sticky .mh-header { top: 46px; }
}

/* Modals */
.mh-modal[hidden] { display: none; }
.mh-modal { align-items: flex-start; display: flex; inset: 0; justify-content: center; padding: max(78px,10vh) 16px 24px; position: fixed; z-index: 100000; }
.mh-modal-backdrop { background: rgba(1,4,8,.82); inset: 0; position: absolute; backdrop-filter: blur(8px); }
.mh-modal-card { background: radial-gradient(circle at 10% 0,color-mix(in srgb,var(--mh-cyan) 10%,transparent),transparent 32%),linear-gradient(150deg,var(--mh-section),var(--mh-bg)); border: 1px solid color-mix(in srgb,var(--mh-border) 84%,transparent); border-radius: 20px; box-shadow: 0 30px 90px rgba(0,0,0,.62); max-height: min(78vh,680px); max-width: 680px; overflow: auto; padding: clamp(20px,4vw,34px); position: relative; width: 100%; }
.mh-modal-close { align-items: center; background: color-mix(in srgb,var(--mh-card) 82%,transparent); border: 1px solid var(--mh-border); border-radius: 10px; cursor: pointer; display: flex; font-size: 20px; height: 42px; inset-inline-end: 16px; justify-content: center; position: absolute; top: 16px; width: 42px; }
.mh-search-heading { align-items: center; display: flex; gap: 14px; padding-inline-end: 54px; }
.mh-search-heading h2,.mh-auth-card h2 { color: var(--mh-text); font-size: clamp(20px,3vw,28px); line-height: 1.4; margin: 0; }
.mh-search-heading p { color: var(--mh-cyan); font-family: ui-sans-serif,system-ui,sans-serif; font-size: 10px; letter-spacing: .15em; margin: 2px 0 0; }
.mh-search-orb,.mh-auth-icon { align-items: center; background: color-mix(in srgb,var(--mh-cyan) 12%,var(--mh-card)); border: 1px solid color-mix(in srgb,var(--mh-cyan) 54%,var(--mh-border)); border-radius: 14px; color: var(--mh-cyan); display: flex; flex: 0 0 auto; font-size: 28px; height: 54px; justify-content: center; width: 54px; }
.mh-search-form { align-items: center; background: color-mix(in srgb,var(--mh-card) 88%,transparent); border: 1px solid color-mix(in srgb,var(--mh-border) 85%,transparent); border-radius: 14px; display: flex; margin-top: 22px; overflow: hidden; padding: 5px 6px; transition: border-color .18s ease,box-shadow .18s ease; }
.mh-search-form:focus-within { border-color: var(--mh-cyan); box-shadow: 0 0 var(--mh-neon) color-mix(in srgb,var(--mh-cyan) 20%,transparent); }
.mh-search-form input { background: transparent; border: 0; color: var(--mh-text); flex: 1; min-height: 48px; outline: 0; padding: 7px 12px; width: 100%; }
.mh-search-form input::placeholder { color: var(--mh-muted); }
.mh-search-form button { align-items: center; background: linear-gradient(135deg,var(--mh-cyan),color-mix(in srgb,var(--mh-cyan) 60%,#086276)); border: 0; border-radius: 10px; color: #031116; cursor: pointer; display: flex; font-size: 22px; height: 44px; justify-content: center; width: 48px; }
.mh-search-status { color: var(--mh-muted); font-size: 12px; min-height: 22px; padding: 10px 3px 4px; }
.mh-search-results { display: grid; gap: 7px; }
.mh-search-result { align-items: center; background: color-mix(in srgb,var(--mh-card) 70%,transparent); border: 1px solid color-mix(in srgb,var(--mh-border) 58%,transparent); border-radius: 11px; display: flex; gap: 11px; min-height: 56px; padding: 8px 11px; transition: border-color .16s ease,transform .16s ease; }
.mh-search-result:hover { border-color: var(--mh-cyan); transform: translateX(-2px); }
.mh-search-result-icon { align-items: center; background: color-mix(in srgb,var(--mh-cyan) 10%,transparent); border-radius: 8px; color: var(--mh-cyan); display: flex; font-size: 19px; height: 36px; justify-content: center; width: 36px; }
.mh-search-result strong { display: block; font-size: 14px; }
.mh-search-result small { color: var(--mh-muted); font-size: 10px; }
.mh-auth-card { max-width: 430px; text-align: center; }
.mh-auth-card .mh-auth-icon { margin: 10px auto 14px; }
.mh-auth-card .mh-auth-buttons { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; margin-top: 20px; }
.mh-auth-card .mh-button { align-items: center; border: 1px solid var(--mh-border); border-radius: 12px; display: flex; font-weight: 700; gap: 8px; justify-content: center; min-height: 52px; }
.mh-auth-card .mh-button-register { background: linear-gradient(135deg,var(--mh-accent),color-mix(in srgb,var(--mh-accent) 68%,#6d4a00)); border-color: var(--mh-accent); color: #111; }
.mh-auth-card > p { color: var(--mh-muted); font-size: 11px; margin: 13px 0 0; }

@media (max-width: 480px) {
  .mh-modal { padding: 66px 10px 12px; }
  .mh-modal-card { border-radius: 16px; padding: 18px 14px; }
  .mh-search-heading h2,.mh-auth-card h2 { font-size: 19px; }
  .mh-search-orb { height: 46px; width: 46px; }
}

@media (prefers-reduced-motion: reduce) {
  #mhrh-app *,#mhrh-app *::before,#mhrh-app *::after { scroll-behavior: auto!important; transition-duration: .01ms!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; }
}

/* Final MAHBET reference layout */
.mh-item-motif { background-position: center; background-repeat: no-repeat; background-size: contain; bottom: -46px; filter: grayscale(1) brightness(1.35); height: 155px; inset-inline-end: -28px; opacity: .09; pointer-events: none; position: absolute; transform: rotate(-7deg); width: 155px; z-index: 0; }
.mh-mega-panel > li > :not(.mh-item-motif),.mh-drawer-nav .mh-mega-panel > li > :not(.mh-item-motif) { position: relative; z-index: 1; }

@media (min-width: 1440px) {
  .mh-device-desktop.mh-template-final { background-color: var(--mh-bg); background-image: radial-gradient(circle at 50% -40%,color-mix(in srgb,var(--mh-accent) 8%,transparent),transparent 36%),var(--mh-header-image); background-position: center; background-size: cover; border-bottom: 1px solid color-mix(in srgb,var(--mh-border) 72%,transparent); box-shadow: 0 18px 48px rgba(0,0,0,.4); padding: 0 28px 24px; }
  .mh-template-final .mh-utility { border-bottom: 0; color: color-mix(in srgb,var(--mh-muted) 88%,#fff); min-height: 58px; padding: 7px 12px; }
  .mh-template-final .mh-utility-message { direction: rtl; }
  .mh-template-final .mh-utility-message small { opacity: .7; }
  .mh-template-final .mh-utility-badge { color: color-mix(in srgb,var(--mh-muted) 82%,#fff); margin-inline-start: 10px; }
  .mh-template-final .mh-utility-tools { align-items: center; display: flex; direction: ltr; gap: 14px; white-space: nowrap; }
  .mh-template-final .mh-utility-tools i { background: color-mix(in srgb,var(--mh-border) 78%,transparent); display: block; height: 19px; width: 1px; }
  .mh-template-final .mh-utility-tools span { align-items: center; display: inline-flex; font-size: 11px; font-style: normal; font-weight: 500; gap: 7px; }
  .mh-template-final .mh-primary { background-color: var(--mh-header-bg); background-image: linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.1)),var(--mh-header-image); background-position: center; background-size: cover; border: 1px solid color-mix(in srgb,var(--mh-border) 82%,#9aa7b2); border-radius: 17px; box-shadow: inset 0 1px 0 rgba(255,255,255,.035),0 16px 42px rgba(0,0,0,.42),0 0 var(--mh-neon) color-mix(in srgb,var(--mh-accent) 8%,transparent); min-height: var(--mh-height-d); padding-inline: 26px; }
  .mh-template-final .mh-brand { isolation: isolate; }
  .mh-template-final .mh-brand::before,.mh-template-final .mh-brand::after { background: linear-gradient(transparent,color-mix(in srgb,var(--mh-accent) 72%,transparent),transparent); content: ""; height: 68%; position: absolute; top: 16%; width: 1px; }
  .mh-template-final .mh-brand::before { inset-inline-start: -20px; }
  .mh-template-final .mh-brand::after { inset-inline-end: -20px; }
  .mh-template-final .mh-logo-image { filter: drop-shadow(0 7px 10px rgba(0,0,0,.38)) drop-shadow(0 0 10px color-mix(in srgb,var(--mh-accent) 25%,transparent)); }
  .mh-template-final .mh-desktop-nav { justify-content: center; }
  .mh-template-final .mh-desktop-left { padding-inline-end: 220px; }
  .mh-template-final .mh-desktop-nav > .mh-menu { justify-content: center; width: 100%; }
  .mh-template-final .mh-desktop-nav > .mh-menu > li > .mh-menu-link { padding-inline: clamp(10px,1vw,17px); }
  .mh-template-final .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-icon { color: color-mix(in srgb,var(--mh-item-accent,var(--mh-muted)) 88%,#fff); filter: drop-shadow(0 0 6px color-mix(in srgb,var(--mh-item-accent,var(--mh-accent)) 25%,transparent)); }
  .mh-template-final .mh-button { border-radius: 11px; min-height: 46px; }
  .mh-template-final .mh-button-register { background: linear-gradient(110deg,#ffdb6e,var(--mh-accent) 52%,#947000); box-shadow: inset 0 1px 0 rgba(255,255,255,.4),0 0 var(--mh-neon) color-mix(in srgb,var(--mh-accent) 42%,transparent); }
  .mh-template-final .mh-search-trigger { background: radial-gradient(circle at 45% 35%,color-mix(in srgb,var(--mh-accent) 15%,var(--mh-card)),var(--mh-bg)); border-color: color-mix(in srgb,var(--mh-accent) 48%,var(--mh-border)); border-radius: 50%; box-shadow: 0 0 var(--mh-neon) color-mix(in srgb,var(--mh-accent) 25%,transparent); }
  .mh-template-final .mh-mega-panel { background-color: var(--mh-mega-bg); background-image: radial-gradient(circle at 12% 15%,color-mix(in srgb,var(--mh-cyan) 7%,transparent),transparent 30%),var(--mh-mega-image); background-position: center; background-size: cover; border-color: color-mix(in srgb,var(--mh-border) 88%,#778490); border-radius: 18px; grid-template-columns: repeat(4,minmax(0,1fr)); top: calc(100% + 12px); }
  .mh-template-final .mh-mega-panel > li { background: linear-gradient(155deg,color-mix(in srgb,var(--mh-card) 90%,transparent),color-mix(in srgb,var(--mh-mega-bg) 94%,transparent)); min-height: 185px; }
}

@media (max-width: 1439px) {
  .mh-template-final .mh-compact-bar { background-color: var(--mh-header-bg); background-image: linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,.08)),var(--mh-header-image); background-position: center; background-size: cover; }
  .mh-template-final .mh-compact-bar > .mh-menu-trigger { background: linear-gradient(145deg,color-mix(in srgb,var(--mh-card) 92%,#fff),var(--mh-bg)); border-color: color-mix(in srgb,var(--mh-border) 88%,#8c98a2); border-radius: 11px; box-shadow: inset 0 1px 0 rgba(255,255,255,.04),0 8px 20px rgba(0,0,0,.35); }
  .mh-template-final .mh-compact-actions .mh-auth-trigger { background: linear-gradient(145deg,color-mix(in srgb,var(--mh-card) 92%,#fff),var(--mh-bg)); border-color: color-mix(in srgb,var(--mh-border) 88%,#8c98a2); }
  .mh-template-final .mh-drawer { background-color: var(--mh-mega-bg); background-image: radial-gradient(circle at 15% 8%,color-mix(in srgb,var(--mh-cyan) 8%,transparent),transparent 28%),var(--mh-mega-image); background-position: center; background-size: cover; }
  .mh-template-final .mh-drawer-head .mh-drawer-search { background: transparent; border: 0; grid-column: 1; grid-row: 1; justify-self: start; }
  .mh-template-final .mh-drawer-head .mh-brand { grid-column: 2; grid-row: 1; }
  .mh-template-final .mh-drawer-head .mh-drawer-close { grid-column: 3; grid-row: 1; justify-self: end; }
  .mh-template-final .mh-drawer-nav > .mh-menu > .mh-open > .mh-menu-link { color: var(--mh-accent); }
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li { background: linear-gradient(155deg,color-mix(in srgb,var(--mh-card) 86%,transparent),color-mix(in srgb,var(--mh-mega-bg) 92%,transparent)); border-top: 2px solid var(--mh-item-accent,var(--mh-accent)); overflow: hidden; }
  .mh-template-final .mh-drawer-footer .mh-button-register { background: linear-gradient(110deg,#ffdb6e,var(--mh-accent) 52%,#947000); box-shadow: 0 0 var(--mh-neon) color-mix(in srgb,var(--mh-accent) 34%,transparent); }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .mh-template-final .mh-drawer { border: 1px solid color-mix(in srgb,var(--mh-border) 80%,#8d99a4); border-radius: 28px; bottom: 22px; height: calc(100dvh - 44px); inset-block-start: 22px; inset-inline-start: 3vw; width: 94vw; }
  .mh-template-final .mh-drawer-nav { padding: 20px 24px 30px; }
  .mh-template-final .mh-drawer-nav > .mh-menu > li { border: 0; }
  .mh-template-final .mh-drawer-nav > .mh-menu > li:not(.menu-item-has-children) { display: none; }
  .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-menu-link,
  .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-sub-toggle { display: none; }
  .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-mega-panel { display: grid; padding-top: 0; }
  .mh-template-final .mh-drawer-nav .mh-mega-panel { gap: 24px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li { border-radius: 14px; min-height: 238px; padding: 15px 18px; }
  .mh-template-final .mh-drawer-footer { display: none; }
}

@media (max-width: 767px) {
  .mh-template-final .mh-compact-bar { border-bottom-color: color-mix(in srgb,var(--mh-border) 60%,transparent); }
  .mh-template-final .mh-compact-actions .mh-search-trigger { display: none; }
  .mh-template-final .mh-drawer { width: min(94vw,430px); }
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li { border-radius: 11px; padding: 5px 10px; }
  .mh-template-final .mh-item-motif { height: 110px; width: 110px; }
}

/* v1.2.0 — precise sticky header, always-visible mobile tree and reference mega menu */
#mhrh-app {
  margin: 0;
  width: 100%;
}

#mhrh-app.mh-is-sticky {
  align-self: flex-start;
  position: sticky;
  top: 0;
  z-index: 99990;
}

#mhrh-app.mh-is-sticky .mh-header {
  position: relative;
  top: auto;
  width: 100%;
}

body.admin-bar #mhrh-app.mh-is-sticky { top: 32px; }
.mh-copy-mobile { display: none; }
.mh-button-label { align-items: center; display: inline-flex; }

@media (max-width: 782px) {
  body.admin-bar #mhrh-app.mh-is-sticky { top: 46px; }
}

/* Slightly larger light-weight texts */
.mh-item-en { font-size: max(var(--mh-en-size),11px); }
.mh-item-summary { font-size: 12px; line-height: 1.75; }
.mh-search-heading p { font-size: 11px; }
.mh-search-status { font-size: 13px; }
.mh-search-result small { font-size: 11px; }
.mh-auth-card > p { font-size: 12px; line-height: 1.8; }

@media (min-width: 1440px) {
  .mh-device-desktop.mh-template-final { padding: 0 28px; }
  .mh-template-final .mh-utility { min-height: 52px; }
  .mh-template-final .mh-utility small { font-size: 10px; }
  .mh-template-final .mh-utility-tools span,
  .mh-template-final .mh-utility-tools a { font-size: 12px; }
  .mh-language-link { align-items: center; display: inline-flex; gap: 3px; transition: color .18s ease; }
  .mh-language-link:hover,.mh-language-link:focus-visible { color: var(--mh-accent); outline: none; }
  .mh-currency-label { cursor: default; }

  /* Search icon has no circular/oval container. */
  .mh-template-final .mh-search-trigger {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    height: 42px;
    width: 38px;
  }
  .mh-template-final .mh-search-trigger:hover,
  .mh-template-final .mh-search-trigger:focus-visible {
    border: 0;
    box-shadow: none;
    color: var(--mh-accent);
    transform: none;
  }

  /* The outer mega panel is the single main background box. */
  .mh-template-final .mh-mega-panel {
    align-content: start;
    gap: 16px;
    grid-template-columns: repeat(4,minmax(0,1fr));
    overflow-x: hidden;
    padding: 22px;
    top: calc(100% - 1px);
  }

  .mh-template-final .mh-mega-panel > li {
    min-height: 190px;
    padding: 18px;
  }

  /* Card icons are large, faded and decorative in the lower-right corner. */
  .mh-template-final .mh-mega-panel > li > .mh-menu-link {
    align-items: flex-start;
    min-height: 58px;
    padding-inline-end: 58px;
    position: relative;
  }
  .mh-template-final .mh-mega-panel > li > .mh-menu-link > .mh-item-icon {
    background: transparent;
    border: 0;
    border-radius: 0;
    bottom: -108px;
    color: var(--mh-item-accent,var(--mh-accent));
    filter: none;
    font-size: 104px;
    height: 112px;
    inset-inline-end: -24px;
    opacity: .075;
    pointer-events: none;
    position: absolute;
    width: 112px;
  }
  .mh-template-final .mh-mega-panel > li.mh-has-motif > .mh-menu-link > .mh-item-icon { display: none; }
  .mh-template-final .mh-mega-panel > li > .mh-menu-link .mh-item-copy { max-width: 100%; position: relative; z-index: 2; }
  .mh-template-final .mh-mega-panel > li > .mh-menu-link .mh-item-title { font-size: 17px; }

  /* Inner links may keep icons, but never inside outlined side boxes. */
  .mh-template-final .mh-mega-panel .mh-sub-list .mh-item-icon {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 19px;
    height: 28px;
    width: 28px;
  }
  .mh-template-final .mh-mega-panel .mh-sub-list .mh-item-title { font-size: 14px; }
  .mh-template-final .mh-item-motif {
    background-position: right bottom;
    bottom: -32px;
    height: 180px;
    inset-inline-end: -22px;
    opacity: .085;
    width: 180px;
  }
}

@media (max-width: 1439px) {
  .mh-compact-bar {
    grid-template-columns: 72px minmax(0,1fr) 72px;
    margin: 0;
    padding-inline: 6px;
  }
  .mh-compact-bar > .mh-menu-trigger { justify-self: center; }
  .mh-compact-actions { justify-self: center; }
  .mh-compact-actions .mh-auth-trigger { justify-self: center; }

  .mh-template-final .mh-compact-actions .mh-auth-trigger,
  .mh-template-final .mh-compact-bar > .mh-menu-trigger {
    align-items: center;
    display: inline-flex;
    justify-content: center;
  }

  /* Drawer close is a plain X with no surrounding box. */
  .mh-template-final .mh-drawer-close,
  .mh-template-final .mh-drawer-close:hover,
  .mh-template-final .mh-drawer-close:focus-visible {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    transform: none;
  }

  /* Search icon in drawer also has no oval/pill container. */
  .mh-template-final .mh-drawer-search,
  .mh-template-final .mh-drawer-search:hover,
  .mh-template-final .mh-drawer-search:focus-visible {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    transform: none;
  }

  /* Mobile/tablet menu is a complete visible tree: no second click for children. */
  .mh-template-final .mh-drawer-nav > .mh-menu > li,
  .mh-template-final .mh-drawer-nav > .mh-menu > li:not(.menu-item-has-children) { display: block; }
  .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-menu-link { display: flex; }
  .mh-template-final .mh-drawer-nav .mh-sub-toggle { display: none; }
  .mh-template-final .mh-drawer-nav li.menu-item-has-children > .sub-menu { display: grid; }
  .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-mega-panel {
    display: grid;
    padding-top: 8px;
  }
  .mh-template-final .mh-drawer-nav .mh-menu > li > .mh-menu-link,
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link { padding-inline-end: 4px; }
  .mh-template-final .mh-drawer-nav .mh-mega-panel { gap: 12px; }
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li {
    min-height: 0;
    padding: 12px 14px;
  }
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link > .mh-item-icon,
  .mh-template-final .mh-drawer-nav .mh-sub-list .mh-item-icon {
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link > .mh-item-icon {
    bottom: 5px;
    font-size: 72px;
    height: 78px;
    inset-inline-end: -6px;
    opacity: .07;
    pointer-events: none;
    position: absolute;
    width: 78px;
  }
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li.mh-has-motif > .mh-menu-link > .mh-item-icon { display: none; }
  .mh-template-final .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link .mh-item-copy { position: relative; z-index: 2; }
  .mh-template-final .mh-drawer-footer { display: block; }
  .mh-drawer-footer p { font-size: 12px; line-height: 1.7; }
}

/* Search heading icon and modal close are plain, without extra containers. */
.mh-search-orb {
  background: transparent;
  border: 0;
  border-radius: 0;
  height: auto;
  width: auto;
}
.mh-modal-close,
.mh-modal-close:hover,
.mh-modal-close:focus-visible {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

@media (max-width: 767px) {
  .mh-copy-desktop { display: none; }
  .mh-copy-mobile { display: inline; }
  .mh-device-mobile .mh-compact-bar { min-height: var(--mh-height-m); }
  .mh-device-mobile .mh-icon-button { font-size: 23px; height: 44px; width: 44px; }
  .mh-template-final .mh-drawer { inset-block: 0; height: 100dvh; }
  .mh-template-final .mh-drawer-nav { padding-top: 10px; }
  .mh-template-final .mh-drawer-nav .mh-item-title { font-size: max(var(--mh-menu-m),16px); }
  .mh-template-final .mh-drawer-nav .mh-item-en { font-size: max(var(--mh-en-size),11px); }
  .mh-template-final .mh-drawer-nav .mh-sub-list .mh-item-title { font-size: 14px; }
  .mh-auth-card > p { font-size: 12px; }
}
body.admin-bar #mhrh-app.mh-is-sticky .mh-header { top: auto; }


/* v1.3.0 — media-library icons, boxless controls and overlap-safe desktop */
#mhrh-app a:hover,
#mhrh-app a:focus,
#mhrh-app button:hover,
#mhrh-app button:focus { color: inherit; }

#mhrh-app .mh-icon-button,
#mhrh-app .mh-icon-button:hover,
#mhrh-app .mh-icon-button:focus,
#mhrh-app .mh-icon-button:focus-visible {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--mh-text) !important;
  filter: none !important;
  outline: none;
  transform: none !important;
}

#mhrh-app .mh-item-icon,
#mhrh-app .mh-menu-link:hover .mh-item-icon,
#mhrh-app .mh-menu-link:focus .mh-item-icon,
#mhrh-app .current-menu-item > .mh-menu-link .mh-item-icon,
#mhrh-app .current-menu-ancestor > .mh-menu-link .mh-item-icon {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--mh-text) !important;
  filter: none !important;
}

#mhrh-app .mh-icon-image {
  display: block;
  height: 1em;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  pointer-events: none;
  width: 1em;
}

#mhrh-app .mh-menu-link,
#mhrh-app .mh-menu-link:hover,
#mhrh-app .mh-menu-link:focus,
#mhrh-app .mh-mega-panel .mh-sub-list > li > .mh-menu-link:hover,
#mhrh-app .mh-drawer-nav .mh-sub-list > li > .mh-menu-link:hover {
  background: transparent;
  box-shadow: none;
  color: inherit;
  transform: none;
}

#mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .mh-open > .mh-menu-link {
  color: var(--mh-text);
}

#mhrh-app .mh-search-orb,
#mhrh-app .mh-auth-icon,
#mhrh-app .mh-search-result-icon,
#mhrh-app .mh-search-form button,
#mhrh-app .mh-search-orb:hover,
#mhrh-app .mh-auth-icon:hover,
#mhrh-app .mh-search-form button:hover {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: var(--mh-text) !important;
}

/* Keep decorative mega-menu icons faded, but never boxed or hover-colored. */
@media (min-width: 1440px) {
  #mhrh-app .mh-template-final .mh-mega-panel > li > .mh-menu-link > .mh-item-icon {
    color: var(--mh-item-accent,var(--mh-accent)) !important;
  }

  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list .mh-item-icon {
    color: var(--mh-text) !important;
  }
}

/* Full desktop stays usable while the browser narrows: compact spacing first,
   then the layout automatically changes to the tablet header below 1440px. */
@media (min-width: 1440px) and (max-width: 1620px) {
  #mhrh-app .mh-device-desktop.mh-template-final { padding-inline: 14px; }
  #mhrh-app .mh-template-final .mh-primary {
    grid-template-columns: minmax(0,1fr) minmax(112px,132px) minmax(0,1fr);
    padding-inline: 12px;
  }
  #mhrh-app .mh-template-final .mh-brand {
    min-width: min(var(--mh-logo-d),132px);
    width: min(var(--mh-logo-d),132px);
  }
  #mhrh-app .mh-template-final .mh-brand::before { inset-inline-start: -10px; }
  #mhrh-app .mh-template-final .mh-brand::after { inset-inline-end: -10px; }
  #mhrh-app .mh-template-final .mh-desktop-left { padding-inline-end: 188px; }
  #mhrh-app .mh-template-final .mh-desktop-nav > .mh-menu > li > .mh-menu-link {
    gap: 5px;
    padding-inline: 7px;
  }
  #mhrh-app .mh-template-final .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-title {
    font-size: min(var(--mh-menu-d),14px);
  }
  #mhrh-app .mh-template-final .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-icon { font-size: 19px; }
  #mhrh-app .mh-template-final .mh-desktop-actions { gap: 5px; inset-inline-end: 12px; }
  #mhrh-app .mh-template-final .mh-button { font-size: 12px; gap: 5px; padding-inline: 9px; }
}

@media (max-width: 1439px) {
  #mhrh-app .mh-compact-bar {
    grid-template-columns: 70px minmax(0,1fr) 70px;
    padding-inline: 8px;
  }
  #mhrh-app .mh-template-final .mh-compact-bar > .mh-menu-trigger,
  #mhrh-app .mh-template-final .mh-compact-actions .mh-auth-trigger {
    font-size: 26px;
    height: 50px;
    width: 50px;
  }
  #mhrh-app .mh-template-final .mh-drawer-search,
  #mhrh-app .mh-template-final .mh-drawer-close {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  #mhrh-app .mh-compact-bar {
    grid-template-columns: 64px minmax(0,1fr) 64px;
    padding-inline: 5px;
  }
  #mhrh-app .mh-device-mobile .mh-menu-trigger,
  #mhrh-app .mh-device-mobile .mh-auth-trigger {
    font-size: 29px;
    height: 52px;
    width: 52px;
  }
  #mhrh-app .mh-device-mobile .mh-compact-bar .mh-brand {
    max-width: calc(100vw - 150px);
    min-width: 0;
  }
  #mhrh-app .mh-device-mobile .mh-compact-bar .mh-logo-image {
    max-width: 100%;
  }
}


/* v1.4.0 — exact four-card mega-menu composition from the approved reference */
@media (min-width: 1440px) {
  /* One large outer box. Its background image comes from the mega-menu setting. */
  #mhrh-app .mh-template-final .mh-mega-panel {
    align-items: stretch;
    align-content: stretch;
    background-color: var(--mh-mega-bg);
    background-image:
      linear-gradient(90deg,rgba(3,10,17,.34),rgba(3,10,17,.08) 48%,rgba(3,10,17,.34)),
      radial-gradient(circle at 50% 10%,color-mix(in srgb,var(--mh-cyan) 7%,transparent),transparent 42%),
      var(--mh-mega-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid color-mix(in srgb,var(--mh-border) 90%,#778490);
    border-radius: 16px;
    box-shadow: 0 26px 72px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.035);
    gap: 24px;
    grid-template-columns: repeat(4,minmax(220px,300px));
    inset-inline: 20px;
    isolation: isolate;
    justify-content: center;
    max-height: none;
    min-height: 536px;
    overflow: hidden;
    padding: 52px clamp(42px,3.6vw,60px) 44px;
    top: calc(100% - 1px);
  }

  #mhrh-app .mh-template-final .mh-mega-panel::before {
    background-image: radial-gradient(circle,color-mix(in srgb,var(--mh-border) 62%,transparent) 1px,transparent 1.2px);
    background-size: 18px 18px;
    inset: 0;
    opacity: .14;
    z-index: 0;
  }

  /* Four equal inner cards, centered inside the outer box. */
  #mhrh-app .mh-template-final .mh-mega-panel > li {
    background: linear-gradient(155deg,rgba(18,31,44,.93),rgba(7,16,25,.96));
    border: 1px solid color-mix(in srgb,var(--mh-border) 82%,transparent);
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.025),0 14px 34px rgba(0,0,0,.2);
    display: flex;
    flex-direction: column;
    min-height: 438px;
    overflow: hidden;
    padding: 24px;
    position: relative;
    z-index: 1;
  }

  #mhrh-app .mh-template-final .mh-mega-panel > li::before {
    background: var(--mh-item-accent,var(--mh-accent));
    border-radius: 10px 10px 0 0;
    box-shadow: 0 0 14px color-mix(in srgb,var(--mh-item-accent,var(--mh-accent)) 36%,transparent);
    height: 2px;
    inset-inline: 0;
    top: 0;
  }

  /* Main card icon on the right; text immediately to its left. No icon box. */
  #mhrh-app .mh-template-final .mh-mega-panel > li > .mh-menu-link {
    align-items: center;
    border-bottom: 1px solid color-mix(in srgb,var(--mh-border) 58%,transparent);
    direction: rtl;
    display: flex;
    flex-direction: row;
    gap: 18px;
    min-height: 96px;
    padding: 2px 0 20px;
    text-align: right;
  }

  #mhrh-app .mh-template-final .mh-mega-panel > li > .mh-menu-link > .mh-item-icon,
  #mhrh-app .mh-template-final .mh-mega-panel > li.mh-has-motif > .mh-menu-link > .mh-item-icon {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    bottom: auto;
    box-shadow: none !important;
    color: var(--mh-item-accent,var(--mh-accent)) !important;
    display: inline-flex;
    filter: none !important;
    font-size: 52px;
    height: 58px;
    inset-inline-end: auto;
    justify-content: center;
    opacity: 1;
    pointer-events: none;
    position: static;
    width: 58px;
  }

  #mhrh-app .mh-template-final .mh-mega-panel > li > .mh-menu-link .mh-item-copy {
    align-items: flex-start;
    flex: 1 1 auto;
    max-width: calc(100% - 76px);
    text-align: right;
  }

  #mhrh-app .mh-template-final .mh-mega-panel > li > .mh-menu-link .mh-item-title {
    font-size: 21px;
    line-height: 1.45;
  }

  #mhrh-app .mh-template-final .mh-mega-panel > li > .mh-menu-link .mh-item-en {
    color: var(--mh-item-accent,var(--mh-accent));
    font-size: 12px;
    line-height: 1.45;
    margin-top: 2px;
  }

  /* Child links form the vertical menu rows shown in each card. */
  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list {
    border-top: 0;
    display: grid;
    flex: 1 1 auto;
    gap: 0;
    margin: 0;
    padding: 0;
  }

  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list > li {
    border-bottom: 1px solid color-mix(in srgb,var(--mh-border) 52%,transparent);
    display: flex;
    min-width: 0;
  }

  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list > li:last-child {
    border-bottom: 0;
  }

  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list > li > .mh-menu-link,
  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list > li > .mh-menu-link:hover,
  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list > li > .mh-menu-link:focus {
    align-items: center;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    direction: rtl;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    gap: 14px;
    min-height: 92px;
    padding: 13px 0;
    text-align: right;
    transform: none;
  }

  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list .mh-item-icon,
  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list > li > .mh-menu-link:hover .mh-item-icon,
  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list > li > .mh-menu-link:focus .mh-item-icon {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--mh-item-accent,var(--mh-accent)) !important;
    display: inline-flex;
    filter: none !important;
    font-size: 30px;
    height: 36px;
    justify-content: center;
    width: 36px;
  }

  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list .mh-item-copy {
    align-items: flex-start;
    flex: 1 1 auto;
    text-align: right;
  }

  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list .mh-item-title {
    font-size: 17px;
    line-height: 1.45;
  }

  #mhrh-app .mh-template-final .mh-mega-panel .mh-sub-list .mh-item-en {
    color: color-mix(in srgb,var(--mh-muted) 88%,#fff);
    font-size: 12px;
    margin-top: 2px;
  }

  /* Optional per-card motif stays faint in the lower corner and never replaces the real icon. */
  #mhrh-app .mh-template-final .mh-mega-panel > li .mh-item-motif {
    background-position: right bottom;
    bottom: -18px;
    filter: grayscale(1) brightness(1.25);
    height: 155px;
    inset-inline-end: -12px;
    opacity: .055;
    transform: none;
    width: 155px;
  }

  /* Header-menu icons keep their assigned color and never change to red/blue on hover. */
  #mhrh-app .mh-template-final .mh-desktop-nav > .mh-menu > li > .mh-menu-link .mh-item-icon,
  #mhrh-app .mh-template-final .mh-desktop-nav > .mh-menu > li:hover > .mh-menu-link .mh-item-icon,
  #mhrh-app .mh-template-final .mh-desktop-nav > .mh-menu > li:focus-within > .mh-menu-link .mh-item-icon {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--mh-item-accent,var(--mh-muted)) !important;
    filter: none !important;
  }
}


/* v1.4.2 — only the main guide is accordion; inner cards stay expanded. */
@media (max-width: 1439px) {
  /* Only direct children of the drawer root are accordion rows. */
  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children {
    position: relative;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-menu-link {
    cursor: pointer;
    padding-inline-end: 44px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-sub-toggle {
    align-items: center;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--mh-text) !important;
    display: flex !important;
    height: 44px;
    inset-inline-end: 0;
    justify-content: center;
    opacity: .82;
    position: absolute;
    top: 4px;
    transform: none !important;
    width: 40px;
    z-index: 4;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-sub-toggle:hover,
  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-sub-toggle:focus,
  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-sub-toggle:focus-visible {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: var(--mh-text) !important;
    outline: none;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-sub-toggle svg,
  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-sub-toggle img {
    transition: transform .22s ease;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children.mh-open > .mh-sub-toggle svg,
  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children.mh-open > .mh-sub-toggle img {
    transform: rotate(180deg);
  }

  /* Main guide is closed at first and opens with one tap. */
  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-mega-panel {
    display: none !important;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children.mh-open > .mh-mega-panel {
    display: grid !important;
    padding-top: 7px;
  }

  /* Card-level arrows are removed. Their submenus—including “شروع با ماه‌بت”—
     remain open whenever the main guide itself is open. */
  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > .menu-item-has-children > .mh-sub-toggle {
    display: none !important;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > .menu-item-has-children > .mh-menu-link {
    cursor: default;
    padding-inline-end: 4px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > .menu-item-has-children > .mh-sub-list {
    display: grid !important;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > li {
    min-height: 0;
  }
}

/* Smaller, denser mobile drawer. Tablet sizing is left unchanged. */
@media (max-width: 767px) {
  #mhrh-app .mh-template-final .mh-drawer {
    width: min(92vw,404px);
  }

  #mhrh-app .mh-template-final .mh-drawer-head {
    grid-template-columns: 40px minmax(0,1fr) 40px;
    min-height: 62px;
    padding: 5px 12px;
  }

  #mhrh-app .mh-template-final .mh-drawer-head .mh-brand {
    max-width: 214px;
    width: min(58vw,214px);
  }

  #mhrh-app .mh-template-final .mh-drawer-head .mh-logo-image {
    max-height: 48px;
    max-width: 100%;
  }

  #mhrh-app .mh-template-final .mh-drawer-search,
  #mhrh-app .mh-template-final .mh-drawer-close {
    font-size: 21px;
    height: 38px;
    padding: 7px;
    width: 38px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav {
    padding: 7px 13px 18px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-menu-link {
    gap: 8px;
    min-height: 46px;
    padding-block: 5px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > li > .mh-menu-link .mh-item-icon {
    font-size: 20px;
    height: 28px;
    width: 28px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-item-title,
  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > li > .mh-menu-link .mh-item-title {
    font-size: 14px;
    line-height: 1.4;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-item-en {
    font-size: 9.5px;
    line-height: 1.35;
    margin-top: 1px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-menu-link {
    min-height: 48px;
    padding-inline-end: 38px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children > .mh-sub-toggle {
    font-size: 16px;
    height: 38px;
    top: 5px;
    width: 34px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav > .mh-menu > .menu-item-has-children.mh-open > .mh-mega-panel {
    gap: 8px;
    padding: 5px 0 9px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > li {
    border-radius: 9px;
    padding: 6px 9px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link {
    min-height: 43px;
    padding: 3px 2px 5px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link .mh-item-title {
    font-size: 13.5px;
    line-height: 1.35;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link .mh-item-en {
    font-size: 9px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-mega-panel > li > .mh-menu-link > .mh-item-icon {
    bottom: 1px;
    font-size: 50px;
    height: 54px;
    inset-inline-end: -3px;
    opacity: .055;
    width: 54px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-sub-list {
    gap: 0;
    padding: 3px 0 2px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-sub-list .mh-menu-link {
    gap: 7px;
    min-height: 37px;
    padding: 2px 1px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-sub-list .mh-item-icon {
    font-size: 14px;
    height: 23px;
    width: 23px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-sub-list .mh-item-title {
    font-size: 12px;
    line-height: 1.35;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-sub-list .mh-item-en {
    font-size: 8.5px;
  }

  #mhrh-app .mh-template-final .mh-drawer-nav .mh-item-motif {
    height: 82px;
    opacity: .055;
    width: 82px;
  }

  #mhrh-app .mh-template-final .mh-drawer-footer {
    padding: 9px 12px max(9px,env(safe-area-inset-bottom));
  }

  #mhrh-app .mh-template-final .mh-drawer-footer .mh-button {
    border-radius: 9px;
    font-size: 13px;
    gap: 6px;
    min-height: 43px;
  }

  #mhrh-app .mh-template-final .mh-drawer-footer p {
    font-size: 9px;
    margin-top: 5px;
  }
}
