:root {
  --erh-vlab-bg: #f4efe6;
  --erh-vlab-surface: #fffdf9;
  --erh-vlab-surface-2: #f7f2ea;
  --erh-vlab-ink: #1f2937;
  --erh-vlab-muted: #5b6472;
  --erh-vlab-line: rgba(31, 41, 55, 0.14);
  --erh-vlab-line-strong: rgba(31, 41, 55, 0.22);
  --erh-vlab-accent: #0f766e;
  --erh-vlab-accent-strong: #115e59;
  --erh-vlab-warm: #9a6b3b;
}

body.erh-vlab-uiux {
  background: #faf8f4;
  color: var(--erh-vlab-ink);
}

body.erh-vlab-uiux .p-header-message {
  background: #2a2520 !important;
}

body.erh-vlab-uiux .p-header-message__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  color: #f8fafc !important;
  font-weight: 700;
  letter-spacing: 0.03em;
}

body.erh-vlab-uiux .l-header__inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

body.erh-vlab-uiux .p-header__logo {
  margin-bottom: 14px;
}

body.erh-vlab-uiux .p-global__nav-wrapper {
  width: 100%;
}

body.erh-vlab-uiux .p-global__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

body.erh-vlab-uiux .p-global__nav > li {
  margin: 0 !important;
}

body.erh-vlab-uiux .p-global__nav > li > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--erh-vlab-line);
  border-radius: 10px;
  background: #fff;
  color: var(--erh-vlab-ink) !important;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

body.erh-vlab-uiux .p-global__nav > li > a:hover,
body.erh-vlab-uiux .p-global__nav > li.current-menu-item > a {
  border-color: rgba(15, 118, 110, 0.35);
  background: rgba(15, 118, 110, 0.09);
  color: var(--erh-vlab-accent-strong) !important;
}

body.erh-vlab-uiux .p-megamenu {
  display: none !important;
}

body.erh-vlab-uiux .l-container {
  align-items: flex-start;
  gap: 24px;
}

body.erh-vlab-uiux .l-sidenav {
  flex: 0 0 280px;
  width: 280px;
  max-width: 100%;
}

@media not all and (max-width: 1300px) {
  body.erh-vlab-uiux .l-container {
    flex-wrap: nowrap;
  }

  body.erh-vlab-uiux .l-sidenav + .l-main {
    width: calc(100% - 304px);
    max-width: calc(100% - 304px);
  }
}

body.erh-vlab-uiux .l-main,
body.erh-vlab-uiux .l-sidebar,
body.erh-vlab-uiux .l-sidenav__inner,
body.erh-vlab-uiux .p-article,
body.erh-vlab-uiux .p-front-page__body {
  min-width: 0;
}

body.erh-vlab-uiux .c-breadcrumb {
  margin-bottom: 20px;
}

body.erh-vlab-uiux .p-front-page__body,
body.erh-vlab-uiux .p-article__header,
body.erh-vlab-uiux .p-article__contents,
body.erh-vlab-uiux .p-widget,
body.erh-vlab-uiux .l-sidenav__inner {
  border: 1px solid var(--erh-vlab-line);
  border-radius: 28px;
  background: rgba(255, 253, 249, 0.94);
  box-shadow: none;
}

body.erh-vlab-uiux .p-front-page__body,
body.erh-vlab-uiux .p-widget,
body.erh-vlab-uiux .l-sidenav__inner {
  padding: 24px;
}

body.erh-vlab-uiux .p-article__header,
body.erh-vlab-uiux .p-article__contents {
  padding: 28px;
}

body.erh-vlab-uiux .p-article__header {
  margin-bottom: 18px;
}

body.erh-vlab-uiux .p-article__header-image img {
  border-radius: 24px;
}

body.erh-vlab-uiux .p-front-cover__headline,
body.erh-vlab-uiux .p-article__header-title {
  color: var(--erh-vlab-ink) !important;
  text-shadow: none !important;
  letter-spacing: -0.02em;
  line-height: 1.08;
}

body.erh-vlab-uiux .p-front-cover__headline {
  font-size: clamp(36px, 4.4vw, 48px) !important;
  max-width: 12ch;
}

body.erh-vlab-uiux .p-front-cover__desc,
body.erh-vlab-uiux .post_content,
body.erh-vlab-uiux .post_content p,
body.erh-vlab-uiux .p-article__header-meta,
body.erh-vlab-uiux .p-widget,
body.erh-vlab-uiux .tagcloud a {
  color: var(--erh-vlab-muted) !important;
}

