/* R108_CCC_MOBILE_MENU_SINGLE_ROW_V136_ACTIVE */
@media (max-width: 980px) {
  html body.khaokho-theme.ploysea-theme .topbar .menu {
    width: 100% !important;
    order: 4 !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 10px 0 12px !important;
    background: transparent !important;
  }

  html body.khaokho-theme.ploysea-theme .topbar .nav-toggle:not(:checked) ~ .menu {
    display: none !important;
  }

  html body.khaokho-theme.ploysea-theme .topbar .nav-toggle:checked ~ .menu {
    display: grid !important;
  }

  html body.khaokho-theme.ploysea-theme .topbar .menu > a {
    display: flex !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 46px !important;
    box-sizing: border-box !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 20px !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    border-radius: 2px !important;
    background: rgba(255,255,255,.025) !important;
    color: rgba(255,255,255,.94) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    text-align: center !important;
    text-decoration: none !important;
  }

  html body.khaokho-theme.ploysea-theme .topbar .menu > a:hover,
  html body.khaokho-theme.ploysea-theme .topbar .menu > a:focus-visible,
  html body.khaokho-theme.ploysea-theme .topbar .menu > a.active {
    background: rgba(255,255,255,.11) !important;
    color: #fff !important;
  }
}

@media (max-width: 560px) {
  html body.khaokho-theme.ploysea-theme .topbar .nav-actions,
  html body.khaokho-theme.ploysea-theme .topbar .menu {
    grid-column: 1 / -1 !important;
  }

  html body.khaokho-theme.ploysea-theme .topbar .nav-actions .button.accent,
  html body.khaokho-theme.ploysea-theme .topbar .menu > a {
    width: 100% !important;
    min-height: 46px !important;
    box-sizing: border-box !important;
  }
}
