/* Static Vercel mirror fixes. Loaded after the copied WordPress styles. */
html {
  overflow-x: clip;
}

body,
body.page,
.site-main,
.page-content,
.entry-content {
  min-width: 0;
  overflow-x: clip;
}

p,
li,
summary,
td,
th {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

button.elementskit-menu-hamburger .ekit-menu-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 18px;
  color: #fff6f6 !important;
  font-family: inherit !important;
}

button.elementskit-menu-hamburger .ekit-menu-icon::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  box-shadow: 0 7px 0 currentColor, 0 14px 0 currentColor;
  content: "" !important;
}

button.elementskit-menu-hamburger:focus-visible,
button.elementskit-menu-close:focus-visible,
.elementskit-navbar-nav a:focus-visible {
  outline: 3px solid #ff8eaa !important;
  outline-offset: 3px;
}

html body a.todaqi-kakao-review-fab {
  display: none !important;
}

.page-id-1878 .tq-entity-video {
  display: none !important;
}

#todaqi-profile-system .tps-img-wrap img {
  background: #181818;
}

@media (min-width: 1025px) {
  html body nav.todaqi-bnav {
    display: none !important;
  }

  html body {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 1024px) {
  html body {
    padding-bottom: 80px !important;
  }

  html body h1,
  html body h1.tq-hero-sub {
    font-size: 24px !important;
    line-height: 1.35 !important;
    letter-spacing: 0 !important;
  }

  button.elementskit-menu-hamburger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .elementskit-menu-container {
    position: fixed !important;
    top: 0 !important;
    right: -110% !important;
    left: auto !important;
    z-index: 2147483200 !important;
    display: block !important;
    width: min(88vw, 350px) !important;
    max-width: 350px !important;
    height: 100dvh !important;
    padding: 72px 20px 24px !important;
    overflow-y: auto !important;
    visibility: hidden !important;
    opacity: 0 !important;
    background: #fff6f6 !important;
    box-shadow: -12px 0 32px rgba(0, 0, 0, 0.32) !important;
    transition: right 180ms ease, opacity 180ms ease, visibility 180ms ease !important;
  }

  .elementskit-menu-container.todaqi-menu-open {
    right: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .elementskit-menu-container .elementskit-navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px;
  }

  .elementskit-menu-container .elementskit-navbar-nav > li > a {
    min-height: 46px;
    color: #171717 !important;
    font-size: 17px !important;
  }

  .elementskit-menu-container .elementskit-nav-identity-panel {
    position: static !important;
  }

  .elementskit-menu-container .elementskit-menu-close {
    position: absolute !important;
    top: 16px;
    right: 16px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
    color: #171717 !important;
    font-size: 22px !important;
  }

  .elementskit-menu-overlay {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483100 !important;
    display: block !important;
    visibility: hidden !important;
    opacity: 0 !important;
    background: rgba(0, 0, 0, 0.62) !important;
    transition: opacity 180ms ease, visibility 180ms ease !important;
  }

  .elementskit-menu-overlay.todaqi-menu-open {
    visibility: visible !important;
    opacity: 1 !important;
  }

  html body nav.todaqi-bnav {
    bottom: max(8px, env(safe-area-inset-bottom)) !important;
    width: calc(100vw - 16px) !important;
    max-width: 460px !important;
    height: 64px !important;
  }

  html body .todaqi-bnav__icon {
    width: 32px !important;
    height: 32px !important;
    border-radius: 10px !important;
  }

  html body .todaqi-bnav__label {
    font-size: 10px !important;
    line-height: 1.15 !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .elementskit-menu-container,
  .elementskit-menu-overlay {
    transition: none !important;
  }
}
