:root {
  --mhbet-bg: #0e1620;
  --mhbet-bg-2: #111d29;
  --mhbet-card: #142431;
  --mhbet-card-glass: rgba(20, 36, 49, 0.78);
  --mhbet-border: #294252;
  --mhbet-text: #f7f9fc;
  --mhbet-muted: #b8c3cf;
  --mhbet-accent: #f4b400;
  --mhbet-green: #16b77a;
  --mhbet-radius: 24px;
  --mhbet-shadow: 0 20px 70px rgba(0, 0, 0, 0.28);
  --mhbet-header-gap: 24px;
}

.mhbet-page-hero,
.mhbet-block,
.mhbet-feature-row,
.mhbet-quick-card,
.mhbet-widget-toc,
.mhbet-related-guides,
.mhbet-page-toolbar {
  direction: rtl;
  color: var(--mhbet-text);
  box-sizing: border-box;
}

.mhbet-page-hero *,
.mhbet-block *,
.mhbet-feature-row *,
.mhbet-quick-card *,
.mhbet-widget-toc *,
.mhbet-related-guides *,
.mhbet-page-toolbar * {
  box-sizing: border-box;
}

/* Remove the common theme gap above post/page content and make the hero full width. */
body.mhbet-apk-active .mhbet-page-hero {
  width: 100vw;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  margin-top: calc(-1 * var(--mhbet-header-gap)) !important;
  margin-bottom: 0 !important;
}

body.mhbet-apk-active .mhbet-page-main-anchor {
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.mhbet-apk-active .mhbet-page-main-anchor + *,
body.mhbet-apk-active .mhbet-page-main-anchor + .elementor {
  margin-top: 0 !important;
}

/* HERO */
.mhbet-page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-bottom: 1px solid rgba(41, 66, 82, 0.72);
  background:
    linear-gradient(90deg, rgba(8, 20, 31, 0.95) 0%, rgba(14, 25, 35, 0.86) 55%, rgba(244, 180, 0, 0.07) 100%);
  padding: 34px 0 54px;
}

.mhbet-page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to left, #000, rgba(0,0,0,.5), transparent 92%);
}

.mhbet-page-hero__bg::before,
.mhbet-page-hero__bg::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(72px);
}

.mhbet-page-hero__bg::before {
  width: 300px;
  height: 300px;
  right: -80px;
  top: -70px;
  background: rgba(244, 180, 0, 0.15);
}

.mhbet-page-hero__bg::after {
  width: 320px;
  height: 320px;
  left: -100px;
  bottom: -140px;
  background: rgba(22, 183, 122, 0.07);
}

.mhbet-page-hero__container {
  width: min(1440px, calc(100% - 48px));
  min-height: 360px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(350px, 500px) minmax(0, 1fr);
  grid-template-areas: "visual content";
  align-items: center;
  gap: clamp(42px, 6vw, 104px);
  direction: ltr;
}

.mhbet-page-hero__content {
  grid-area: content;
  direction: rtl;
  min-width: 0;
}

.mhbet-page-hero__visual {
  grid-area: visual;
  direction: rtl;
  width: 100%;
  max-width: 500px;
  justify-self: start;
  min-width: 0;
}

.mhbet-page-hero__breadcrumbs {
  color: #91b6cf;
  font-size: 13px;
  margin-bottom: 28px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

.mhbet-page-hero__breadcrumbs a,
.mhbet-page-hero__breadcrumbs a:hover,
.mhbet-page-hero__breadcrumbs a:focus {
  color: #91b6cf !important;
  text-decoration: none !important;
  background: transparent !important;
}

.mhbet-page-hero__breadcrumbs .mhbet-sep {
  opacity: .55;
  margin: 0 8px;
}

.mhbet-page-hero__eyebrow,
.mhbet-block__eyebrow,
.mhbet-quick-card__eyebrow {
  color: var(--mhbet-accent);
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 12px;
}

.mhbet-page-hero__title {
  margin: 0;
  color: var(--mhbet-text);
  font-size: clamp(38px, 4.3vw, 68px);
  line-height: 1.18;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.mhbet-block__title,
.mhbet-quick-card__title {
  margin: 0;
  color: var(--mhbet-text);
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.35;
  font-weight: 900;
}

.mhbet-page-hero__desc,
.mhbet-block__desc,
.mhbet-quick-card__desc {
  margin-top: 20px;
  color: var(--mhbet-muted);
  font-size: 17px;
  line-height: 2;
  max-width: 820px;
}

.mhbet-page-hero__desc p,
.mhbet-block__desc p,
.mhbet-quick-card__desc p {
  margin: 0;
}

.mhbet-page-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 24px;
  color: #a9bdcc;
  font-size: 14px;
  line-height: 1.8;
}

.mhbet-page-hero__meta span {
  position: relative;
  padding-right: 15px;
  overflow-wrap: anywhere;
}

.mhbet-page-hero__meta span::before {
  content: "";
  position: absolute;
  right: 0;
  top: .8em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--mhbet-accent);
}

.mhbet-page-hero__meta strong {
  color: var(--mhbet-text);
  font-weight: 800;
}

.mhbet-page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

/* Liquid glass buttons. Red theme hover is explicitly neutralized. */
.mhbet-btn,
.mhbet-btn:visited {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 16px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-weight: 900;
  line-height: 1.3;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  transition: transform .2s ease, box-shadow .25s ease, border-color .2s ease, filter .2s ease;
}

.mhbet-btn:hover,
.mhbet-btn:focus,
.mhbet-btn:active {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.mhbet-btn--glass,
.mhbet-btn--glass:visited,
.mhbet-btn--glass:hover,
.mhbet-btn--glass:focus,
.mhbet-btn--glass:active {
  color: var(--mhbet-text) !important;
  background: linear-gradient(145deg, rgba(32, 54, 71, .64), rgba(10, 25, 38, .74)) !important;
  border-color: rgba(117, 157, 184, .38) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.07), 0 12px 30px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(16px) saturate(135%);
  -webkit-backdrop-filter: blur(16px) saturate(135%);
}

