/* The desktop home remains owned by Zibll. This layer only replaces it below the phone breakpoint. */
#zmt-mobile-home {
  display: none;
}

/* iPad/tablet browsers may satisfy WordPress wp_is_mobile(). Keep the
 * desktop homepage and top navigation for 601px+ touch viewports; the H5
 * replacement is reserved for phones. */
@media (min-width: 601px) and (max-width: 1100px) {
  body.zmt-mobile-home-enabled > main.container.page-id-380 {
    display: block !important;
  }
  body.zmt-mobile-home-enabled #zmt-mobile-home {
    display: none !important;
  }
  body.zmt-mobile-home-enabled .zmt-mobile-menu-trigger,
  body.zmt-mobile-home-enabled .zmt-mobile-menu-panel {
    display: none !important;
  }
  body.zmt-mobile-home-enabled .header .navbar-toggle {
    visibility: visible !important;
  }
}

/* Knowledge library cards use the same card hierarchy as the desktop directory. */
.zmt-mobile-knowledge-head { padding: 24px 22px 20px; border-radius: 8px; color: #fff; background: #27634e; }
.zmt-mobile-knowledge-head > span { color: #c9e8d7; font-size: 12px; font-weight: 700; }
.zmt-mobile-knowledge-head h1 { margin-top: 7px; color: #fff; }
.zmt-mobile-knowledge-head p { color: #e0f1e7; }
.zmt-mobile-knowledge-head > div { display: flex; gap: 30px; margin-top: 20px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.22); }
.zmt-mobile-knowledge-head > div strong { color: #fff; font-size: 18px; }.zmt-mobile-knowledge-head > div small { margin-left: 6px; color: #cce6d8; font-size: 11px; font-weight: 400; }
.zmt-mobile-knowledge-cards a { position: relative; grid-template-columns: 48px minmax(0, 1fr); align-content: start; min-height: 172px; }
.zmt-mobile-knowledge-cards a > em { grid-column: 1 / -1; align-self: end; color: var(--zmt-kb-accent); font-size: 11px; font-style: normal; font-weight: 700; }
.zmt-mobile-knowledge-cards a > em b { display: inline-block; width: 6px; height: 6px; margin-left: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
@media (min-width: 761px) { .zmt-mobile-knowledge-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); } }

.zmt-mobile-menu-trigger,
.zmt-mobile-menu-panel {
  display: none;
}

@media (max-width: 760px) {
  body.zmt-mobile-home-enabled > main.container.page-id-380,
  body.zmt-mobile-home-enabled .float-right {
    display: none;
  }

  body.zmt-mobile-home-enabled .header .navbar-toggle { visibility: hidden; }

  .zmt-mobile-menu-trigger {
    position: fixed; z-index: 10020; top: 4px; left: 7px; display: flex;
    flex-direction: column; justify-content: center; gap: 4px; width: 40px;
    height: 40px; padding: 0 10px;
  }

  .zmt-mobile-menu-trigger .css-icon { color: #58626e; font-size: 18px; }

  .zmt-mobile-menu-panel {
    position: fixed; z-index: 10030; inset: 0 auto 0 0; display: none;
    width: min(84vw, 320px); padding: calc(16px + env(safe-area-inset-top)) 20px 28px;
    overflow-y: auto; background: #fff; box-shadow: 12px 0 28px rgba(17, 28, 42, .22);
  }

  .zmt-mobile-menu-panel:target { display: block; }

  .zmt-mobile-menu-head {
    display: flex; align-items: center; justify-content: space-between; min-height: 36px;
    margin-bottom: 13px; color: #18202b; border-bottom: 1px solid #e1e5e9;
  }

  .zmt-mobile-menu-head strong { font-size: 16px; font-weight: 750; }
  .zmt-mobile-menu-head a { width: 36px; height: 36px; color: #58626e; font-size: 28px; line-height: 32px; text-align: right; }

  .zmt-mobile-menu-panel > a {
    display: block; padding: 15px 0; color: #26313d; border-bottom: 1px solid #edf0f2;
    font-size: 15px; font-weight: 650; line-height: 1.4;
  }

  #zmt-mobile-home {
    display: block;
    width: min(100% - 28px, 640px);
    margin: 0 auto;
    padding: 16px 0 calc(30px + env(safe-area-inset-bottom));
    color: #18202b;
  }

  .zmt-mobile-home-hero {
    padding: 26px 22px 19px;
    overflow: hidden;
    color: #fff;
    border: 1px solid #202c3a;
    border-radius: 8px;
    background: #18222e;
    box-shadow: 0 10px 24px rgba(17, 28, 42, .14);
  }

  .zmt-mobile-home-hero-label {
    margin: 0;
    color: #e7b855;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
  }

  .zmt-mobile-home-hero h1 {
    margin: 9px 0 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 750;
    line-height: 1.22;
    letter-spacing: 0;
  }

  .zmt-mobile-home-hero > p:not(.zmt-mobile-home-hero-label) {
    margin: 0;
    color: #d4dae1;
    font-size: 14px;
    line-height: 1.7;
  }

  .zmt-mobile-home-primary-link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-width: 156px;
    min-height: 44px;
    margin-top: 19px;
    padding: 0 14px 0 16px;
    color: #17212e;
    border-radius: 5px;
    background: #e7b855;
    font-size: 14px;
    font-weight: 750;
  }

  .zmt-mobile-home-primary-link span,
  .zmt-mobile-home-arrow {
    font-size: 20px;
    line-height: 1;
  }

  .zmt-mobile-home-report-types {
    display: flex;
    gap: 0;
    margin-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .zmt-mobile-home-report-types span {
    flex: 1;
    padding-top: 13px;
    color: #cfd6df;
    font-size: 11px;
    line-height: 1.4;
    text-align: center;
  }

  .zmt-mobile-home-report-types span + span {
    border-left: 1px solid rgba(255, 255, 255, .15);
  }

  .zmt-mobile-home-section {
    margin-top: 29px;
  }

  .zmt-mobile-home-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 11px;
  }

  .zmt-mobile-home-section-head h2 {
    margin: 0;
    color: #18202b;
    font-size: 18px;
    font-weight: 750;
    line-height: 1.35;
  }

  .zmt-mobile-home-section-head p {
    max-width: 182px;
    margin: 0;
    color: #75808e;
    font-size: 11px;
    line-height: 1.45;
    text-align: right;
  }

  .zmt-mobile-home-read-card {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    min-height: 84px;
    padding: 14px 13px;
    color: #18202b;
    border-top: 1px solid #e1e5e9;
  }

  .zmt-mobile-home-read-card:last-child {
    border-bottom: 1px solid #e1e5e9;
  }

  .zmt-mobile-home-read-index {
    color: #b48732;
    font-size: 12px;
    font-weight: 750;
    line-height: 1;
  }

  .zmt-mobile-home-read-copy {
    display: block;
    min-width: 0;
  }

  .zmt-mobile-home-read-copy strong,
  .zmt-mobile-home-read-copy small {
    display: block;
  }

  .zmt-mobile-home-read-copy strong {
    color: #18202b;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
  }

  .zmt-mobile-home-read-copy small {
    margin-top: 4px;
    color: #67717e;
    font-size: 12px;
    line-height: 1.5;
  }

  .zmt-mobile-home-arrow {
    color: #b48732;
    text-align: right;
  }

  .zmt-mobile-home-tool-links {
    border-top: 1px solid #e1e5e9;
  }

  .zmt-mobile-home-tool-links a {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    padding: 12px 13px;
    color: #18202b;
    border-bottom: 1px solid #e1e5e9;
  }

  .zmt-mobile-home-tool-links strong,
  .zmt-mobile-home-tool-links small {
    display: block;
  }

  .zmt-mobile-home-tool-links strong {
    color: #202833;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
  }

  .zmt-mobile-home-tool-links small {
    margin-top: 3px;
    color: #6d7681;
    font-size: 12px;
    line-height: 1.45;
  }

  .zmt-mobile-home-tool-links b {
    color: #b48732;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
  }

  .zmt-mobile-home-library-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #e1e5e9;
    border-left: 1px solid #e1e5e9;
  }

  .zmt-mobile-home-library-grid a {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 9px 11px;
    color: #37414d;
    border-right: 1px solid #e1e5e9;
    border-bottom: 1px solid #e1e5e9;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.4;
  }

  .zmt-mobile-home-library-grid a::after {
    margin-left: auto;
    color: #b48732;
    content: "\\2192";
    font-size: 14px;
  }

  .zmt-mobile-home-partner-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24px;
    align-items: center;
    gap: 12px;
    min-height: 76px;
    margin-top: 12px;
    padding: 13px;
    color: #18202b;
    border: 1px solid #d9dee4;
    border-radius: 6px;
    background: #f7f9fb;
  }

  .zmt-mobile-home-partner-link strong,
  .zmt-mobile-home-partner-link small {
    display: block;
  }

  .zmt-mobile-home-partner-link strong {
    color: #18202b;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
  }

  .zmt-mobile-home-partner-link small {
    margin-top: 4px;
    color: #6d7681;
    font-size: 12px;
    line-height: 1.45;
  }

  .zmt-mobile-home-desktop-section {
    padding-top: 3px;
  }

  .zmt-mobile-home-desktop-list {
    border-top: 1px solid #e1e5e9;
  }

  .zmt-mobile-home-desktop-list article {
    display: grid;
    grid-template-columns: minmax(0, 1fr) max-content;
    gap: 3px 12px;
    padding: 15px 0;
    border-bottom: 1px solid #e1e5e9;
  }

  .zmt-mobile-home-desktop-list strong {
    color: #202833;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
  }

  .zmt-mobile-home-desktop-list span {
    grid-column: 1;
    color: #6d7681;
    font-size: 12px;
    line-height: 1.5;
  }

  .zmt-mobile-home-desktop-list small {
    grid-column: 2;
    grid-row: 1 / span 2;
    align-self: center;
    color: #8b6928;
    font-size: 11px;
    font-weight: 650;
    line-height: 1.4;
    text-align: right;
  }
}

/* Mobile directory surfaces share the same quiet editorial system. */
body.zmt-mobile-tool-page article.page-article > .wp-posts-content,
body.zmt-mobile-knowledge-directory-page article.page-article > .wp-posts-content {
  width: 100%;
  max-width: none;
  padding: 0;
}

.zmt-mobile-tool-catalog,
.zmt-mobile-knowledge-directory {
  width: min(100% - 32px, 1040px);
  margin: 0 auto;
  padding: 34px 0 56px;
  color: #18202b;
}

.zmt-mobile-tool-catalog h1,
.zmt-mobile-knowledge-directory h1 {
  margin: 0;
  color: #18202b;
  font-size: 32px;
  font-weight: 780;
  line-height: 1.25;
  letter-spacing: 0;
}

.zmt-mobile-tool-summary,
.zmt-mobile-knowledge-directory header p {
  max-width: 680px;
  margin: 10px 0 0;
  color: #66717e;
  font-size: 15px;
  line-height: 1.7;
}

.zmt-mobile-tool-categories,
.zmt-mobile-knowledge-cards {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.zmt-mobile-tool-categories details {
  overflow: hidden;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  background: #fff;
}

.zmt-mobile-tool-categories summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

.zmt-mobile-tool-categories summary::-webkit-details-marker { display: none; }
.zmt-mobile-tool-categories summary span,
.zmt-mobile-tool-card-list a span { min-width: 0; }
.zmt-mobile-tool-categories strong,
.zmt-mobile-tool-categories small { display: block; }
.zmt-mobile-tool-categories summary strong { font-size: 16px; line-height: 1.4; }
.zmt-mobile-tool-categories summary small { margin-top: 3px; color: #737d89; font-size: 12px; line-height: 1.45; }

.zmt-mobile-tool-categories summary > b,
.zmt-mobile-tool-card-list a > b,
.zmt-mobile-knowledge-cards a > b,
.zmt-mobile-home-entry-list a > b {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.zmt-mobile-tool-categories summary > b { color: #a78136; transform: rotate(135deg); transition: transform 160ms ease; }
.zmt-mobile-tool-categories details[open] summary > b { transform: rotate(-45deg); }

.zmt-mobile-tool-card-list {
  display: grid;
  gap: 1px;
  padding: 0 12px 12px;
  background: #f4f6f8;
}

.zmt-mobile-tool-card-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 14px 15px;
  color: #202833;
  background: #fff;
}

.zmt-mobile-tool-card-list a:first-child { border-radius: 6px 6px 0 0; }
.zmt-mobile-tool-card-list a:last-child { border-radius: 0 0 6px 6px; }
.zmt-mobile-tool-card-list strong,
.zmt-mobile-tool-card-list small { display: block; }
.zmt-mobile-tool-card-list strong { font-size: 15px; line-height: 1.4; }
.zmt-mobile-tool-card-list small { margin-top: 5px; color: #697480; font-size: 12px; line-height: 1.55; }
.zmt-mobile-tool-card-list a > b { color: #a78136; }

.zmt-mobile-tool-back {
  display: inline-flex;
  margin-bottom: 20px;
  color: #7b632d;
  font-size: 13px;
  font-weight: 700;
}

.zmt-mobile-tool-catalog dl { display: grid; gap: 10px; margin: 24px 0 0; }
.zmt-mobile-tool-catalog dl > div { padding: 16px; border: 1px solid #e0e4e8; border-radius: 7px; background: #fff; }
.zmt-mobile-tool-catalog dt { color: #202833; font-size: 13px; font-weight: 760; }
.zmt-mobile-tool-catalog dd { margin: 7px 0 0; color: #66717e; font-size: 14px; line-height: 1.65; }
.zmt-mobile-tool-note { display: grid; gap: 5px; margin-top: 16px; padding: 16px; color: #59471d; border: 1px solid #ead8aa; border-radius: 7px; background: #fff9e9; }
.zmt-mobile-tool-note strong { font-size: 14px; }
.zmt-mobile-tool-note span { font-size: 12px; line-height: 1.55; }

/* AI agent directory: align the H5 catalog with the mini-program visual language. */
.zmt-mobile-tool-page .zmt-mobile-tool-catalog {
  width: min(100%, 760px);
  padding: 0 0 54px;
}
.zmt-mobile-tool-hero {
  margin: 0;
  padding: 38px 28px 34px;
  color: #fff;
  background: #27634e;
}
.zmt-mobile-tool-catalog .zmt-mobile-tool-hero h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 760;
}
.zmt-mobile-tool-hero p {
  margin: 11px 0 0;
  color: #e0efe5;
  font-size: 15px;
  line-height: 1.65;
}
.zmt-mobile-tool-filters {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 20px 16px 14px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.zmt-mobile-tool-filters::-webkit-scrollbar { display: none; }
.zmt-mobile-tool-filters button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 6px 10px;
  color: #65717c;
  font: inherit;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #e2e7eb;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}
.zmt-mobile-tool-filters button span {
  display: grid;
  min-width: 19px;
  height: 19px;
  place-items: center;
  color: #87919a;
  font-size: 11px;
  border-radius: 10px;
  background: #f0f3f5;
}
.zmt-mobile-tool-filters button.is-active { color: #a82e35; border-color: #e9c8ca; background: #fff4f4; }
.zmt-mobile-tool-filters button.is-active span { color: #a82e35; background: #ffe3e4; }
.zmt-mobile-tool-count {
  display: flex;
  justify-content: space-between;
  margin: 0 16px 12px;
  color: #4d5964;
  font-size: 14px;
}
.zmt-mobile-tool-count strong { font-weight: 720; }
.zmt-mobile-tool-count span { color: #87919a; }
.zmt-mobile-tool-card-list-new {
  display: grid;
  gap: 10px;
  margin: 0 16px;
  padding: 0;
  background: transparent;
}
.zmt-mobile-tool-card-list-new .zmt-mobile-tool-card {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) 12px;
  align-items: center;
  gap: 13px;
  min-height: 116px;
  padding: 16px;
  color: #26303a;
  border: 1px solid #e8ecef;
  border-radius: 8px;
  background: #fff;
  box-shadow: none;
}
.zmt-mobile-tool-card-list-new .zmt-mobile-tool-card:hover { border-color: #d8e2dc; }
.zmt-mobile-tool-card[hidden] { display: none; }
.zmt-mobile-tool-icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #765d2e;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
  border-radius: 7px;
  background: #fff1d5;
}
.zmt-mobile-tool-icon.is-position { color: #a8424a; background: #fff0f0; }
.zmt-mobile-tool-icon.is-library { color: #357052; background: #edf6ef; }
.zmt-mobile-tool-icon.is-create { color: #655595; background: #f1effa; }
.zmt-mobile-tool-icon.is-schedule { color: #3b6e98; background: #edf5fb; }
.zmt-mobile-tool-icon.is-optimize { color: #b56c36; background: #fff2e8; }
.zmt-mobile-tool-icon.is-review { color: #557378; background: #edf4f3; }
.zmt-mobile-tool-icon.is-enhance { color: #81672c; background: #fff4da; }
.zmt-mobile-tool-icon.is-teardown { color: #b13a42; background: #fff0f1; }
.zmt-mobile-tool-card-copy { min-width: 0; }
.zmt-mobile-tool-card-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.zmt-mobile-tool-card-top small,
.zmt-mobile-tool-card-top em {
  display: inline-block;
  padding: 3px 7px;
  color: #7a6640;
  font-size: 11px;
  font-style: normal;
  line-height: 1.3;
  border-radius: 4px;
  background: #fff5df;
}
.zmt-mobile-tool-card-top em { color: #a72e35; background: #fff0f0; }
.zmt-mobile-tool-card-list-new .zmt-mobile-tool-card strong,
.zmt-mobile-tool-card-list-new .zmt-mobile-tool-card small { display: block; }
.zmt-mobile-tool-card-list-new .zmt-mobile-tool-card strong { margin-top: 8px; color: #26303a; font-size: 16px; line-height: 1.4; }
.zmt-mobile-tool-card-list-new .zmt-mobile-tool-card > .zmt-mobile-tool-card-copy > small { margin-top: 6px; color: #6d7984; font-size: 12px; line-height: 1.55; }
.zmt-mobile-tool-card-list-new .zmt-mobile-tool-card > b { width: 7px; height: 7px; color: #8c969d; border-width: 1px; }
.zmt-mobile-tool-desktop-hint { margin: 20px 16px 0; color: #8a7137; font-size: 12px; line-height: 1.6; text-align: center; }
.zmt-mobile-tool-modal[hidden] { display: none; }
.zmt-mobile-tool-modal { position: fixed; z-index: 10010; inset: 0; display: grid; place-items: center; padding: 20px; }
.zmt-mobile-tool-modal-backdrop { position: absolute; inset: 0; background: rgba(19, 31, 28, .46); }
.zmt-mobile-tool-modal-dialog { position: relative; width: min(100%, 330px); padding: 28px 24px 22px; text-align: center; border-radius: 8px; background: #fff; box-shadow: 0 18px 48px rgba(15, 28, 24, .22); }
.zmt-mobile-tool-modal-icon { display: grid; width: 42px; height: 42px; margin: 0 auto 14px; place-items: center; color: #357052; font-size: 20px; border-radius: 7px; background: #edf6ef; }
.zmt-mobile-tool-modal-dialog strong { display: block; color: #26303a; font-size: 18px; line-height: 1.4; }
.zmt-mobile-tool-modal-dialog p { margin: 10px 0 8px; color: #697580; font-size: 13px; line-height: 1.65; }
.zmt-mobile-tool-modal-url { display: block; margin-bottom: 20px; color: #357052; font-size: 13px; font-weight: 700; }
.zmt-mobile-tool-modal-close { position: absolute; top: 9px; right: 10px; width: 28px; height: 28px; padding: 0; color: #8a949c; font-size: 24px; line-height: 1; border: 0; background: transparent; cursor: pointer; }
.zmt-mobile-tool-modal-confirm { width: 100%; min-height: 39px; color: #fff; font: inherit; font-size: 14px; font-weight: 700; border: 0; border-radius: 6px; background: #27634e; cursor: pointer; }
.zmt-mobile-tool-detail-head { padding: 26px 0 2px; }
.zmt-mobile-tool-detail-category { display: inline-block; padding: 4px 8px; color: #357052; font-size: 12px; line-height: 1.3; border-radius: 4px; background: #edf6ef; }
.zmt-mobile-tool-detail-head h1 { margin-top: 12px; }
.zmt-mobile-tool-detail-head .zmt-mobile-tool-summary { margin-top: 9px; }

.zmt-mobile-knowledge-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.zmt-mobile-knowledge-cards a {
  --zmt-kb-accent: #b78a30;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 14px;
  min-height: 116px;
  padding: 18px;
  color: #202833;
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(18, 28, 40, .055);
}
.zmt-mobile-knowledge-cards a.is-tone-2 { --zmt-kb-accent: #c43b3f; }
.zmt-mobile-knowledge-cards a.is-tone-3 { --zmt-kb-accent: #33705c; }
.zmt-mobile-knowledge-cards a.is-tone-4 { --zmt-kb-accent: #496ba2; }
.zmt-mobile-knowledge-icon { display: grid; width: 48px; height: 48px; place-items: center; color: var(--zmt-kb-accent); border-radius: 8px; background: color-mix(in srgb, var(--zmt-kb-accent) 10%, #fff); font-size: 22px; }
.zmt-mobile-knowledge-copy strong,
.zmt-mobile-knowledge-copy small { display: block; }
.zmt-mobile-knowledge-copy strong { color: #202833; font-size: 16px; line-height: 1.4; }
.zmt-mobile-knowledge-copy small { margin-top: 5px; color: #68737f; font-size: 12px; line-height: 1.5; }
.zmt-mobile-knowledge-cards a > b { color: var(--zmt-kb-accent); }

@media (max-width: 760px) {
  .zmt-mobile-home-entry-list { margin-top: 28px; border-top: 1px solid #e1e5e9; }
  .zmt-mobile-home-entry-list a {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 18px;
    align-items: center;
    gap: 13px;
    min-height: 76px;
    padding: 12px 13px;
    color: #202833;
    border-bottom: 1px solid #e1e5e9;
  }
  .zmt-mobile-home-entry-list a > span:nth-child(2) { min-width: 0; }
  .zmt-mobile-home-entry-list strong,
  .zmt-mobile-home-entry-list small { display: block; }
  .zmt-mobile-home-entry-list strong { font-size: 15px; font-weight: 750; line-height: 1.4; }
  .zmt-mobile-home-entry-list small { margin-top: 3px; color: #6d7681; font-size: 12px; line-height: 1.45; }
  .zmt-mobile-home-entry-list a > b { color: #a78136; }
  .zmt-mobile-entry-icon { display: grid; width: 40px; height: 40px; place-items: center; color: #8b6928; border-radius: 7px; background: #f7f1e5; }
  .zmt-mobile-entry-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
  .zmt-mobile-entry-icon.is-library { color: #2f6a4e; background: #edf6ef; }
  .zmt-mobile-entry-icon.is-agent { color: #a92e35; background: #fff0f0; }
  .zmt-mobile-entry-icon.is-skill { color: #5c5795; background: #f2f0fa; }
  .zmt-mobile-entry-icon.is-table { color: #376b97; background: #edf5fb; }
  .zmt-mobile-entry-icon.is-partner { color: #9a5e36; background: #faf1e9; }

  body.zmt-mobile-tool-page > main.container,
  body.zmt-mobile-knowledge-directory-page > main.container,
  body.zmt-mobile-knowledge-page > main.container {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  body.zmt-mobile-tool-page .float-right,
  body.zmt-mobile-knowledge-directory-page .float-right,
  body.zmt-mobile-knowledge-page .float-right,
  body.zmt-mobile-online-knowledge-page .float-right,
  body.zmt-mobile-sop-page .float-right,
  body.zmt-mobile-resource-page .float-right,
  body.zmt-mobile-native-forums-page .float-right { display: none !important; }
  body.zmt-mobile-tool-page article.page-article,
  body.zmt-mobile-knowledge-directory-page article.page-article,
  body.zmt-mobile-knowledge-page article.page-article,
  body.zmt-mobile-online-knowledge-page article.page-article,
  body.zmt-mobile-sop-page article.page-article,
  body.zmt-mobile-resource-page article.page-article,
  body.zmt-mobile-tool-page article.page-article > .wp-posts-content,
  body.zmt-mobile-knowledge-directory-page article.page-article > .wp-posts-content,
  body.zmt-mobile-knowledge-page article.page-article > .wp-posts-content,
  body.zmt-mobile-online-knowledge-page article.page-article > .wp-posts-content,
  body.zmt-mobile-sop-page article.page-article > .wp-posts-content,
  body.zmt-mobile-resource-page article.page-article > .wp-posts-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.zmt-mobile-online-knowledge-page > main.container,
  body.zmt-mobile-sop-page > main.container,
  body.zmt-mobile-resource-page > main.container,
  body.zmt-mobile-native-forums-page > main.container {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.zmt-mobile-online-knowledge-page .qykc-online_kb {
    width: 100% !important;
    margin: 0 !important;
    padding: 14px 14px 42px !important;
    border-radius: 0 !important;
  }
  body.zmt-mobile-online-knowledge-page .qykc-online-hero {
    min-height: 0 !important;
    margin-bottom: 14px !important;
    padding: 25px 19px 30px !important;
    border-radius: 7px !important;
  }
  body.zmt-mobile-online-knowledge-page .qykc-online-hero h2 { font-size: 30px !important; line-height: 1.24 !important; }
  body.zmt-mobile-online-knowledge-page .qykc-online-hero p { margin-top: 10px !important; font-size: 13px !important; line-height: 1.7 !important; }
  body.zmt-mobile-online-knowledge-page .qykc-online-grid { grid-template-columns: 1fr !important; gap: 12px !important; }
  body.zmt-mobile-online-knowledge-page .qykc-online-card { min-height: 0 !important; border-radius: 7px !important; }
  body.zmt-mobile-online-knowledge-page .qykc-online-card-link { display: block !important; min-height: 0 !important; }
  body.zmt-mobile-online-knowledge-page .qykc-online-cover { display: none !important; }
  body.zmt-mobile-online-knowledge-page .qykc-online-content {
    min-height: 0 !important;
    padding: 21px 19px 20px !important;
  }
  body.zmt-mobile-online-knowledge-page .qykc-online-content > strong { margin-top: 13px !important; font-size: 21px !important; line-height: 1.35 !important; }
  body.zmt-mobile-online-knowledge-page .qykc-online-desc { max-width: none !important; margin-top: 9px !important; font-size: 13px !important; line-height: 1.7 !important; }
  body.zmt-mobile-online-knowledge-page .qykc-online-action { margin-top: 18px !important; }

  body.zmt-mobile-sop-page #root[data-sop-workspace="1"] { width: 100% !important; }
  body.zmt-mobile-sop-page .sop-v2-main,
  body.zmt-mobile-sop-page .sop-v2-footer { width: 100% !important; max-width: 640px !important; }
  body.zmt-mobile-sop-page .sop-v2-main { padding: 0 0 40px !important; }
  body.zmt-mobile-sop-page .sop-v2-intro { border-radius: 0 !important; }
  body.zmt-mobile-sop-page .sop-v2-intro__actions,
  body.zmt-mobile-sop-page .sop-v2-continue,
  body.zmt-mobile-sop-page .sop-v2-filters,
  body.zmt-mobile-sop-page .sop-v2-tool-row__action { display: none !important; }
  body.zmt-mobile-sop-page .sop-v2-directory { padding-top: 16px !important; }
  body.zmt-mobile-sop-page .sop-v2-directory__heading { display: none !important; }
  body.zmt-mobile-sop-page .sop-v2-tool-row {
    grid-template-columns: 34px minmax(0, 1fr) !important;
  }

  body.zmt-mobile-resource-page .qykc-resource-center-showcase { display: none !important; }
  body.zmt-mobile-resource-page .qykc-resource-center {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 12px 14px 70px !important;
  }
  body.zmt-mobile-resource-page .qykc-resource-center-hero {
    min-height: 0 !important;
    border-radius: 7px !important;
  }
  body.zmt-mobile-resource-page .qykc-resource-center-hero-copy { padding: 20px !important; }
  body.zmt-mobile-resource-page .qykc-resource-center-hero h1 { font-size: 24px !important; line-height: 1.3 !important; }
  body.zmt-mobile-resource-page .qykc-resource-center-hero p { margin-top: 7px !important; font-size: 13px !important; line-height: 1.6 !important; }
  body.zmt-mobile-resource-page .qykc-resource-center-switcher {
    margin: 12px 0 16px !important;
    transform: none !important;
  }
  body.zmt-mobile-resource-page .qykc-resource-center-layout { gap: 14px !important; }
  body.zmt-mobile-resource-page .qykc-resource-center-sidebar,
  body.zmt-mobile-resource-page .qykc-resource-center-panel { border-radius: 7px !important; }
  body.zmt-mobile-tool-page .article-header,
  body.zmt-mobile-knowledge-directory-page .article-header { display: none; }

  .zmt-mobile-tool-catalog,
  .zmt-mobile-knowledge-directory { width: calc(100% - 24px); padding: 24px 0 42px; }
  .zmt-mobile-tool-page .zmt-mobile-tool-catalog { width: 100%; padding: 0 0 42px; }
  .zmt-mobile-tool-hero { padding: 30px 20px 28px; }
  .zmt-mobile-tool-catalog .zmt-mobile-tool-hero h1 { font-size: 27px; }
  .zmt-mobile-tool-hero p { font-size: 13px; }
  .zmt-mobile-tool-catalog h1,
  .zmt-mobile-knowledge-directory h1 { font-size: 27px; }
  .zmt-mobile-tool-summary,
  .zmt-mobile-knowledge-directory header p { font-size: 13px; line-height: 1.65; }
  .zmt-mobile-tool-categories,
  .zmt-mobile-knowledge-cards { margin-top: 19px; }
  .zmt-mobile-knowledge-cards { grid-template-columns: 1fr; gap: 10px; }
  .zmt-mobile-knowledge-cards a { min-height: 96px; padding: 14px; }

  body.zmt-mobile-knowledge-page .qykc-component.qykc-kb_nav[class*="qykc-kb-variant-"] {
    width: calc(100% - 20px) !important;
    max-width: none !important;
    margin: 10px auto 28px !important;
    padding: 18px 0 30px !important;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-kb-hero,
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-nav-grid {
    width: 100% !important;
    max-width: none !important;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-kb-hero {
    gap: 14px;
    margin-bottom: 14px;
    padding: 21px 16px !important;
    border-radius: 8px;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-kb-hero h2 {
    max-width: none;
    margin-top: 8px;
    font-size: 30px;
    line-height: 1.25;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-kb-hero p {
    max-width: none;
    font-size: 15px;
    line-height: 1.75;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-kb-hero > strong {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-nav-grid { grid-template-columns: 1fr !important; gap: 11px; }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-nav-card {
    min-height: 0 !important;
    padding: 18px !important;
    border-radius: 8px !important;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-nav-card::before { display: none; }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 13px;
    border-radius: 9px;
    font-size: 22px;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-card-body { gap: 7px; }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-card-body strong {
    max-width: none;
    font-size: 20px;
    line-height: 1.35;
  }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-card-body span { font-size: 13px; line-height: 1.65; }
  body.zmt-mobile-knowledge-page .qykc-kb_nav[class*="qykc-kb-variant-"] .qykc-button {
    min-width: 0;
    min-height: 38px;
    margin-top: 14px;
    padding: 0 13px;
    font-size: 13px;
  }
}

/* Final mobile override: preserve the knowledge-card hierarchy after legacy rules. */
.zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head h1 { margin-top: 7px; color: #fff; }
@media (max-width: 760px) {
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head { padding: 22px 18px 18px; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head > div { gap: 22px; margin-top: 17px; padding-top: 13px; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head > div strong { color: #fff; font-size: 17px; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-cards a { min-height: 132px; padding: 15px; }
}

/* Knowledge directory uses the same bold color rhythm as the mobile module cards. */
.zmt-mobile-knowledge-cards a { overflow: hidden; border: 0; box-shadow: 0 7px 19px rgba(26, 36, 47, .07); }
.zmt-mobile-knowledge-cards a.is-tone-1 { --zmt-kb-accent: #ffbf3a; color: #fff; background: #1d2026; }
.zmt-mobile-knowledge-cards a.is-tone-2 { --zmt-kb-accent: #e92b31; color: #252832; background: #fff0f0; }
.zmt-mobile-knowledge-cards a.is-tone-3 { --zmt-kb-accent: #2a292d; color: #25242a; background: #ffca48; }
.zmt-mobile-knowledge-cards a.is-tone-4 { --zmt-kb-accent: #fff; color: #fff; background: #27634e; }
.zmt-mobile-knowledge-cards a.is-tone-1 .zmt-mobile-knowledge-icon,
.zmt-mobile-knowledge-cards a.is-tone-4 .zmt-mobile-knowledge-icon { color: inherit; background: rgba(255,255,255,.13); }
.zmt-mobile-knowledge-cards a.is-tone-2 .zmt-mobile-knowledge-icon { color: #d62b31; background: rgba(255,255,255,.62); }
.zmt-mobile-knowledge-cards a.is-tone-3 .zmt-mobile-knowledge-icon { color: #5a4828; background: rgba(255,255,255,.4); }
.zmt-mobile-knowledge-cards a.is-tone-1 .zmt-mobile-knowledge-copy strong,
.zmt-mobile-knowledge-cards a.is-tone-4 .zmt-mobile-knowledge-copy strong { color: #fff; }
.zmt-mobile-knowledge-cards a.is-tone-1 .zmt-mobile-knowledge-copy small,
.zmt-mobile-knowledge-cards a.is-tone-4 .zmt-mobile-knowledge-copy small { color: #e7eeea; }
.zmt-mobile-knowledge-cards a.is-tone-2 .zmt-mobile-knowledge-copy strong { color: #252832; }
.zmt-mobile-knowledge-cards a.is-tone-2 .zmt-mobile-knowledge-copy small { color: #675c61; }
.zmt-mobile-knowledge-cards a.is-tone-3 .zmt-mobile-knowledge-copy strong { color: #25242a; }
.zmt-mobile-knowledge-cards a.is-tone-3 .zmt-mobile-knowledge-copy small { color: #4b4539; }
.zmt-mobile-knowledge-cards a.is-tone-1 > em { color: #ffbf3a; }
.zmt-mobile-knowledge-cards a.is-tone-2 > em { color: #df2a30; }
.zmt-mobile-knowledge-cards a.is-tone-3 > em { color: #29282c; }
.zmt-mobile-knowledge-cards a.is-tone-4 > em { color: #fff; }
@media (max-width: 760px) { .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-cards a { min-height: 162px; } }

/* Featured modules keep the directory extensible: the first slot is live and
   the second slot remains intentionally reserved for the next module. */
.zmt-knowledge-directory-feature {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.zmt-knowledge-map-feature,
.zmt-knowledge-directory-reserved {
  min-width: 0;
  min-height: 248px;
  overflow: hidden;
  border-radius: 8px;
}
.zmt-knowledge-map-feature {
  display: grid;
  grid-template-columns: minmax(190px, .9fr) minmax(0, 1.1fr);
  color: #fff;
  background: #1d2026;
  box-shadow: 0 9px 24px rgba(26, 36, 47, .11);
  transition-property: transform, box-shadow;
  transition-duration: 160ms;
  transition-timing-function: ease-out;
}
.zmt-knowledge-map-feature:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 13px 28px rgba(26, 36, 47, .16);
}
.zmt-knowledge-map-feature:active { transform: scale(.98); }
.zmt-knowledge-map-feature-cover {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 248px;
  padding: 21px 20px 17px;
  overflow: hidden;
  background: #df2a30;
}
.zmt-knowledge-map-feature-cover::before,
.zmt-knowledge-map-feature-cover::after {
  position: absolute;
  border: 1px solid rgba(255,255,255,.28);
  content: "";
  transform: rotate(-12deg);
}
.zmt-knowledge-map-feature-cover::before { right: -35px; bottom: 28px; width: 175px; height: 105px; }
.zmt-knowledge-map-feature-cover::after { right: -55px; bottom: -10px; width: 190px; height: 106px; }
.zmt-knowledge-map-feature-kicker { position: relative; z-index: 1; color: rgba(255,255,255,.78); font-size: 10px; font-weight: 750; letter-spacing: .11em; }
.zmt-knowledge-map-feature-cover > strong { position: relative; z-index: 1; margin-top: 18px; color: #fff; font-size: 25px; font-weight: 780; line-height: 1.2; }
.zmt-knowledge-map-feature-lines { position: relative; z-index: 1; display: grid; gap: 6px; margin-top: auto; width: 76%; }
.zmt-knowledge-map-feature-lines i { display: block; height: 5px; border-radius: 2px; background: rgba(255,255,255,.72); }
.zmt-knowledge-map-feature-lines i:nth-child(2) { width: 84%; background: rgba(255,255,255,.5); }
.zmt-knowledge-map-feature-lines i:nth-child(3) { width: 68%; background: rgba(255,255,255,.4); }
.zmt-knowledge-map-feature-lines i:nth-child(4) { width: 91%; background: rgba(255,255,255,.58); }
.zmt-knowledge-map-feature-cover em { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; margin-top: 15px; color: #fff; font-size: 12px; font-style: normal; font-weight: 700; }
.zmt-knowledge-map-feature-cover em b { display: inline-block; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.zmt-knowledge-map-feature-body { display: flex; flex-direction: column; align-items: flex-start; padding: 26px 23px 22px; background: #1d2026; }
.zmt-knowledge-map-feature-body > strong { color: #fff; font-size: 20px; font-weight: 760; line-height: 1.35; }
.zmt-knowledge-map-feature-body > small { margin-top: 8px; color: #d5d9df; font-size: 13px; line-height: 1.65; }
.zmt-knowledge-map-feature-access { margin-top: auto; color: #ffbf3a; font-size: 11px; line-height: 1.5; }
.zmt-knowledge-directory-reserved { display: flex; flex-direction: column; justify-content: center; padding: 26px; border: 1px dashed #d5d9df; color: #7c858f; background: #f7f8f9; }
.zmt-knowledge-directory-reserved span { color: #b0b6bd; font-size: 10px; font-weight: 750; letter-spacing: .11em; }
.zmt-knowledge-directory-reserved strong { margin-top: 10px; color: #4d5660; font-size: 20px; font-weight: 720; }
.zmt-knowledge-directory-reserved small { max-width: 210px; margin-top: 8px; color: #8a939c; font-size: 13px; line-height: 1.6; }
@media (max-width: 760px) {
  .zmt-knowledge-directory-feature { grid-template-columns: 1fr; gap: 10px; margin-top: 19px; }
  .zmt-knowledge-map-feature,
  .zmt-knowledge-directory-reserved { min-height: 198px; }
  .zmt-knowledge-map-feature { grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); }
  .zmt-knowledge-map-feature-cover { min-height: 198px; padding: 17px 15px 14px; }
  .zmt-knowledge-map-feature-cover > strong { margin-top: 12px; font-size: 20px; }
  .zmt-knowledge-map-feature-body { padding: 20px 16px 17px; }
  .zmt-knowledge-map-feature-body > strong { font-size: 17px; }
  .zmt-knowledge-map-feature-body > small { font-size: 12px; }
  .zmt-knowledge-directory-reserved { min-height: 118px; padding: 20px; }
}

/* On phones, the directory now matches the two-column, color-card layout used by the mini program. */
@media (max-width: 760px) {
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head {
    color: #181b21;
    background: #fff1f1;
    box-shadow: none;
  }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head > span { color: #df2a30; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head h1 { color: #171a20; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head p { color: #666a72; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head > div { border-top-color: rgba(23, 26, 32, .12); }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head > div strong { color: #171a20; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-head > div small { color: #77737a; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-cards a { min-height: 198px; padding: 14px; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-icon { width: 44px; height: 44px; font-size: 21px; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-copy { grid-column: 1 / -1; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-copy strong { font-size: 16px; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-copy small { font-size: 12px; line-height: 1.4; }
  .zmt-mobile-knowledge-directory .zmt-mobile-knowledge-cards a > em { font-size: 12px; }
}

/* The theme's VIP widget is independent from the website membership service.
   Replace it on phones with the same authoritative status used by the mini program. */
.zmt-mobile-user-status { display: none; }
@media (max-width: 760px) {
  body.zmt-mobile-user-page .user-center-content { min-width: 0; }
  body.zmt-mobile-user-page .user-content-myvip { display: none !important; }
  body.zmt-mobile-user-page .zmt-mobile-legacy-membership { display: none !important; }
  body.zmt-mobile-user-page .zmt-mobile-user-status {
    display: block;
    margin: 0 0 14px;
    padding: 16px;
    color: #fff;
    border-radius: 8px;
    background: #1d2733;
    box-shadow: 0 8px 20px rgba(24, 35, 47, .13);
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 15px;
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-head > span {
    color: #f1c45d;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.4;
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-head a {
    color: #eef3f7;
    font-size: 12px;
    font-weight: 650;
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-account {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-avatar,
  body.zmt-mobile-user-page .zmt-mobile-user-status-avatar img {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-avatar img { object-fit: cover; }
  body.zmt-mobile-user-page .zmt-mobile-user-status-copy { min-width: 0; }
  body.zmt-mobile-user-page .zmt-mobile-user-status-copy strong,
  body.zmt-mobile-user-page .zmt-mobile-user-status-copy small { display: block; }
  body.zmt-mobile-user-page .zmt-mobile-user-status-copy strong {
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    font-weight: 720;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-copy small {
    margin-top: 4px;
    color: #cbd5de;
    font-size: 11px;
    line-height: 1.45;
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-badge {
    padding: 5px 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
  }
  body.zmt-mobile-user-page .zmt-mobile-user-status-badge.is-member { color: #2a251a; background: #f2c45d; }
  body.zmt-mobile-user-page .zmt-mobile-user-status-badge.is-guest { color: #e0e6eb; background: rgba(255, 255, 255, .13); }
}