body.erh-vlab-uiux .p-front-cover__desc {
  max-width: 44rem;
  font-size: clamp(17px, 1.65vw, 20px) !important;
  line-height: 1.9;
}

body.erh-vlab-uiux .p-article__header-title {
  font-size: clamp(32px, 3.4vw, 40px) !important;
}

body.erh-vlab-uiux .p-article__header-title--post {
  font-size: clamp(30px, 3vw, 36px) !important;
}

body.erh-vlab-uiux .p-article-body h2,
body.erh-vlab-uiux .post_content h2 {
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(15, 118, 110, 0.16);
  color: var(--erh-vlab-ink);
  font-size: clamp(26px, 3vw, 34px) !important;
  line-height: 1.2;
}

body.erh-vlab-uiux .p-article-body h3,
body.erh-vlab-uiux .post_content h3 {
  margin-top: 30px;
  margin-bottom: 12px;
  color: var(--erh-vlab-ink);
  font-size: clamp(20px, 2.2vw, 26px) !important;
}

body.erh-vlab-uiux .post_content ul,
body.erh-vlab-uiux .post_content ol {
  gap: 10px;
}

body.erh-vlab-uiux .post_content ul li,
body.erh-vlab-uiux .post_content ol li {
  margin-bottom: 10px;
}

body.erh-vlab-uiux .post_content a,
body.erh-vlab-uiux .p-widget a,
body.erh-vlab-uiux .tagcloud a,
body.erh-vlab-uiux .p-sidecat__item-name,
body.erh-vlab-uiux .p-footer__info-nav a {
  color: var(--erh-vlab-ink) !important;
}

body.erh-vlab-uiux .p-sidecat__item,
body.erh-vlab-uiux .p-sidecat__item-name,
body.erh-vlab-uiux .p-sidecat__count {
  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

body.erh-vlab-uiux .p-sidecat__item-name {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.45;
  white-space: normal;
  word-break: keep-all;
}

body.erh-vlab-uiux .p-sidecat__headline,
body.erh-vlab-uiux .p-widget__headline {
  margin-bottom: 16px;
}

body.erh-vlab-uiux .p-sidecat__headline span,
body.erh-vlab-uiux .p-widget__headline span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--erh-vlab-ink);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.erh-vlab-uiux .p-sidecat__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

body.erh-vlab-uiux .widget_categories > ul,
body.erh-vlab-uiux .tagcloud {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

body.erh-vlab-uiux .widget_categories > ul > li,
body.erh-vlab-uiux .tagcloud a {
  margin: 0 !important;
}

body.erh-vlab-uiux .p-sidecat__item,
body.erh-vlab-uiux .widget_categories > ul > li > a,
body.erh-vlab-uiux .tagcloud a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid var(--erh-vlab-line);
  border-radius: 10px;
  background: var(--erh-vlab-surface);
  text-decoration: none;
  line-height: 1.45;
}

body.erh-vlab-uiux .p-sidecat__item::before,
body.erh-vlab-uiux .widget_categories > ul > li > a::before,
body.erh-vlab-uiux .tagcloud a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  border-radius: 999px;
  background: var(--erh-vlab-accent);
  flex: 0 0 auto;
}

body.erh-vlab-uiux .widget_categories > ul > li > a,
body.erh-vlab-uiux .tagcloud a {
  justify-content: flex-start;
  gap: 10px;
}

body.erh-vlab-uiux .widget_categories .children,
body.erh-vlab-uiux .p-sidecat__list ul {
  display: none !important;
}

body.erh-vlab-uiux .p-sidecat__count {
  min-width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--erh-vlab-surface-2);
  color: var(--erh-vlab-muted);
  font-weight: 700;
}

body.erh-vlab-uiux .p-sidebanner {
  display: none !important;
}

body.erh-vlab-uiux .p-footer__info-nav .menu,
body.erh-vlab-uiux .p-footer__sns-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

body.erh-vlab-uiux .p-footer__info-nav a {
  text-decoration: none;
}

body.erh-vlab-uiux .p-footer__sns-icons .c-sns-icons__link {
  min-width: 48px;
  min-height: 48px;
  border: 1px solid var(--erh-vlab-line);
  border-radius: 10px;
  background: #fff;
}