.mhbet-btn--liquid,
.mhbet-btn--liquid:visited,
.mhbet-btn--liquid:hover,
.mhbet-btn--liquid:focus,
.mhbet-btn--liquid:active {
  color: #08131b !important;
  background: linear-gradient(180deg, #ffd54f 0%, #f4b400 100%) !important;
  border-color: rgba(255, 225, 128, .7) !important;
  box-shadow: 0 16px 38px rgba(244,180,0,.22), inset 0 1px 0 rgba(255,255,255,.46) !important;
}

.mhbet-btn--solid,
.mhbet-btn--solid:visited,
.mhbet-btn--solid:hover,
.mhbet-btn--solid:focus,
.mhbet-btn--solid:active {
  color: var(--mhbet-text) !important;
  background: var(--mhbet-card) !important;
  border-color: var(--mhbet-border) !important;
}

.mhbet-btn--gradient,
.mhbet-btn--gradient:visited,
.mhbet-btn--gradient:hover,
.mhbet-btn--gradient:focus,
.mhbet-btn--gradient:active {
  color: #081017 !important;
  background: linear-gradient(135deg, #ffd04a 0%, #f4b400 62%, #ffe59a 100%) !important;
  border-color: rgba(255, 225, 128, .7) !important;
  box-shadow: 0 18px 35px rgba(244,180,0,.22) !important;
}

.mhbet-page-hero__image-wrap {
  width: 100%;
  position: relative;
  padding: 14px;
  border: 1px solid rgba(244, 180, 0, .35);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(20,36,49,.85), rgba(9,20,31,.76));
  box-shadow: var(--mhbet-shadow);
}

.mhbet-page-hero__image-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 250px;
  top: -34px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid rgba(244,180,0,.19);
}

.mhbet-page-hero__image,
.mhbet-page-hero__image-wrap img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
  border-radius: 20px;
  opacity: 1 !important;
  visibility: visible !important;
}

/* FEATURE ROW */
.mhbet-feature-row {
  width: 100vw;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(41,66,82,.88);
  border-bottom: 1px solid rgba(41,66,82,.88);
  background: linear-gradient(90deg, rgba(14,22,32,.98), rgba(17,29,41,.98));
}

.mhbet-feature-row__item {
  min-width: 0;
  min-height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 18px;
}

.mhbet-feature-row__item + .mhbet-feature-row__item {
  border-right: 1px solid rgba(41,66,82,.82);
}

.mhbet-feature-row__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--mhbet-accent);
  line-height: 1;
}

.mhbet-feature-row__icon svg,
.mhbet-feature-row__icon i,
.mhbet-feature-row__icon img {
  display: block !important;
  width: 30px;
  height: 30px;
  min-width: 30px;
  max-width: 30px;
  max-height: 30px;
  font-size: 30px;
  object-fit: contain;
  opacity: 1 !important;
  visibility: visible !important;
}

.mhbet-feature-row__icon svg {
  fill: currentColor;
}

.mhbet-feature-row__content {
  min-width: 0;
}

.mhbet-feature-row__title {
  margin: 0 0 5px;
  color: var(--mhbet-text);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
}

.mhbet-feature-row__text {
  margin: 0;
  color: #8fa4b4;
  font-size: 14px;
  line-height: 1.7;
}

/* FIXED RIGHT TOOLBAR */
.mhbet-page-toolbar {
  position: fixed;
  z-index: 9997;
  top: 154px;
  right: 18px;
  bottom: 96px;
  width: 286px;
  pointer-events: none;
}

.mhbet-page-toolbar__inner {
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 16px;
  pointer-events: auto;
  border: 1px solid rgba(41,66,82,.9);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17,31,44,.94), rgba(8,20,31,.94));
  box-shadow: 0 18px 55px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  scrollbar-width: thin;
  scrollbar-color: rgba(244,180,0,.55) transparent;
  transition: transform .25s ease, opacity .25s ease;
}

.mhbet-page-toolbar__label {
  margin-bottom: 12px;
  color: var(--mhbet-accent);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
}

.mhbet-page-toolbar__mobile-toggle {
  display: none;
}

.mhbet-js-toc ul,
.mhbet-js-toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mhbet-js-toc li + li {
  margin-top: 6px;
}

.mhbet-js-toc a,
.mhbet-js-toc a:visited {
  display: block;
  padding: 10px 12px;
  border: 1px solid transparent;
  border-radius: 12px;
  color: var(--mhbet-muted) !important;
  background: transparent !important;
  text-decoration: none !important;
  line-height: 1.75;
  font-size: 14px;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
  -webkit-tap-highlight-color: transparent;
}

.mhbet-js-toc a:hover,
.mhbet-js-toc a:focus,
.mhbet-js-toc a:active,
.mhbet-js-toc a.is-active {
  color: var(--mhbet-text) !important;
  background: rgba(244,180,0,.09) !important;
  border-color: rgba(244,180,0,.2) !important;
  box-shadow: none !important;
}

.mhbet-js-toc .level-h3 a {
  padding-right: 24px;
  font-size: 13px;
}

.mhbet-js-toc .level-h4 a {
  padding-right: 36px;
  font-size: 12px;
}

/* Elementor TOC widget: never inherit red theme hover/focus. */
.mhbet-widget-toc {
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(41,66,82,.88);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(17,31,44,.94), rgba(8,20,31,.94));
  box-shadow: var(--mhbet-shadow);
}

.mhbet-widget-toc.is-sticky {
  position: sticky;
  top: 120px;
}

