:root { --machi-ink: #182121; --machi-muted: #596461; --machi-accent: #006e53; --machi-line: #dfe5e2; }
body { padding-top: 72px !important; color: var(--machi-ink); }
*, *::before, *::after { letter-spacing: 0; }
button, input, select, textarea { font: inherit; }
:focus-visible { outline: 3px solid #007b65 !important; outline-offset: 4px; }
img[src*="/assets/icons/machi4d/"] { object-fit: contain; flex-shrink: 0; }
.machi-menu-toggle { align-items: center; justify-content: center; }
.machi-menu-toggle img { display: block; width: 24px; height: 24px; }
.landing__games-content-tab-container { max-width: 480px; }
.landing__games-content-tab {
  --game-accent: #836000;
  --game-tint: #fff8df;
  min-height: 98px;
  padding: 16px 36px 16px 16px;
  border: 1px solid #dfe5e2;
  border-left: 3px solid transparent;
  border-radius: 8px;
  gap: 16px;
  background: #f7f9f8;
  color: #182121;
}
.landing__games-content-tab.--jackpot, .accordion-header.--jackpot { --game-accent: #00658c; --game-tint: #edf8ff; }
.landing__games-content-tab.--mgold, .accordion-header.--mgold { --game-accent: #836000; --game-tint: #fff9e8; }
.landing__games-content-tab.--jackpot-gold, .accordion-header.--jackpot-gold { --game-accent: #a04617; --game-tint: #fff3e9; }
.landing__games-content-tab.--magnum-life, .accordion-header.--magnum-life { --game-accent: #a52d50; --game-tint: #fff0f4; }
.landing__games-content .landing__games-content-tab:is(.--active, :hover) {
  background: var(--game-tint);
  color: #182121;
  border-color: #dfe5e2;
  border-left-color: var(--game-accent);
}
.landing__games-content .landing__games-content-tab::after,
.landing__games-content .landing__games-content-tab:is(.--active, :hover)::after {
  width: 20px;
  height: 20px;
  right: 10px;
  border: 0;
  background: url('/assets/icons/machi4d/chevron-right-182121.svg') center / 20px 20px no-repeat;
}
.landing__games-content-tab-icon { width: 56px; height: 56px; }
.landing__games-content-tab-label { min-width: 0; }
.landing__games-content-tab-label .title { font-size: 21px; line-height: 1.3; }
.landing__games-content-tab-label .desc { margin-top: 4px; font-size: 14px; line-height: 1.5; font-weight: 400; color: #52615b; }
.landing__games-content-body { border: 1px solid #dfe5e2; border-radius: 8px; box-shadow: none; }
.landing__games-mobile-content .accordion { border-radius: 8px; }
.landing__games-mobile-content .accordion-header {
  min-height: 100px;
  gap: 12px;
  border-left: 3px solid transparent;
}
.landing__games-mobile-content .accordion .accordion-header { background: #f7f9f8; color: #182121; }
.landing__games-mobile-content .accordion.--open .accordion-header { background: var(--game-tint, #fff8df); border-left-color: var(--game-accent, #836000); }
.landing__games-mobile-content .accordion-header-text { min-width: 0; }
.landing__games-mobile-content .accordion-header-text .title { font-size: 18px; line-height: 1.35; }
.landing__games-mobile-content .accordion-header-text .desc { margin-top: 3px; font-size: 13px; line-height: 1.45; font-weight: 400; color: #52615b; }
.landing__games-mobile-content .accordion-header-img { width: 48px; height: 48px; }
.landing__games-mobile-content .accordion-header-icon { width: 20px; height: 20px; }
.landing__games-content-body-main .cta { min-height: 44px; }
.landing__games-content-body-main .cta-row .cta,
.landing__games-content-body-main .cta[onclick] { display: inline-flex; align-items: center; gap: 8px; color: #006e53; font-size: 14px; }
.landing__games-content-body-main .cta-icon { width: 20px; height: 20px; }
[data-aos] { opacity: 1 !important; transform: none !important; }
.machi-header { position: fixed; top: 0; left: 0; right: 0; z-index: 999; height: 72px; background: #fff; border-bottom: 1px solid var(--machi-line); }
.machi-header > .wrapper { display: flex; align-items: center; gap: 32px; height: 100%; }
.machi-wordmark { font-family: Arial, sans-serif; font-size: 28px; line-height: 1; font-weight: 800; text-decoration: none; color: #161d1b; white-space: nowrap; }
.machi-wordmark span { color: var(--machi-accent); }
.machi-wordmark:has(.machi-logo-image) {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  width: 202px;
  height: 64px;
}
.machi-wordmark .machi-logo-image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.machi-wordmark:focus-visible { outline: 2px solid #08765c; outline-offset: 3px; border-radius: 4px; }
.machi-footer .machi-wordmark:has(.machi-logo-image) { width: 236px; height: 78px; }
@media (max-width: 1100px) {
  .machi-header .machi-wordmark:has(.machi-logo-image) { width: 174px; height: 58px; }
}
@media (max-width: 600px) {
  .machi-header .machi-wordmark:has(.machi-logo-image) { width: 158px; height: 54px; }
  .machi-menu-toggle { flex-shrink: 0; }
}
#machi-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; }
#machi-nav a, .machi-language { font-size: 14px; font-weight: 500; text-decoration: none; color: #263a32; padding: 12px 0; white-space: nowrap; }
#machi-nav a:hover, #machi-nav a[aria-current] { color: var(--machi-accent); text-decoration: underline; text-underline-offset: 7px; }
.machi-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 1px solid var(--machi-line); border-radius: 6px; background: #fff; }
.machi-language { border-left: 1px solid var(--machi-line); padding-left: 20px; }
.machi-footer { background: #f1f4f2; border-top: 1px solid var(--machi-line); padding: 48px 0 24px; color: var(--machi-ink); }
.machi-footer-main { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; padding-bottom: 36px; }
.machi-footer-main p { margin: 14px 0 0; font-size: 16px; line-height: 1.6; }
.machi-footer-main .machi-footer-caption { max-width: 400px; font-size: 14px; color: var(--machi-muted); }
.machi-footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; align-content: start; }
.machi-footer a:not(.machi-wordmark) { color: #29483c; text-decoration: none; font-size: 14px; line-height: 1.6; }
.machi-footer a:hover { text-decoration: underline; }
.machi-footer-bottom { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px; border-top: 1px solid var(--machi-line); padding-top: 22px; font-size: 12px; color: var(--machi-muted); }
.machi-footer-bottom > :last-child { margin-left: auto; }
.machi-archive-status { background: #f1f6f3; border-bottom: 1px solid var(--machi-line); color: #3d554a; font-size: 12px; line-height: 1.5; }
.machi-archive-status > .wrapper { display: flex; flex-wrap: wrap; align-items: center; gap: 4px 18px; padding-top: 10px; padding-bottom: 10px; }
.machi-archive-status a { color: var(--machi-accent); margin-left: auto; text-underline-offset: 3px; }
.machi-archive-status [data-archive-freshness] { color: #80531c; }
.machi-proof { background: #f5f7f5; color: var(--machi-ink); border-bottom: 1px solid var(--machi-line); padding: 36px 0; }
.machi-proof__title { color: var(--machi-ink); font-size: 28px; font-weight: 600; line-height: 1.25; }
.machi-proof__eyebrow { color: var(--machi-accent); font-size: 12px; }
.machi-proof__copy { color: var(--machi-muted); font-size: 14px; }
.machi-proof__copy a { color: var(--machi-accent); text-underline-offset: 3px; }
.machi-proof__stats { gap: 20px; }
.machi-proof__stat { min-height: 70px; border: 0; border-left: 1px solid #cfd9d3; border-radius: 0; background: none; padding: 8px 16px; }
.machi-proof__stat strong { color: var(--machi-accent); font-size: 24px; font-weight: 600; }
.machi-proof__stat span { color: var(--machi-muted); font-size: 12px; }
.landing__banner { height: 490px; }
.landing__banner::before { background: none; }
.landing__banner-content { margin-top: 90px; }
.machi-hero-kicker { margin: 0; font-family: Arial,sans-serif; font-size: 62px; font-weight: 800; }
.machi-hero-title { font-size: 32px; font-weight: 600; }
.machi-hero-subtitle { font-size: 17px; font-weight: 400; }
.machi-hero-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.machi-hero-links a { display: inline-flex; align-items: center; min-height: 46px; padding: 12px 20px; border-radius: 6px; font-size: 14px; line-height: 1.3; font-weight: 600; text-decoration: none; background: #ffce32; color: #111; }
.machi-hero-links a + a { color: #fff; background: #1c2726; border: 1px solid #7b8581; }
.landing__banner-draw.machi-latest-draw { position: absolute; width: 176px; top: 50%; border-radius: 8px 0 0 8px; }
.machi-latest-draw .landing__banner-draw-header { background: #006e53; font-size: 13px; }
.machi-latest-draw .date { font-size: 20px; }
.machi-latest-draw .day { font-size: 14px; }
.machi-latest-draw a { display: block; color: var(--machi-accent); padding: 12px; font-size: 14px; }
@media (max-width: 1024px) { .landing__banner-draw.machi-latest-draw { display: none; } }
.landing__result-header-title { font-size: 28px; line-height: 1.4; }
.landing__result-header-title .date { font-size: 18px; font-weight: 400; }
.landing__result, .landing__games, .landing__stories { padding-top: 48px; padding-bottom: 48px; }
.landing__stories-body { border-radius: 8px; }
.landing__stories-body-content .amount { font-size: 42px; }
.landing__stories-body-content .desc { font-size: 20px; line-height: 1.45; }
.landing__stories-body-content { max-width: 62%; }
.button { border-radius: 6px; }
.result-card, .news-card { border-radius: 8px; }
.machi-document { background: #fff; }
.machi-document-main { max-width: 900px; min-height: calc(100vh - 400px); margin: 0 auto; padding: 44px 32px 80px; }
.machi-document-wide { max-width: 1180px; }
.machi-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; color: var(--machi-muted); font-size: 12px; margin-bottom: 36px; }
.machi-document-main a { color: var(--machi-accent); text-underline-offset: 3px; }
.machi-document-main h1 { font-size: 42px; line-height: 1.15; font-weight: 600; margin-bottom: 20px; }
.machi-intro { max-width: 730px; font-size: 19px; line-height: 1.6; color: var(--machi-muted); margin-bottom: 36px; }
.machi-document-section { padding: 25px 0; border-bottom: 1px solid var(--machi-line); }
.machi-document-section h2 { font-size: 20px; line-height: 1.4; font-weight: 600; margin-bottom: 12px; }
.machi-document-section p { font-size: 16px; line-height: 1.8; }
.machi-source-note { padding: 16px 20px; margin: 20px 0; border-left: 3px solid var(--machi-accent); background: #f0f6f2; font-size: 14px; line-height: 1.7; }
.machi-source-line { color: var(--machi-muted); font-size: 13px; line-height: 1.7; margin: 20px 0; }
.machi-coverage-meta { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin: 28px 0; gap: 16px; }
.machi-coverage-meta dt { font-size: 12px; color: var(--machi-muted); margin-bottom: 8px; }
.machi-coverage-meta dd { margin: 0; font-size: 22px; font-weight: 600; }
.machi-table-scroll { width: 100%; overflow-x: auto; margin: 24px 0; border: 1px solid var(--machi-line); border-radius: 6px; }
.machi-data-table { width: 100%; border-collapse: collapse; text-align: left; font-size: 14px; font-variant-numeric: tabular-nums; }
.machi-data-table th { background: #f1f5f2; font-weight: 500; color: #375346; }
.machi-data-table th, .machi-data-table td { padding: 15px 18px; border-bottom: 1px solid var(--machi-line); white-space: nowrap; }
.machi-data-table tr:last-child td { border: 0; }
.machi-data-table tbody tr:hover { background: #fafbf9; }
.machi-faq { padding: 22px 0; border-bottom: 1px solid var(--machi-line); }
.machi-faq summary { cursor: pointer; font-size: 18px; font-weight: 500; }
.machi-faq p { padding: 18px 0 4px; font-size: 16px; line-height: 1.8; color: var(--machi-muted); }
.machi-editorial-list { margin: 32px 0; }
.machi-editorial-list > a { display: block; padding: 24px 0; border-bottom: 1px solid var(--machi-line); text-decoration: none; }
.machi-editorial-list h2 { font-size: 22px; line-height: 1.4; margin: 10px 0; }
.machi-editorial-list time, .machi-editorial-list span { font-size: 13px; }
.machi-stat-form { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 20px; padding: 28px 0; border-top: 1px solid var(--machi-line); border-bottom: 1px solid var(--machi-line); }
.machi-stat-form label { display: flex; flex-direction: column; gap: 10px; font-size: 14px; }
.machi-stat-form input:not([type=checkbox]), .machi-stat-form select, .machi-site-search input { min-height: 46px; padding: 10px 14px; border: 1px solid #9aaba1; border-radius: 6px; max-width: 100%; background: #fff; }
.machi-stat-form input:not([type=checkbox]) { width: 180px; }
.machi-stat-form .machi-checkbox { flex-direction: row; align-items: center; min-height: 46px; }
.machi-checkbox input { accent-color: var(--machi-accent); width: 18px; height: 18px; }
.machi-stat-form button, .machi-site-search button { min-height: 46px; padding: 12px 22px; background: var(--machi-accent); color: #fff; border: 0; }
.machi-stat-form button:disabled { opacity: .55; cursor: wait; }
[data-stat-result] { padding: 32px 0; }
[data-stat-result] h2 { font-size: 24px; font-weight: 500; }
.machi-site-search { display: flex; flex-wrap: wrap; gap: 12px; }
.machi-site-search label { flex-basis: 100%; }
@media (max-width: 1100px) {
  .machi-header > .wrapper { gap: 18px; }
  #machi-nav { gap: 16px; }
  #machi-nav a { font-size: 13px; }
}
@media (max-width: 900px) {
  .machi-menu-toggle { display: block; margin-left: auto; }
  #machi-nav { display: none; position: absolute; top: 71px; left: 0; right: 0; background: #fff; margin: 0; padding: 16px 24px 24px; border-bottom: 1px solid var(--machi-line); box-shadow: 0 12px 18px #13291b12; }
  #machi-nav.is-open { display: grid; gap: 0; }
  #machi-nav a { min-height: 44px; font-size: 16px; }
  .machi-proof__stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .machi-proof__layout { gap: 24px; }
  .machi-language { padding-left: 14px; }
  .landing__stories-body-content { max-width: 80%; }
}
@media (max-width: 600px) {
  .machi-header > .wrapper { padding-left: 20px; padding-right: 20px; gap: 14px; }
  .machi-wordmark { font-size: 25px; }
  .machi-archive-status > .wrapper { padding: 10px 20px; gap: 3px 12px; }
  .machi-archive-status [data-archive-freshness] { width: 100%; }
  .landing__banner { height: 480px; }
  .landing__banner-content { margin-top: 48px; }
  .landing__banner::before { background: rgba(0,0,0,.27); }
  .machi-hero-subtitle { text-shadow: 0 1px 4px #000; }
  .machi-hero-kicker { font-size: 48px; }
  .machi-hero-title { font-size: 28px; max-width: 330px; }
  .machi-hero-subtitle { font-size: 16px; max-width: 320px; }
  .machi-hero-links { gap: 10px; margin-top: 22px; }
  .machi-hero-links a { padding: 12px 16px; }
  .landing__banner-draw.machi-latest-draw { display: none; }
  .machi-proof__title { font-size: 25px; }
  .machi-proof__stat { min-height: 64px; padding: 5px 12px; }
  .machi-proof__stat strong { font-size: 20px; }
  .machi-footer { padding-top: 32px; }
  .machi-footer-main { grid-template-columns: 1fr; gap: 24px; }
  .machi-footer-bottom { gap: 14px 20px; }
  .machi-footer-bottom > :last-child { margin-left: 0; }
  .machi-document-main { padding: 28px 20px 48px; }
  .machi-document-main h1 { font-size: 32px; }
  .machi-intro { font-size: 17px; }
  .machi-breadcrumb { margin-bottom: 26px; }
  .machi-coverage-meta { grid-template-columns: 1fr; gap: 18px; }
  .machi-coverage-meta > div { display: flex; justify-content: space-between; gap: 20px; }
  .machi-coverage-meta dd { font-size: 18px; }
  .machi-stat-form { align-items: stretch; gap: 20px 12px; }
  .machi-stat-form label { width: calc(50% - 6px); }
  .machi-stat-form .machi-checkbox { width: 100%; min-height: 24px; }
  .machi-stat-form button { width: 100%; }
  .landing__stories-body-content { max-width: 100%; }
  .landing__stories-body-content .amount { font-size: 28px; }
  .landing__stories-body-content .desc { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
.cts__demo-play__step-final__img__wrapper.machi-demo-summary {
  width: min(100%, 420px);
  height: auto;
  min-height: 96px;
  margin: 24px auto;
  padding: 20px 16px;
  border-block: 1px solid #cfd9d4;
}
.machi-demo-summary > [class*="step-final__img__texts"] {
  position: static;
  width: 100%;
  height: auto;
  transform: none;
  font-size: 18px;
  line-height: 1.5;
  color: #182121;
  white-space: normal;
  text-wrap: wrap;
  gap: 12px;
}
.machi-demo-summary [id$="step-final__number"] {
  flex-wrap: wrap;
  gap: 8px;
  font-variant-numeric: tabular-nums;
}
.cts__demo-play__step-final__footer button {
  white-space: normal !important;
  text-wrap: wrap !important;
  height: auto;
  min-height: 44px;
}
.guide-card__image:has(.machi-guide-icon) {
  display: grid;
  place-items: center;
}
img.machi-guide-icon {
  width: 64px !important;
  height: 64px !important;
  object-fit: contain;
}
.highlight-card__image {
  object-fit: contain;
}
.result__content-tab-wrapper {
  overflow-x: auto !important;
  overscroll-behavior-x: contain;
}
.cts__demo-play__card {
  scroll-margin-top: 96px;
}
.cts__demo-play__card[class*="__step-final"] {
  background: #f3f7f5;
  color: #182121;
  border: 1px solid #cfd9d4;
  border-radius: 8px;
}
.cts__demo-play__card[class*="__step-final"] h3 {
  color: #182121;
  font-size: 24px;
  line-height: 1.3;
}
.cts__demo-play__card[class*="__step-final"] h4 {
  color: #40584b;
  font-size: 16px;
  line-height: 1.6;
}
.cts__demo-play__step-final__footer [data-source-link] {
  color: #182121 !important;
}
.machi-overview-symbol {
  display: block;
  width: 160px;
  height: 160px;
  max-width: 100%;
  margin: 20px auto;
  object-fit: contain;
}
.machi-suspensions { margin: 20px 0; border-block: 1px solid #cfd9d4; }
.machi-suspensions > summary { padding: 16px 0; cursor: pointer; font-size: 16px; line-height: 1.5; }
.machi-suspension { padding: 16px 0; max-width: 760px; }
.machi-suspension h3 { font-size: 18px; line-height: 1.5; margin-bottom: 8px; }
.machi-suspension p { font-size: 15px; line-height: 1.7; }
.machi-suspension a, .machi-draw-notice > a { color: #006e53; text-decoration: underline; text-underline-offset: 3px; }
.machi-suspension .machi-source-line { margin: 12px 0; }
.machi-draw-notice { margin-block: 24px; padding-block: 24px; border-block: 1px solid #cfd9d4; }
.machi-draw-notice[hidden] { display: none; }
.machi-draw-notice > h2 { font-size: 24px; line-height: 1.4; margin-bottom: 8px; }
.result__content.has-suspension > .result__content-tab-wrapper,
.result__content.has-suspension > .result__content-body { display: none !important; }

/* Self-contained reference art replaces operator videos and their playback state. */
.machi-native-figure {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 278px;
  max-width: 100%;
  min-width: 0;
  min-height: 203px;
  padding: 24px 16px;
  margin-inline: auto;
  color: #182121;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
}
.machi-native-figure > img { position: static; width: 64px; height: 64px; object-fit: contain; margin: 0; }
.machi-native-figure > strong { font-size: 20px; line-height: 1.35; }
.machi-native-figure small { font-size: 14px; line-height: 1.5; color: #41524b; }
.machi-number-example { display: flex; justify-content: center; flex-wrap: wrap; gap: 6px; width: 100%; }
.machi-number-example > span,
.machi-golden-example > span {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 42px;
  padding-inline: 6px;
  background: #fff;
  border: 1px solid #9ebbb0;
  border-radius: 4px;
  font-size: 21px;
  line-height: 1;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.machi-golden-example { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; }
.machi-golden-example > span { background: #ffdf76; border-color: #bc961f; }
.machi-native-figure--check { width: 160px; height: 69px; min-height: 0; padding: 8px; border: 0; background: transparent; }
.machi-native-figure--check > img { width: 48px; height: 48px; }
.machi-native-figure--draw { height: 217px; min-height: 0; }
.machi-native-figure--draw > img { width: 88px; height: 88px; }
.cts__overview__card .machi-native-figure { margin-top: auto; border: 0; border-radius: 0; background: transparent; }
.cts__overview__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  align-items: stretch;
  gap: 24px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 24px;
  overflow: visible;
  transform: none;
}
.cts__overview__card { width: auto; min-width: 0; max-width: none; padding: 24px 16px; border-radius: 8px; }
.cts__advance-play__image--mobile.machi-native-figure,
.cts__lucky-pick-video--mobile.machi-native-figure { display: none; }
.cts__advance-play__image--desktop.machi-native-figure,
.cts__lucky-pick-video--desktop.machi-native-figure { display: flex; flex-shrink: 0; }
.machi-native-guide { padding-block: 48px; border-block: 1px solid #d8e2dc; background: #f3f7f5; color: #182121; }
.machi-native-guide .wrapper { max-width: 900px; }
.machi-guide-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 24px; }
.machi-guide-heading > img { flex: 0 0 64px; width: 64px; height: 64px; }
.machi-guide-heading h2 { margin: 4px 0 0; font-size: 28px; line-height: 1.25; }
.machi-guide-heading span { font-size: 15px; font-weight: 700; color: #006e53; }
.machi-native-guide p { max-width: 720px; margin: 16px 0; font-size: 16px; line-height: 1.7; }
.machi-guide-example .machi-number-example { justify-content: flex-start; }
.machi-native-guide nav { display: flex; flex-wrap: wrap; gap: 16px 28px; margin-top: 24px; }
.machi-native-guide nav a { font-size: 16px; color: #006e53; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; padding-block: 10px; }
.machi-clean-banner { background-color: #eff6f2 !important; background-image: none !important; }
.machi-clean-banner .banner__title,
.machi-clean-banner .banner__subtitle { color: #182121 !important; }
.cts__4d-jackpot__advance__did-you-know__graphic { object-fit: contain; max-height: 160px; }
@media (max-width: 743px) {
  .cts__advance-play__image--mobile.machi-native-figure,
  .cts__lucky-pick-video--mobile.machi-native-figure { display: flex; margin-block: 20px; }
  .cts__advance-play__image--mobile.machi-native-figure { width: 100%; max-width: min(240px, calc(100vw - 96px)); }
  .cts__advance-play__image--desktop.machi-native-figure,
  .cts__lucky-pick-video--desktop.machi-native-figure { display: none; }
  .machi-native-guide { padding-block: 32px; }
  .machi-guide-heading h2 { font-size: 24px; }
}