body.erh-vlab-uiux .p-menu-button,
body.erh-vlab-uiux .p-return-top-button {
  width: 48px;
  height: 48px;
  border: 1px solid var(--erh-vlab-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

body.erh-vlab-uiux .p-menu-button span,
body.erh-vlab-uiux .p-return-top-button::before,
body.erh-vlab-uiux .p-return-top-button::after {
  background: var(--erh-vlab-ink) !important;
}

body.erh-vlab-uiux .erh-vlab-consult {
  margin-bottom: 28px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--erh-vlab-line);
  border-radius: 12px;
  background: #fff;
}

body.erh-vlab-uiux .erh-vlab-consult__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(22, 101, 52, 0.96);
  color: #dcfce7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.erh-vlab-uiux .erh-vlab-consult__eyebrow {
  margin: 14px 0 10px;
  color: var(--erh-vlab-accent-strong);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.erh-vlab-uiux .erh-vlab-consult__body {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.9fr);
  gap: 24px;
}

body.erh-vlab-uiux .erh-vlab-consult h2 {
  margin: 0 0 14px;
  color: var(--erh-vlab-ink);
  font-size: clamp(30px, 4vw, 42px);
  line-height: 1.12;
}

body.erh-vlab-uiux .erh-vlab-consult p {
  margin: 0;
  color: var(--erh-vlab-muted);
  line-height: 1.8;
}

body.erh-vlab-uiux .erh-vlab-consult__menu,
body.erh-vlab-uiux .erh-vlab-quicklinks__grid,
body.erh-vlab-uiux .erh-vlab-topics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
}

body.erh-vlab-uiux .erh-vlab-consult__menu li,
body.erh-vlab-uiux .erh-vlab-topic {
  padding: 14px 16px;
  border: 1px solid var(--erh-vlab-line);
  border-radius: 10px;
  background: #fff;
  color: var(--erh-vlab-ink);
}

body.erh-vlab-uiux .erh-vlab-consult__actions {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

body.erh-vlab-uiux .erh-vlab-consult__cta,
body.erh-vlab-uiux .erh-vlab-consult__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}

body.erh-vlab-uiux .erh-vlab-consult__cta {
  background: var(--erh-vlab-accent);
  color: #f8fafc !important;
}

body.erh-vlab-uiux .erh-vlab-consult__cta:hover {
  background: var(--erh-vlab-accent-strong);
}

body.erh-vlab-uiux .erh-vlab-consult__secondary {
  border: 1px solid var(--erh-vlab-line-strong);
  background: transparent;
  color: var(--erh-vlab-ink) !important;
}

body.erh-vlab-uiux .erh-vlab-consult__note {
  font-size: 13px;
}

body.erh-vlab-uiux .erh-vlab-quicklinks {
  margin-bottom: 24px;
  padding: 22px 24px;
  border: 1px solid var(--erh-vlab-line);
  border-radius: 12px;
  background: #fff;
}

body.erh-vlab-uiux .erh-vlab-quicklinks h3 {
  margin: 0 0 12px;
  color: var(--erh-vlab-ink);
  font-size: 24px;
}

body.erh-vlab-uiux .erh-vlab-quicklinks__lead {
  margin: 0;
  color: var(--erh-vlab-muted);
}

body.erh-vlab-uiux .erh-vlab-quicklink {
  display: block;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--erh-vlab-line);
  border-radius: 0;
  background: transparent;
  color: var(--erh-vlab-ink);
  text-decoration: none;
}

body.erh-vlab-uiux .erh-vlab-quicklinks__grid > :last-child {
  border-bottom: 0;
}

body.erh-vlab-uiux .erh-vlab-quicklink strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
}

body.erh-vlab-uiux .erh-vlab-quicklink span {
  display: block;
  color: var(--erh-vlab-muted);
  line-height: 1.7;
}

body.erh-vlab-uiux.erh-vlab-is-function-post .c-share-button,
body.erh-vlab-uiux.erh-vlab-is-function-post .p-single-like {
  display: none !important;
}

body.erh-vlab-uiux .erh-vlab-inline-note {
  margin: 18px 0 0;
  padding: 16px 18px;
  border-left: 4px solid var(--erh-vlab-accent);
  border-radius: 0;
  background: #f4f7f5;
  color: var(--erh-vlab-ink);
  line-height: 1.8;
}

body.erh-vlab-uiux .p-front-cover__overlay {
  background: rgba(250, 246, 240, 0.36) !important;
}

body.erh-vlab-uiux .p-front-cover__image {
  filter: saturate(0.55) contrast(0.92);
}