.mhbet-widget-toc__toggle,
.mhbet-widget-toc__toggle:hover,
.mhbet-widget-toc__toggle:focus,
.mhbet-widget-toc__toggle:active,
.mhbet-page-toolbar__mobile-toggle,
.mhbet-page-toolbar__mobile-toggle:hover,
.mhbet-page-toolbar__mobile-toggle:focus,
.mhbet-page-toolbar__mobile-toggle:active {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  border: 1px solid rgba(41,66,82,.9) !important;
  border-radius: 16px !important;
  color: var(--mhbet-text) !important;
  background: linear-gradient(145deg, rgba(31,53,70,.96), rgba(10,24,37,.96)) !important;
  box-shadow: 0 14px 35px rgba(0,0,0,.25) !important;
  outline: none !important;
  text-decoration: none !important;
  font-weight: 900;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.mhbet-widget-toc__toggle {
  display: none;
  padding: 15px 18px;
}

.mhbet-widget-toc__inner {
  padding: 18px;
}

.mhbet-widget-toc__title {
  margin-bottom: 14px;
  color: var(--mhbet-text);
  font-size: 18px;
  font-weight: 900;
}

/* CONTENT WIDGETS */
.mhbet-page-toolbar__inner,
.mhbet-quick-card,
.mhbet-notice-box,
.mhbet-step-item,
.mhbet-faq-item,
.mhbet-related-guide-card,
.mhbet-check-item,
.mhbet-block {
  border: 1px solid rgba(41,66,82,.85);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(19,33,46,.94), rgba(10,22,34,.92));
  box-shadow: var(--mhbet-shadow);
}

.mhbet-block {
  padding: 28px;
  margin-bottom: 26px;
}

.mhbet-notice-box {
  padding: 20px 22px;
  margin-bottom: 26px;
  color: var(--mhbet-text);
}

.mhbet-notice-box p {
  margin: 0;
  line-height: 2;
}

.mhbet-check-grid,
.mhbet-steps__grid,
.mhbet-related-guides__grid {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.mhbet-check-grid,
.mhbet-steps__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mhbet-related-guides__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mhbet-check-item,
.mhbet-step-item,
.mhbet-related-guide-card {
  min-width: 0;
  padding: 22px;
}

.mhbet-check-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.mhbet-check-item__icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--mhbet-accent);
  background: rgba(244,180,0,.14);
  font-weight: 900;
}

.mhbet-check-item__content h3,
.mhbet-step-item__title,
.mhbet-related-guide-card h3 {
  margin: 0 0 10px;
  color: var(--mhbet-text);
  font-size: 22px;
  line-height: 1.45;
  font-weight: 900;
}

.mhbet-check-item__content p,
.mhbet-step-item__desc {
  margin: 0;
  color: var(--mhbet-muted);
  font-size: 16px;
  line-height: 1.9;
}

.mhbet-step-item__num {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #081017;
  background: linear-gradient(180deg, #ffd04a, #f4b400);
  font-size: 24px;
  font-weight: 900;
}

.mhbet-step-item .mhbet-btn {
  width: auto;
  margin-top: 16px;
}

/* FAQ */
.mhbet-faq__items {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.mhbet-faq-item {
  overflow: hidden;
}

.mhbet-faq-item__question,
.mhbet-faq-item__question:hover,
.mhbet-faq-item__question:focus,
.mhbet-faq-item__question:active {
  appearance: none;
  width: 100%;
  border: 0 !important;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  color: var(--mhbet-text) !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: right;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.mhbet-faq-item__question strong {
  color: var(--mhbet-accent);
  font-size: 32px;
  line-height: 1;
}

.mhbet-faq-item__answer {
  display: none;
  padding: 0 24px 22px;
  color: var(--mhbet-muted);
  line-height: 2;
}

.mhbet-faq-item.is-open .mhbet-faq-item__answer {
  display: block;
}

/* RELATED GUIDES */
.mhbet-related-guide-card {
  overflow: hidden;
  padding: 0;
}

.mhbet-related-guide-card__image {
  display: block !important;
  width: 100%;
  overflow: hidden;
  background: rgba(7,17,26,.7);
}

.mhbet-related-guide-card__image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none;
  transition: transform .3s ease;
}

.mhbet-related-guide-card:hover .mhbet-related-guide-card__image img {
  transform: scale(1.025);
}

.mhbet-related-guide-card__content {
  padding: 20px;
}

.mhbet-related-guide-card h3 a,
.mhbet-related-guide-card h3 a:visited,
.mhbet-related-guide-card h3 a:hover,
.mhbet-related-guide-card h3 a:focus {
  color: var(--mhbet-text) !important;
  background: transparent !important;
  text-decoration: none !important;
}

.mhbet-related-guide-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: var(--mhbet-muted);
  font-size: 13px;
}

/* QUICK ACCESS CARD */
.mhbet-quick-card {
  position: relative;
  max-width: 360px;
  padding: 26px;
  overflow: hidden;
}

.mhbet-quick-card::before {
  content: "";
  position: absolute;
  left: -60px;
  top: -40px;
  width: 180px;
  height: 180px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(244,180,0,.18), transparent 70%);
}

.mhbet-quick-card .mhbet-btn {
  width: 100%;
  margin-top: 24px;
}

.mhbet-quick-card__bottom {
  margin-top: 18px;
  color: var(--mhbet-muted);
  font-size: 13px;
  text-align: center;
}

/* LARGE TABLET / SMALL DESKTOP */
@media (max-width: 1499px) {
  .mhbet-page-toolbar {
    top: auto;
    right: 18px;
    bottom: 20px;
    width: 290px;
    height: auto;
  }

  .mhbet-page-toolbar__mobile-toggle {
    display: block;
    width: 154px;
    min-height: 48px;
    padding: 0 16px;
    margin-right: auto;
    pointer-events: auto;
  }

  .mhbet-page-toolbar__inner {
    position: absolute;
    right: 0;
    bottom: 58px;
    max-height: min(62vh, 560px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px) scale(.98);
    transform-origin: bottom right;
  }

  .mhbet-page-toolbar.is-open .mhbet-page-toolbar__inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 1200px) {
  :root {
    --mhbet-header-gap: 16px;
  }

  .mhbet-page-hero__container {
    width: min(100%, calc(100% - 32px));
    min-height: 0;
    grid-template-columns: minmax(300px, 440px) minmax(0, 1fr);
    gap: 42px;
  }

  .mhbet-page-hero__title {
    font-size: clamp(36px, 5vw, 56px);
  }

  .mhbet-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  body.mhbet-apk-active .mhbet-page-hero {
    margin-top: calc(-1 * var(--mhbet-header-gap)) !important;
  }

  .mhbet-page-hero {
    padding: 28px 0 38px;
  }

  .mhbet-page-hero__container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "content"
      "visual";
    gap: 30px;
  }

  .mhbet-page-hero__visual {
    width: min(100%, 680px);
    max-width: 680px;
    justify-self: center;
  }

  .mhbet-page-hero__content {
    width: 100%;
  }

  .mhbet-feature-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mhbet-feature-row__item:nth-child(3) {
    border-right: 0;
    border-top: 1px solid rgba(41,66,82,.82);
  }

  .mhbet-feature-row__item:nth-child(4) {
    border-top: 1px solid rgba(41,66,82,.82);
  }

  .mhbet-check-grid,
  .mhbet-steps__grid,
  .mhbet-related-guides__grid {
    grid-template-columns: 1fr;
  }

  .mhbet-block,
  .mhbet-quick-card,
  .mhbet-step-item,
  .mhbet-check-item {
    padding: 22px 18px;
  }
}