@media (max-width: 991px) {
  body.erh-vlab-uiux .l-container {
    gap: 18px;
  }

  body.erh-vlab-uiux .l-sidenav__inner,
  body.erh-vlab-uiux .p-widget,
  body.erh-vlab-uiux .p-front-page__body,
  body.erh-vlab-uiux .p-article__header,
  body.erh-vlab-uiux .p-article__contents {
    padding: 18px;
    border-radius: 22px;
  }

  body.erh-vlab-uiux .p-front-cover__headline {
    font-size: clamp(30px, 6vw, 40px) !important;
  }

  body.erh-vlab-uiux .p-article__header-title,
  body.erh-vlab-uiux .p-article__header-title--post {
    font-size: clamp(26px, 6vw, 32px) !important;
  }

  body.erh-vlab-uiux .p-sidecat__list,
  body.erh-vlab-uiux .widget_categories > ul,
  body.erh-vlab-uiux .tagcloud,
  body.erh-vlab-uiux .erh-vlab-quicklinks__grid,
  body.erh-vlab-uiux .erh-vlab-consult__menu,
  body.erh-vlab-uiux .erh-vlab-topics {
    grid-template-columns: 1fr;
  }

  body.erh-vlab-uiux .erh-vlab-consult__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  body.erh-vlab-uiux {
    overflow-x: hidden;
  }

  body.erh-vlab-uiux .l-container {
    display: block;
    gap: 0;
  }

  body.erh-vlab-uiux .l-sidenav {
    display: none;
  }

  body.erh-vlab-uiux .l-main {
    width: 100%;
    max-width: 100%;
  }

  body.erh-vlab-uiux .c-header-width,
  body.erh-vlab-uiux .p-article,
  body.erh-vlab-uiux .p-article__header,
  body.erh-vlab-uiux .p-article__contents,
  body.erh-vlab-uiux .c-breadcrumb,
  body.erh-vlab-uiux .erh-vlab-consult,
  body.erh-vlab-uiux .erh-vlab-quicklinks {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  body.erh-vlab-uiux .l-header__inner {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: center;
    row-gap: 12px;
    padding: 12px 14px;
  }

  body.erh-vlab-uiux .p-header__logo {
    grid-column: 2;
    margin: 0;
  }

  body.erh-vlab-uiux .p-header__logo img {
    max-width: 132px;
    height: auto !important;
  }

  body.erh-vlab-uiux .p-header__search-wrapper {
    display: none;
  }

  body.erh-vlab-uiux .p-header__menu {
    display: contents;
  }

  body.erh-vlab-uiux .p-header__menu-button {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    justify-content: flex-start;
  }

  body.erh-vlab-uiux .p-close-button {
    display: none !important;
  }

  body.erh-vlab-uiux .p-global__nav-wrapper {
    grid-column: 1 / -1;
    width: 100%;
    overflow: hidden;
  }

  body.erh-vlab-uiux .p-global__nav {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: stretch;
    gap: 8px;
    width: 100%;
  }

  body.erh-vlab-uiux .p-global__nav > li {
    width: auto;
  }

  body.erh-vlab-uiux .p-global__nav > li > a {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
  }

  body.erh-vlab-uiux .p-front-cover {
    height: auto !important;
    min-height: 610px;
  }

  body.erh-vlab-uiux .p-front-cover__contents {
    padding: 24px 16px 34px;
  }

  body.erh-vlab-uiux .p-front-cover__headline {
    font-size: clamp(24px, 9.5vw, 34px) !important;
    max-width: 10ch;
    overflow-wrap: anywhere;
  }

  body.erh-vlab-uiux .p-front-cover__search {
    width: 100%;
  }

  body.erh-vlab-uiux .p-front-cover__desc,
  body.erh-vlab-uiux .post_content,
  body.erh-vlab-uiux .post_content p {
    font-size: 16px !important;
    line-height: 1.8 !important;
  }

  body.erh-vlab-uiux .erh-vlab-consult h2 {
    font-size: clamp(17px, 7.2vw, 24px);
    overflow-wrap: anywhere;
  }

  body.erh-vlab-uiux .erh-vlab-consult__copy,
  body.erh-vlab-uiux .erh-vlab-consult__actions,
  body.erh-vlab-uiux .erh-vlab-quicklink {
    min-width: 0;
  }

  body.erh-vlab-uiux .erh-vlab-consult,
  body.erh-vlab-uiux .erh-vlab-quicklinks {
    padding: 18px;
    border-radius: 12px;
  }
}