@media (max-width: 767px) {
  :root {
    --mhbet-header-gap: 8px;
  }

  .mhbet-page-hero {
    padding: 22px 0 30px;
  }

  .mhbet-page-hero__container {
    width: min(100%, calc(100% - 24px));
    gap: 24px;
  }

  .mhbet-page-hero__breadcrumbs {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .mhbet-page-hero__eyebrow {
    font-size: 11px;
  }

  .mhbet-page-hero__title {
    font-size: clamp(32px, 10vw, 44px);
    line-height: 1.25;
  }

  .mhbet-page-hero__desc,
  .mhbet-block__desc,
  .mhbet-quick-card__desc {
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.95;
  }

  .mhbet-page-hero__meta {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 18px;
    font-size: 13px;
  }

  .mhbet-page-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 22px;
  }

  .mhbet-page-hero__actions .mhbet-btn {
    width: 100%;
  }

  .mhbet-page-hero__image-wrap {
    padding: 9px;
    border-radius: 20px;
  }

  .mhbet-page-hero__image-wrap::before {
    width: 180px;
    height: 180px;
    top: -22px;
  }

  .mhbet-page-hero__image,
  .mhbet-page-hero__image-wrap img {
    border-radius: 14px;
  }

  .mhbet-feature-row {
    grid-template-columns: 1fr;
  }

  .mhbet-feature-row__item,
  .mhbet-feature-row__item + .mhbet-feature-row__item,
  .mhbet-feature-row__item:nth-child(3),
  .mhbet-feature-row__item:nth-child(4) {
    min-height: 88px;
    justify-content: flex-start;
    padding: 16px 22px;
    border-right: 0;
    border-top: 1px solid rgba(41,66,82,.82);
  }

  .mhbet-feature-row__item:first-child {
    border-top: 0;
  }

  .mhbet-feature-row__title {
    font-size: 16px;
  }

  .mhbet-feature-row__text {
    font-size: 13px;
  }

  .mhbet-page-toolbar {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
  }

  .mhbet-page-toolbar__mobile-toggle {
    width: 148px;
    min-height: 46px;
    margin-right: auto;
  }

  .mhbet-page-toolbar__inner {
    right: 0;
    left: 0;
    width: 100%;
    bottom: 56px;
    max-height: min(58vh, 480px);
  }

  .mhbet-widget-toc__toggle {
    display: block;
    padding: 15px 18px;
  }

  .mhbet-widget-toc__inner {
    display: none;
  }

  .mhbet-widget-toc__inner.is-open {
    display: block;
  }

  .mhbet-block {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .mhbet-check-item,
  .mhbet-step-item {
    border-radius: 18px;
  }

  .mhbet-step-item .mhbet-btn {
    width: 100%;
  }

  .mhbet-faq-item__question,
  .mhbet-faq-item__question:hover,
  .mhbet-faq-item__question:focus,
  .mhbet-faq-item__question:active {
    padding: 18px;
    font-size: 16px;
  }

  .mhbet-faq-item__answer {
    padding: 0 18px 18px;
  }
}

/* =========================================================
   v1.2.0 — stable automatic hero + correctly placed TOC
   ========================================================= */

/* The hero is rendered before the loop and must touch the header. */
body.mhbet-apk-active .mhbet-page-hero {
  width: 100vw !important;
  max-width: none !important;
  margin-inline: calc(50% - 50vw) !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

body.mhbet-apk-active .mhbet-page-main-anchor {
  display: block;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.mhbet-page-hero {
  min-height: 0 !important;
  padding: 26px 0 32px !important;
}

.mhbet-page-hero__container {
  width: min(1240px, calc(100% - 56px)) !important;
  min-height: 0 !important;
  grid-template-columns: minmax(350px, 470px) minmax(0, 1fr) !important;
  grid-template-areas: "visual content" !important;
  gap: clamp(38px, 4vw, 68px) !important;
  align-items: center !important;
}

.mhbet-page-hero__content {
  max-width: 690px;
  justify-self: end;
}

.mhbet-page-hero__visual {
  width: 100% !important;
  max-width: 470px !important;
  justify-self: start !important;
}

/* Exact requested internal distance: 10% from every side. */
.mhbet-page-hero__image-wrap {
  padding: 10% !important;
  border-radius: 26px !important;
}

.mhbet-page-hero__image,
.mhbet-page-hero__image-wrap img {
  width: 100% !important;
  aspect-ratio: 1200 / 630 !important;
  object-fit: cover !important;
  border-radius: 18px !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.mhbet-page-hero__title {
  max-width: 720px;
  font-size: clamp(38px, 3.6vw, 58px) !important;
}

.mhbet-page-hero__actions {
  align-items: stretch !important;
  gap: 14px !important;
}

.mhbet-page-hero__actions .mhbet-btn {
  width: 164px !important;
  min-width: 164px !important;
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 20px !important;
  white-space: nowrap;
  transform: none !important;
}

.mhbet-page-hero__actions .mhbet-btn:hover,
.mhbet-page-hero__actions .mhbet-btn:focus,
.mhbet-page-hero__actions .mhbet-btn:active {
  transform: none !important;
}

/* The floating TOC never appears over the hero. */
.mhbet-page-toolbar {
  position: fixed !important;
  z-index: 9996 !important;
  pointer-events: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease !important;
}

.mhbet-page-toolbar.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
}

.mhbet-page-toolbar.is-empty {
  display: none !important;
}

.mhbet-page-toolbar__inner,
.mhbet-page-toolbar__mobile-toggle {
  pointer-events: auto !important;
}

.mhbet-page-toolbar__inner {
  border-color: rgba(41, 66, 82, .92) !important;
  background: linear-gradient(180deg, rgba(17,31,44,.97), rgba(8,20,31,.97)) !important;
}

.mhbet-page-toolbar__mobile-toggle,
.mhbet-page-toolbar__mobile-toggle:hover,
.mhbet-page-toolbar__mobile-toggle:focus,
.mhbet-page-toolbar__mobile-toggle:active,
.mhbet-js-toc a,
.mhbet-js-toc a:hover,
.mhbet-js-toc a:focus,
.mhbet-js-toc a:active,
.mhbet-js-toc a.is-active {
  color: var(--mhbet-text) !important;
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.mhbet-page-toolbar__mobile-toggle,
.mhbet-page-toolbar__mobile-toggle:hover,
.mhbet-page-toolbar__mobile-toggle:focus,
.mhbet-page-toolbar__mobile-toggle:active {
  background: linear-gradient(145deg, rgba(31,53,70,.98), rgba(10,24,37,.98)) !important;
  border-color: rgba(41,66,82,.95) !important;
}

.mhbet-js-toc a:hover,
.mhbet-js-toc a:focus,
.mhbet-js-toc a:active,
.mhbet-js-toc a.is-active {
  background: rgba(244,180,0,.09) !important;
  border-color: rgba(244,180,0,.22) !important;
}

@media (min-width: 1600px) {
  .mhbet-page-toolbar {
    top: 154px !important;
    right: 22px !important;
    bottom: 128px !important;
    width: 260px !important;
    height: auto !important;
    transform: translateX(18px) !important;
  }

  .mhbet-page-toolbar.is-visible {
    transform: translateX(0) !important;
  }

  .mhbet-page-toolbar__mobile-toggle {
    display: none !important;
  }

  .mhbet-page-toolbar__inner {
    position: static !important;
    width: 100% !important;
    max-height: 100% !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
}

@media (max-width: 1599px) {
  .mhbet-page-toolbar {
    top: auto !important;
    right: 18px !important;
    bottom: 22px !important;
    width: 286px !important;
    height: auto !important;
    transform: translateY(12px) !important;
  }

  .mhbet-page-toolbar.is-visible {
    transform: translateY(0) !important;
  }

  .mhbet-page-toolbar__mobile-toggle {
    display: block !important;
    width: 154px !important;
    min-height: 48px !important;
    margin-right: auto !important;
    padding: 0 16px !important;
  }

  .mhbet-page-toolbar__inner {
    position: absolute !important;
    right: 0 !important;
    bottom: 58px !important;
    width: 100% !important;
    max-height: min(62vh, 540px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(12px) scale(.98) !important;
    transform-origin: bottom right !important;
  }

  .mhbet-page-toolbar.is-open .mhbet-page-toolbar__inner {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) scale(1) !important;
  }
}

@media (max-width: 991px) {
  .mhbet-page-hero {
    padding: 22px 0 30px !important;
  }

  .mhbet-page-hero__container {
    width: min(100%, calc(100% - 28px)) !important;
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "visual"
      "content" !important;
    gap: 24px !important;
  }

  .mhbet-page-hero__content,
  .mhbet-page-hero__visual {
    width: 100% !important;
    max-width: 680px !important;
    justify-self: center !important;
  }

  .mhbet-page-hero__image-wrap {
    padding: 10% !important;
  }
}

@media (max-width: 767px) {
  .mhbet-page-hero__container {
    width: min(100%, calc(100% - 20px)) !important;
  }

  .mhbet-page-hero__title {
    font-size: clamp(31px, 10vw, 42px) !important;
  }

  .mhbet-page-hero__actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .mhbet-page-hero__actions .mhbet-btn {
    width: 100% !important;
    min-width: 0 !important;
  }

  .mhbet-page-toolbar {
    right: 12px !important;
    left: 12px !important;
    bottom: 14px !important;
    width: auto !important;
  }

  .mhbet-page-toolbar__inner {
    right: 0 !important;
    left: 0 !important;
    width: 100% !important;
  }
}


/* v1.2.1: On phones, show title/content and buttons first, then featured image. */
@media (max-width: 767px) {
  .mhbet-page-hero__container {
    grid-template-areas:
      "content"
      "visual" !important;
  }

  .mhbet-page-hero__content {
    grid-area: content !important;
  }

  .mhbet-page-hero__visual {
    grid-area: visual !important;
    margin-top: 4px !important;
  }
}

/* =========================================================
   v1.2.4 — reliable button visibility + edge-to-edge image
   ========================================================= */

/* English eyebrow uses an independent Latin font stack. */
.mhbet-page-hero__eyebrow[lang="en"] {
  direction: ltr !important;
  unicode-bidi: isolate !important;
  font-family: "Montserrat", "Inter", "Poppins", "Segoe UI", Arial, sans-serif !important;
  font-style: normal !important;
  font-variant: normal !important;
  letter-spacing: .12em !important;
  text-align: right;
}

/* Featured image fills the complete visual column; no frame, border or inner gap. */
.mhbet-page-hero__visual {
  max-width: 520px !important;
}

.mhbet-page-hero__image-wrap {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 24px !important;
  overflow: hidden !important;
}

.mhbet-page-hero__image-wrap::before,
.mhbet-page-hero__image-wrap::after {
  display: none !important;
  content: none !important;
}

.mhbet-page-hero__image,
.mhbet-page-hero__image-wrap img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 24px !important;
  aspect-ratio: 1200 / 630 !important;
  object-fit: cover !important;
}

/* Prevent an empty actions wrapper from reserving space. */
.mhbet-page-hero__actions:empty {
  display: none !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .mhbet-page-hero__visual {
    max-width: 680px !important;
  }

  .mhbet-page-hero__image-wrap {
    padding: 0 !important;
  }
}

/* =========================================================
   v1.2.5 — Article editor: headings, lists and tables
   ========================================================= */

.mhbet-article-prose {
  --mhbet-prose-accent: var(--mhbet-accent, #f4b400);
  --mhbet-prose-border: rgba(76, 112, 135, 0.48);
  --mhbet-prose-surface: rgba(17, 31, 44, 0.72);
  --mhbet-prose-surface-strong: rgba(20, 36, 49, 0.96);
  direction: rtl;
  color: var(--mhbet-text, #f7f9fc);
  font-size: 17px;
  line-height: 2.05;
  overflow-wrap: anywhere;
}

.mhbet-article-prose > :first-child {
  margin-top: 0;
}

.mhbet-article-prose p {
  color: var(--mhbet-muted, #b8c3cf);
  margin: 0 0 20px;
}

.mhbet-article-prose a {
  color: var(--mhbet-prose-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* Thin automatic gold separator above article headings. */
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h2,
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h3,
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h4 {
  position: relative;
  clear: both;
  padding-top: 28px;
  margin-top: 42px;
  margin-bottom: 18px;
  color: var(--mhbet-text, #f7f9fc);
  line-height: 1.55;
}

.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h2::before,
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h3::before,
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h4::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(244, 180, 0, 0) 0%,
    rgba(244, 180, 0, 0.32) 16%,
    var(--mhbet-prose-accent) 72%,
    rgba(244, 180, 0, 0.2) 100%
  );
}

.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h2::after,
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h3::after,
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h4::after {
  content: "";
  position: absolute;
  top: -2px;
  right: 0;
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: var(--mhbet-prose-accent);
  box-shadow: 0 0 18px rgba(244, 180, 0, 0.24);
}

.mhbet-article-prose h2 {
  font-size: clamp(26px, 3vw, 36px);
}

.mhbet-article-prose h3 {
  font-size: clamp(22px, 2.4vw, 29px);
}

.mhbet-article-prose h4 {
  font-size: clamp(19px, 2vw, 24px);
}

/* Modern ordered lists with Persian number badges. */
.mhbet-article-prose ol.mhbet-ordered-list,
.mhbet-article-prose ul.mhbet-unordered-list {
  display: grid;
  gap: 12px;
  list-style: none !important;
  margin: 22px 0 28px;
  padding: 0 !important;
}

.mhbet-article-prose ol.mhbet-ordered-list > li,
.mhbet-article-prose ul.mhbet-unordered-list > li {
  position: relative;
  min-height: 58px;
  margin: 0 !important;
  padding: 15px 64px 15px 18px;
  color: var(--mhbet-text, #f7f9fc);
  background:
    linear-gradient(135deg, rgba(244, 180, 0, 0.045), rgba(244, 180, 0, 0) 36%),
    var(--mhbet-prose-surface);
  border: 1px solid var(--mhbet-prose-border);
  border-radius: 16px;
  line-height: 1.9;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.mhbet-article-prose ol.mhbet-ordered-list > li::before {
  content: attr(data-mhbet-index);
  position: absolute;
  right: 14px;
  top: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: #08131c;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(180deg, #ffd653 0%, var(--mhbet-prose-accent) 100%);
  box-shadow: 0 9px 23px rgba(244, 180, 0, 0.16), inset 0 1px 0 rgba(255,255,255,.45);
}

/* Colored custom bullets. */
.mhbet-article-prose ul.mhbet-unordered-list > li::before {
  content: "";
  position: absolute;
  right: 22px;
  top: 26px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--mhbet-prose-accent);
  border: 3px solid rgba(244, 180, 0, 0.18);
  background-clip: padding-box;
  box-shadow: 0 0 0 5px rgba(244, 180, 0, 0.06), 0 0 16px rgba(244, 180, 0, 0.22);
}

.mhbet-article-prose ol.mhbet-ordered-list ol,
.mhbet-article-prose ol.mhbet-ordered-list ul,
.mhbet-article-prose ul.mhbet-unordered-list ol,
.mhbet-article-prose ul.mhbet-unordered-list ul {
  margin: 14px 0 2px;
}

/* Responsive table shell prevents the whole page from scrolling sideways. */
.mhbet-table-shell {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 26px 0 32px;
  border: 1px solid rgba(244, 180, 0, 0.2);
  border-radius: 20px;
  background: rgba(8, 20, 30, 0.74);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.mhbet-table-shell::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(244,180,0,0), var(--mhbet-prose-accent), rgba(244,180,0,0));
}

.mhbet-table-scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: var(--mhbet-prose-accent) rgba(41, 66, 82, 0.22);
}

.mhbet-table-scroll::-webkit-scrollbar {
  height: 9px;
}

.mhbet-table-scroll::-webkit-scrollbar-track {
  background: rgba(41, 66, 82, 0.22);
}

.mhbet-table-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--mhbet-prose-accent);
}

.mhbet-article-prose .mhbet-table-scroll table {
  width: 100% !important;
  min-width: 680px;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  color: var(--mhbet-text, #f7f9fc);
  background: transparent;
  font-size: 15px;
  line-height: 1.75;
}

.mhbet-article-prose .mhbet-table-scroll caption {
  padding: 16px 18px;
  color: var(--mhbet-muted, #b8c3cf);
  text-align: right;
  caption-side: top;
}

.mhbet-article-prose .mhbet-table-scroll th,
.mhbet-article-prose .mhbet-table-scroll td {
  min-width: 140px;
  padding: 16px 18px !important;
  text-align: right;
  vertical-align: middle;
  border: 0 !important;
  border-bottom: 1px solid rgba(76, 112, 135, 0.3) !important;
  border-left: 1px solid rgba(76, 112, 135, 0.2) !important;
  white-space: normal;
}

.mhbet-article-prose .mhbet-table-scroll tr > :last-child {
  border-left: 0 !important;
}

.mhbet-article-prose .mhbet-table-scroll thead th {
  color: #fff8df;
  font-weight: 800;
  background: linear-gradient(180deg, rgba(244,180,0,0.17), rgba(244,180,0,0.08));
  border-bottom-color: rgba(244, 180, 0, 0.34) !important;
}

.mhbet-article-prose .mhbet-table-scroll tbody tr:nth-child(even) td {
  background: rgba(255, 255, 255, 0.018);
}

.mhbet-article-prose .mhbet-table-scroll tbody tr:hover td {
  color: var(--mhbet-text, #f7f9fc);
  background: rgba(244, 180, 0, 0.055);
}

.mhbet-article-prose .mhbet-table-scroll tbody tr:last-child td,
.mhbet-article-prose .mhbet-table-scroll tbody tr:last-child th {
  border-bottom: 0 !important;
}

@media (max-width: 767px) {
  .mhbet-article-prose {
    font-size: 16px;
    line-height: 2;
  }

  .mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h2,
  .mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h3,
  .mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h4 {
    padding-top: 23px;
    margin-top: 34px;
  }

  .mhbet-article-prose ol.mhbet-ordered-list > li,
  .mhbet-article-prose ul.mhbet-unordered-list > li {
    min-height: 54px;
    padding: 13px 55px 13px 13px;
    border-radius: 14px;
  }

  .mhbet-article-prose ol.mhbet-ordered-list > li::before {
    right: 11px;
    top: 11px;
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 15px;
  }

  .mhbet-article-prose ul.mhbet-unordered-list > li::before {
    right: 19px;
    top: 23px;
    width: 9px;
    height: 9px;
  }

  .mhbet-table-shell {
    margin: 22px 0 28px;
    border-radius: 16px;
  }

  .mhbet-table-shell::after {
    content: "برای مشاهده کامل جدول، آن را به چپ و راست بکشید";
    display: block;
    padding: 10px 14px;
    color: var(--mhbet-muted, #b8c3cf);
    background: rgba(10, 22, 34, 0.94);
    border-top: 1px solid rgba(76, 112, 135, 0.25);
    font-size: 12px;
    text-align: center;
  }

  .mhbet-article-prose .mhbet-table-scroll table {
    min-width: 620px;
    font-size: 14px;
  }

  .mhbet-article-prose .mhbet-table-scroll th,
  .mhbet-article-prose .mhbet-table-scroll td {
    min-width: 130px;
    padding: 13px 14px !important;
  }
}

/* =========================================================
   v1.2.6 — Smart FAQ + automatic FAQPage schema
   ========================================================= */
.mhbet-faq--smart {
  position: relative;
  overflow: hidden;
}

.mhbet-faq--smart::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -90px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(244,180,0,.10), transparent 70%);
}

.mhbet-faq__intro {
  max-width: 820px;
}

.mhbet-faq--smart .mhbet-faq__items {
  position: relative;
  z-index: 1;
}

.mhbet-faq--smart .mhbet-faq-item {
  border-color: rgba(51, 82, 101, .84);
  background:
    linear-gradient(180deg, rgba(22, 38, 52, .94), rgba(11, 24, 36, .96));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.025),
    0 14px 34px rgba(0,0,0,.14);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.mhbet-faq--smart .mhbet-faq-item:hover,
.mhbet-faq--smart .mhbet-faq-item:focus-within,
.mhbet-faq--smart .mhbet-faq-item.is-open {
  border-color: rgba(244,180,0,.44) !important;
  background:
    linear-gradient(180deg, rgba(24, 41, 55, .98), rgba(12, 26, 39, .98)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 18px 44px rgba(0,0,0,.18),
    0 0 0 1px rgba(244,180,0,.035) !important;
}

.mhbet-faq--smart .mhbet-faq-item__question-main {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.mhbet-faq--smart .mhbet-faq-item__number {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(244,180,0,.30);
  border-radius: 12px;
  color: var(--mhbet-accent);
  background: rgba(244,180,0,.075);
  font-size: 14px;
  font-weight: 900;
}

.mhbet-faq--smart .mhbet-faq-item__question-text {
  min-width: 0;
  color: var(--mhbet-text) !important;
  line-height: 1.75;
}

.mhbet-faq--smart .mhbet-faq-item__toggle {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41,66,82,.95);
  border-radius: 13px;
  color: var(--mhbet-accent) !important;
  background: rgba(8, 20, 30, .72);
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  transition: border-color .22s ease, background .22s ease;
}

.mhbet-faq--smart .mhbet-faq-item.is-open .mhbet-faq-item__toggle {
  border-color: rgba(244,180,0,.42);
  background: rgba(244,180,0,.10);
}

.mhbet-faq--smart .mhbet-faq-item__answer {
  display: grid !important;
  grid-template-rows: 0fr;
  padding: 0 24px !important;
  opacity: 0;
  transition: grid-template-rows .32s ease, opacity .25s ease, padding .32s ease;
}

.mhbet-faq--smart .mhbet-faq-item__answer-inner {
  min-height: 0;
  overflow: hidden;
  color: var(--mhbet-muted);
  font-size: 16px;
  line-height: 2.05;
}

.mhbet-faq--smart .mhbet-faq-item__answer-inner p {
  margin: 0;
}

.mhbet-faq--smart .mhbet-faq-item.is-open .mhbet-faq-item__answer {
  grid-template-rows: 1fr;
  padding: 0 24px 23px !important;
  opacity: 1;
}

.mhbet-faq-editor-error {
  direction: rtl;
  padding: 16px 18px;
  border: 1px solid rgba(244,180,0,.42);
  border-radius: 14px;
  color: #f7f9fc;
  background: rgba(244,180,0,.08);
  font-weight: 700;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .mhbet-faq--smart .mhbet-faq-item__question,
  .mhbet-faq--smart .mhbet-faq-item__question:hover,
  .mhbet-faq--smart .mhbet-faq-item__question:focus,
  .mhbet-faq--smart .mhbet-faq-item__question:active {
    align-items: flex-start;
    padding: 17px 15px;
  }

  .mhbet-faq--smart .mhbet-faq-item__question-main {
    gap: 11px;
  }

  .mhbet-faq--smart .mhbet-faq-item__number {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
    border-radius: 10px;
    font-size: 12px;
  }

  .mhbet-faq--smart .mhbet-faq-item__toggle {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border-radius: 11px;
    font-size: 21px;
  }

  .mhbet-faq--smart .mhbet-faq-item__answer,
  .mhbet-faq--smart .mhbet-faq-item.is-open .mhbet-faq-item__answer {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .mhbet-faq--smart .mhbet-faq-item.is-open .mhbet-faq-item__answer {
    padding-bottom: 18px !important;
  }
}


/* =========================================================
   v1.2.7 — stable FAQ, colored lists, tiered heading separators
   ========================================================= */

/* FAQ: no plus/minus control and absolutely no hover movement/jitter. */
.mhbet-faq--smart .mhbet-faq-item,
.mhbet-faq--smart .mhbet-faq-item:hover,
.mhbet-faq--smart .mhbet-faq-item:focus,
.mhbet-faq--smart .mhbet-faq-item:focus-within,
.mhbet-faq--smart .mhbet-faq-item:active,
.mhbet-faq--smart .mhbet-faq-item.is-open {
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease !important;
  will-change: auto !important;
}

.mhbet-faq--smart .mhbet-faq-item:hover,
.mhbet-faq--smart .mhbet-faq-item:focus-within {
  border-color: rgba(51, 82, 101, .84) !important;
  background: linear-gradient(180deg, rgba(22, 38, 52, .94), rgba(11, 24, 36, .96)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025), 0 14px 34px rgba(0,0,0,.14) !important;
}

.mhbet-faq--smart .mhbet-faq-item.is-open {
  border-color: rgba(244,180,0,.38) !important;
  background: linear-gradient(180deg, rgba(24, 41, 55, .98), rgba(12, 26, 39, .98)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 18px 44px rgba(0,0,0,.18) !important;
}

.mhbet-faq--smart .mhbet-faq-item__question,
.mhbet-faq--smart .mhbet-faq-item__question:hover,
.mhbet-faq--smart .mhbet-faq-item__question:focus,
.mhbet-faq--smart .mhbet-faq-item__question:active {
  min-height: 72px;
  justify-content: flex-start !important;
  transform: none !important;
  translate: none !important;
  scale: 1 !important;
  outline: none !important;
  transition: none !important;
}

.mhbet-faq--smart .mhbet-faq-item__question-main {
  width: 100%;
}

.mhbet-faq--smart .mhbet-faq-item__toggle,
.mhbet-faq--smart .mhbet-faq-item__question > strong {
  display: none !important;
}

/* H2 gets the longest divider, H3 shorter and H4 shortest. */
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h2::before,
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h3::before,
.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h4::before {
  left: auto !important;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(244,180,0,0), rgba(244,180,0,.28) 18%, #f4b400 100%) !important;
}

.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h2::before {
  width: min(100%, 780px) !important;
}

.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h3::before {
  width: min(72%, 520px) !important;
}

.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h4::before {
  width: min(48%, 330px) !important;
}

.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h2::after {
  width: 92px !important;
}

.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h3::after {
  width: 58px !important;
  height: 4px;
}

.mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h4::after {
  width: 38px !important;
  height: 3px;
}

/* More visible colored number badges and bullet dots. */
.mhbet-article-prose ol.mhbet-ordered-list > li,
.mhbet-article-prose ul.mhbet-unordered-list > li {
  --mhbet-list-color: #f4b400;
  border-right: 3px solid var(--mhbet-list-color) !important;
}

.mhbet-article-prose ol.mhbet-ordered-list > li:nth-child(3n + 2),
.mhbet-article-prose ul.mhbet-unordered-list > li:nth-child(3n + 2) {
  --mhbet-list-color: #16b77a;
}

.mhbet-article-prose ol.mhbet-ordered-list > li:nth-child(3n),
.mhbet-article-prose ul.mhbet-unordered-list > li:nth-child(3n) {
  --mhbet-list-color: #ffd653;
}

.mhbet-article-prose ol.mhbet-ordered-list > li::before {
  background: linear-gradient(180deg, color-mix(in srgb, var(--mhbet-list-color) 74%, white), var(--mhbet-list-color)) !important;
  box-shadow: 0 9px 23px color-mix(in srgb, var(--mhbet-list-color) 22%, transparent), inset 0 1px 0 rgba(255,255,255,.42) !important;
}

.mhbet-article-prose ul.mhbet-unordered-list > li::before {
  background: var(--mhbet-list-color) !important;
  border-color: color-mix(in srgb, var(--mhbet-list-color) 24%, transparent) !important;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--mhbet-list-color) 8%, transparent), 0 0 16px color-mix(in srgb, var(--mhbet-list-color) 28%, transparent) !important;
}

@supports not (color: color-mix(in srgb, #000 50%, #fff)) {
  .mhbet-article-prose ol.mhbet-ordered-list > li::before {
    background: var(--mhbet-list-color) !important;
  }
}

@media (max-width: 767px) {
  .mhbet-faq--smart .mhbet-faq-item__question,
  .mhbet-faq--smart .mhbet-faq-item__question:hover,
  .mhbet-faq--smart .mhbet-faq-item__question:focus,
  .mhbet-faq--smart .mhbet-faq-item__question:active {
    min-height: 62px;
  }

  .mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h2::before {
    width: 100% !important;
  }

  .mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h3::before {
    width: 74% !important;
  }

  .mhbet-article-prose:not(.mhbet-article-prose--no-heading-lines) h4::before {
    width: 52% !important;
  }
}
