/* 移动端地图样式 */
@media (max-width: 768px) {
  html.hm-mobile-map-mode,
  body.hm-mobile-map-mode {
    height: 100%;
    margin-top: 0 !important;
    overflow: hidden;
  }

  body.hm-mobile-map-mode.admin-bar {
    padding-top: 0 !important;
  }

  body.hm-mobile-map-mode #wpadminbar {
    display: none !important;
  }

  body.hm-mobile-map-mode header.ct-header,
  body.hm-mobile-map-mode #header,
  body.hm-mobile-map-mode [data-device="mobile"] .ct-sticky-container,
  body.hm-mobile-map-mode .elementor-location-footer,
  body.hm-mobile-map-mode footer.ct-footer,
  body.hm-mobile-map-mode #footer,
  body.hm-mobile-map-mode #zc__sdk__sys__btnbox {
    display: none !important;
  }

  body.hm-mobile-map-mode [data-device="mobile"] .ct-header-account {
    visibility: hidden;
    pointer-events: none;
  }

  .hm-mobile-page--map {
    --hm-safe-bottom: env(safe-area-inset-bottom, 0px);
    --hm-sheet-radius: 16px;
    --hm-bottom-reserve: calc(12px + var(--hm-safe-bottom));
    --hm-place-footer-height: calc(68px + var(--hm-safe-bottom));
    --hm-route-footer-height: calc(102px + var(--hm-safe-bottom));
    --hm-related-sheet-min-height: calc(166px + var(--hm-safe-bottom));
    --hm-related-sheet-max-height: calc(256px + var(--hm-safe-bottom));
    --hm-date-picker-height: calc(355px + var(--hm-safe-bottom));
    --hm-people-picker-min-height: calc(189px + var(--hm-safe-bottom));
    position: relative;
    display: block !important;
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    padding: 0;
    overflow: hidden;
    background: #eef2f3;
  }

  .hm-mobile-page--map .hm-mobile-page__section--map-index {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: #eef2f3;
    overflow: hidden;
  }

  .hm-mobile-map__header {
    position: relative;
    z-index: 30;
    display: grid;
    flex: 0 0 56px;
    grid-template-columns: 56px minmax(0, 1fr) 56px;
    align-items: center;
    width: 100%;
    height: 56px;
    background: linear-gradient(90deg, #0285ef 5.8503%, #01dcd8 95.165%);
    box-sizing: border-box;
  }

  .hm-mobile-map__back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    cursor: pointer;
  }

  .hm-mobile-map__brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
  }

  .hm-mobile-map__brand img {
    display: block;
    width: auto;
    max-width: 164px;
    height: 30px;
    object-fit: contain;
  }

  .hm-mobile-map__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
  }

  .hm-mobile-map__menu .ct-header-trigger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    padding: 0;
    color: #ffffff !important;
  }

  .hm-mobile-map__menu .ct-header-trigger .ct-icon {
    width: 24px;
    height: 24px;
    fill: currentColor !important;
  }

  .hm-mobile-map__back svg {
    width: 28px;
    height: 28px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hm-mobile-map__stage {
    position: relative;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
    background: #e8eef0;
  }

  .hm-mobile-map__canvas,
  .hm-mobile-map__canvas .tmap-container {
    width: 100% !important;
    height: 100% !important;
  }

  .hm-mobile-map__canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
  }

  .hm-mobile-map__canvas canvas {
    display: block;
  }

  .hm-mobile-map__loading {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #777777;
    font-size: 14px;
    background: #eef2f3;
    pointer-events: none;
  }

  .hm-mobile-map__loading[hidden] {
    display: none;
  }

  .hm-mobile-map__categories {
    position: absolute;
    top: 18px;
    left: 16px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    max-width: 144px;
    max-height: calc(100% - 90px);
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: auto;
    scrollbar-width: none;
  }

  .hm-mobile-map__categories::-webkit-scrollbar {
    display: none;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__categories,
  .hm-mobile-page--map.is-searching .hm-mobile-map__custom,
  .hm-mobile-page--map.is-place-open .hm-mobile-map__categories,
  .hm-mobile-page--map.is-place-open .hm-mobile-map__custom {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
  }

  .hm-mobile-map__category {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    width: fit-content;
    max-width: 128px;
    min-height: 32px;
    padding: 0 8px;
    border: none;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 2px 8px rgba(39, 56, 76, 0.08);
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
    pointer-events: auto;
    transition:
      transform 0.18s ease,
      box-shadow 0.18s ease,
      background 0.18s ease,
      color 0.18s ease;
  }

  .hm-mobile-map__category.is-active {
    max-width: 144px;
    background: #ffffff;
    color: #333333;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  .hm-mobile-map__category.is-active::after {
    content: none;
  }

  .hm-mobile-map__category-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--hm-category-color, #46c9b7);
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.72);
    flex: 0 0 auto;
  }

  .hm-mobile-map__category-icon img {
    display: none;
  }

  .hm-mobile-map__category-icon::before {
    content: none;
  }

  .hm-mobile-map__category-icon > span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--hm-category-color, #46c9b7);
  }

  .hm-mobile-map__category-name {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .hm-mobile-map__category-remove {
    display: none !important;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-left: 2px;
  }

  .hm-mobile-map__category.is-active .hm-mobile-map__category-remove {
    display: block !important;
  }

  .hm-mobile-map__category:focus-visible,
  .hm-mobile-map__back:focus-visible,
  .hm-mobile-map__custom:focus-visible,
  .hm-mobile-map__search-result:focus-visible {
    outline: 2px solid #0288ee;
    outline-offset: 2px;
  }

  .hm-mobile-map__custom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: auto;
    min-width: 78px;
    height: 36px;
    padding: 0 8px;
    border: 0;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 4px 14px rgba(28, 51, 60, 0.12);
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    cursor: pointer;
  }

  .hm-mobile-map__custom .iconfont {
    width: 16px;
    height: 16px;
    color: #333333;
  }

  .hm-mobile-map__search-dock {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
    width: 100%;
    padding: 16px 16px calc(16px + env(safe-area-inset-bottom));
    border-radius: 16px 16px 0 0;
    background: #ffffff;
    box-sizing: border-box;
  }

  .hm-mobile-map__search {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 36px;
    padding: 0 8px;
    border-radius: 6px;
    background: #f0f1f2;
    box-sizing: border-box;
  }

  .hm-mobile-map__search > svg {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .hm-mobile-map__search input {
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
    border: 0 !important;
    outline: 0;
    background: transparent;
    box-shadow: none !important;
    color: #333333;
    font-size: 17px;
    line-height: 24px;
  }

  .hm-mobile-map__search input::-webkit-search-cancel-button,
  .hm-mobile-map__search input::-webkit-search-decoration,
  .hm-mobile-map__search input::-webkit-search-results-button,
  .hm-mobile-map__search input::-webkit-search-results-decoration {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  .hm-mobile-map__search input::placeholder {
    color: #999da1;
    opacity: 1;
  }

  .hm-mobile-map__search-results {
    position: absolute;
    right: 0;
    bottom: calc(100% + 10px);
    left: 0;
    display: none;
    max-height: 240px;
    padding: 6px;
    overflow-y: auto;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 -8px 24px rgba(28, 51, 60, 0.16);
  }

  .hm-mobile-map__search-results.is-open {
    display: flex;
    flex-direction: column;
  }

  .hm-mobile-map__search-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 42px;
    padding: 8px 10px;
    border: 0;
    border-radius: 6px;
    background: #ffffff;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    cursor: pointer;
  }

  .hm-mobile-map__search-result + .hm-mobile-map__search-result {
    border-top: 1px solid #f0f0f0;
  }

  .hm-mobile-map__search-result-category {
    flex: 0 0 auto;
    max-width: 90px;
    overflow: hidden;
    color: #858585;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__search-dock {
    position: fixed;
    top: 124px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    overflow: hidden;
    padding: 16px 16px 0;
    border-radius: 14px 14px 0 0;
    background: #ffffff;
    box-sizing: border-box;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__search-dock::after {
    position: absolute;
    top: 68px;
    right: 0;
    left: 0;
    height: 0.5px;
    background: rgba(126, 134, 142, 0.16);
    content: "";
    pointer-events: none;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__search {
    position: static;
    flex: 1 1 auto;
    width: auto;
  }

  .hm-mobile-map__search-clear,
  .hm-mobile-map__search-cancel {
    display: none;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__search-clear,
  .hm-mobile-page--map.is-searching .hm-mobile-map__search-cancel {
    display: flex;
  }

  .hm-mobile-map__search-clear[hidden] {
    display: none !important;
  }

  .hm-mobile-map__search-clear {
    align-items: center;
    justify-content: center;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    padding: 0;
    font-size: 0;
    line-height: 0;
  }

  .hm-mobile-map__search-clear svg {
    display: block;
    width: 16px;
    height: 16px;
  }

  .hm-mobile-map__search-cancel {
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 34px;
    height: 36px;
    padding: 0;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__search-results {
    top: 69px;
    right: 0;
    left: 0;
    display: none;
    max-height: none;
    bottom: 0;
    padding: 0 16px calc(16px + env(safe-area-inset-bottom));
    overflow-y: auto;
    border-radius: 0;
    background: #ffffff;
    box-shadow: none;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .hm-mobile-page--map.is-searching
    .hm-mobile-map__search-results::-webkit-scrollbar {
    display: none;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__search-results.is-open {
    display: block;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__search-result {
    min-height: 48px;
    padding: 11px 0 12px;
    border-radius: 0;
    border-bottom: 1px solid #eeeeee;
    font-size: 17px;
    line-height: 26px;
  }

  .hm-mobile-page--map.is-searching .hm-mobile-map__search-result + .hm-mobile-map__search-result {
    border-top: 0;
  }

  .hm-mobile-map__search-empty {
    padding: 18px 0;
    color: #888888;
    font-size: 15px;
    line-height: 24px;
  }

  .hm-mobile-map__scrim {
    position: absolute;
    inset: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.52);
  }

  .hm-mobile-page--map.is-picker-open .hm-mobile-map__scrim {
    z-index: 8;
  }

  .hm-mobile-map__sheet,
  .hm-mobile-map__picker {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 7;
    background: #ffffff;
    box-sizing: border-box;
  }

  .hm-mobile-map__sheet {
    transform: translateY(0);
    transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
  }

  .hm-mobile-map__sheet[hidden],
  .hm-mobile-map__picker[hidden],
  .hm-mobile-map__scrim[hidden] {
    display: none !important;
  }

  .hm-mobile-map__sheet {
    bottom: 0;
    border-radius: var(--hm-sheet-radius) var(--hm-sheet-radius) 0 0;
    box-shadow: 0 -10px 28px rgba(17, 24, 39, 0.16);
  }

  .hm-mobile-map__sheet--place {
    z-index: 8;
    display: flex;
    flex-direction: column;
    height: auto;
    min-height: 0;
    max-height: calc(100dvh - 4.25em);
    padding: 0;
    overflow: hidden;
    border-radius: 1.375em 1.375em 0 0;
    box-shadow: 0 -0.5em 1.75em rgba(26, 47, 68, 0.2);
  }

  .hm-mobile-map__sheet--related {
    display: flex;
    flex-direction: column;
    min-height: var(--hm-related-sheet-min-height);
    max-height: var(--hm-related-sheet-max-height);
    padding: 16px 16px var(--hm-bottom-reserve);
    overflow: hidden;
  }

  .hm-mobile-map__sheet--route {
    z-index: 6;
    top: 68px;
    display: flex;
    flex-direction: column;
    padding: 22px 16px var(--hm-route-footer-height);
    overflow: hidden;
  }

  .hm-mobile-map__sheet-head,
  .hm-mobile-map__picker-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .hm-mobile-map__sheet--place .hm-mobile-map__sheet-head {
    min-height: 42px;
    padding: 16px 16px 0;
    flex: 0 0 auto;
  }

  .hm-mobile-map__sheet-title,
  .hm-mobile-map__picker-head h2 {
    min-width: 0;
    margin: 0;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
  }

  .hm-mobile-map__sheet--place .hm-mobile-map__sheet-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hm-mobile-map__sheet--place .hm-mobile-map__sheet-close {
    color: #999999;
  }

  .hm-mobile-map__sheet-close,
  .hm-mobile-map__picker-close,
  .hm-mobile-map__picker-confirm {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .hm-mobile-map__sheet-close {
    width: 20px;
    height: 20px;
    color: #333333;
    background: url("../../images/icon_close_figma.svg") center / 20px 20px no-repeat;
    font-size: 0;
    line-height: 0;
  }

  .hm-mobile-map__sheet-close--route {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
  }

  .hm-mobile-map__picker-close {
    width: 32px;
    height: 32px;
    color: #333333;
    background: url("../../images/icon_close_figma.svg") center / 20px 20px no-repeat;
    font-size: 0;
    line-height: 0;
  }

  .hm-mobile-map__picker-confirm {
    min-width: 34px;
    height: 32px;
    color: #0288ee;
    font-size: 17px;
    line-height: 24px;
  }

  .hm-mobile-map__picker-head h2 {
    font-size: 17px;
    line-height: 24px;
  }

  .hm-mobile-map__place-body {
    flex: 0 1 auto;
    min-height: 0;
    max-height: calc(100dvh - 13.25em);
    overflow-y: auto;
    padding: 12px 1.25em 1.25em;
    scrollbar-width: none;
  }

  .hm-mobile-map__place-body::-webkit-scrollbar {
    display: none;
  }

  .hm-mobile-map__place-images {
    display: flex;
    gap: 0.75em;
    overflow-x: auto;
    margin: 0 0 1em;
    padding-bottom: 0.125em;
    scrollbar-width: none;
  }

  .hm-mobile-map__place-images::-webkit-scrollbar {
    display: none;
  }

  .hm-mobile-map__place-image {
    width: 8.25em;
    height: 9.375em;
    flex: 0 0 auto;
    border-radius: 0.5em;
    object-fit: cover;
    background: #e7edf0;
  }

  .hm-mobile-map__place-image--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--place-color);
    color: #ffffff;
    font-size: 1.5em;
    font-weight: 600;
  }

  .hm-mobile-map__place-desc {
    margin: 0 0 1em;
    color: #666666;
    font-size: 0.9375em;
    line-height: 1.7;
  }

  .hm-mobile-map__place-features {
    margin-top: 0;
  }

  .hm-mobile-map__place-feature {
    display: flex;
    gap: 0.625em;
    margin-bottom: 0.875em;
    color: #333333;
  }

  .hm-mobile-map__place-dot {
    width: 0.5em;
    height: 0.5em;
    margin-top: 0.5625em;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d8bff 0%, #04d7c4 100%);
    flex: 0 0 auto;
  }

  .hm-mobile-map__place-feature strong {
    display: block;
    margin-bottom: 0.25em;
    color: #333333;
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1.5;
  }

  .hm-mobile-map__place-feature p {
    margin: 0;
    color: #666666;
    font-size: 0.9375em;
    line-height: 1.6;
  }

  .hm-mobile-map__place-experience {
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    margin-top: 1em;
  }

  .hm-mobile-map__place-experience div {
    padding: 0.875em;
    border-radius: 0.5em;
    background: #f2fbff;
  }

  .hm-mobile-map__place-experience strong,
  .hm-mobile-map__place-experience span {
    display: block;
  }

  .hm-mobile-map__place-experience strong {
    margin-bottom: 0.25em;
    color: #333333;
    font-size: 0.9375em;
    font-weight: 500;
    line-height: 1.5;
  }

  .hm-mobile-map__place-experience span {
    color: #888888;
    font-size: 0.875em;
    line-height: 1.5;
  }

  .hm-mobile-map__place-actions {
    display: flex;
    gap: 12px;
    height: 68px;
    padding: 12px 16px;
    background: #ffffff;
    box-shadow: inset 0 0.5px 0 #f0f0f0;
    box-sizing: border-box;
    flex: 0 0 auto;
  }

  .hm-mobile-map__sheet--place .hm-mobile-map__secondary,
  .hm-mobile-map__sheet--place .hm-mobile-map__primary {
    height: 44px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
  }

  .hm-mobile-map__secondary,
  .hm-mobile-map__primary {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 3.5em;
    padding: 0 12px;
    border-radius: 0.375em;
    font-size: 1em;
    line-height: 1.5em;
    cursor: pointer;
  }

  .hm-mobile-map__secondary {
    flex: 1;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
  }

  .hm-mobile-map__primary {
    flex: 1;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(90deg, #0d8bff 0%, #04d7c4 100%);
    color: #ffffff;
  }

  .hm-mobile-map__related-list {
    display: grid;
    flex: 1 1 auto;
    gap: 12px;
    margin-top: 12px;
    min-height: 0;
    max-height: 168px;
    overflow-y: auto;
    scrollbar-width: none;
  }

  .hm-mobile-map__related-list:has(.hm-mobile-map__empty) {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: none;
    overflow: hidden;
  }

  .hm-mobile-map__related-list::-webkit-scrollbar {
    display: none;
  }

  .hm-mobile-map__related-card {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 10px;
    width: 100%;
    height: 78px;
    padding: 12px;
    border: 0;
    border-radius: 8px;
    background: #f5f5f5;
    text-align: left;
    cursor: pointer;
  }

  .hm-mobile-map__related-card img,
  .hm-mobile-map__related-fallback {
    width: 54px;
    height: 54px;
    border-radius: 4px;
    object-fit: cover;
    background: #e2e8f0;
  }

  .hm-mobile-map__related-card strong {
    display: block;
    overflow: hidden;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hm-mobile-map__related-card p {
    display: flex;
    gap: 6px;
    margin: 8px 0 0;
  }

  .hm-mobile-map__related-card span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    max-width: 88px;
    overflow: hidden;
    padding: 0 8px;
    border-radius: 4px;
    background: rgba(2, 154, 233, 0.08);
    color: #029ae9;
    font-size: 12px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hm-mobile-map__empty {
    width: 100%;
    padding: 0;
    color: #888888;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }

  .hm-mobile-map__route-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding-bottom: 12px;
    scrollbar-width: none;
  }

  .hm-mobile-map__route-list::-webkit-scrollbar {
    display: none;
  }

  .hm-mobile-map__route-stop {
    margin: 0 0 16px;
  }

  .hm-mobile-map__route-stop h3 {
    margin: 0 0 4px;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .hm-mobile-map__route-stop:first-child h3 {
    padding-right: 32px;
  }

  .hm-mobile-map__route-tag {
    display: inline-flex;
    align-items: center;
    max-width: 160px;
    height: 22px;
    overflow: hidden;
    margin-bottom: 8px;
    padding: 0 8px;
    border-radius: 4px;
    background: var(--tag-bg);
    color: var(--tag-color);
    font-size: 12px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hm-mobile-map__route-images {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .hm-mobile-map__route-images img,
  .hm-mobile-map__route-images span {
    width: 100%;
    aspect-ratio: 109 / 61;
    border-radius: 6px;
    object-fit: cover;
    background: #e2e8f0;
  }

  .hm-mobile-map__route-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 90px 110px;
    grid-template-rows: 28px 44px;
    gap: 4px 12px;
    height: var(--hm-route-footer-height);
    padding: 12px 16px calc(12px + var(--hm-safe-bottom));
    background: #ffffff;
    box-sizing: border-box;
    box-shadow: inset 0 0.5px 0 #f0f0f0;
  }

  .hm-mobile-map__route-meta {
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #999999;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
  }

  .hm-mobile-map__route-meta .iconfont {
    width: 16px;
    height: 16px;
    color: #333333;
  }

  .hm-mobile-map__route-meta:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }

  .hm-mobile-map__secondary--route {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 56px;
  }

  .hm-mobile-map__primary--book {
    grid-column: 3;
    grid-row: 1 / span 2;
    flex-direction: column;
    height: 56px;
    line-height: 22px;
  }

  .hm-mobile-map__primary--book strong {
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
  }

  .hm-mobile-map__picker {
    bottom: 0;
    z-index: 9;
    min-height: var(--hm-people-picker-min-height);
    max-height: calc(100% - 68px);
    padding: 14px 16px calc(24px + var(--hm-safe-bottom));
    border-radius: 7px 7px 0 0;
    overflow: hidden;
  }

  #hm-mobile-map-date-picker {
    height: var(--hm-date-picker-height);
    padding: 0 16px calc(24px + var(--hm-safe-bottom));
  }

  #hm-mobile-map-date-picker,
  #hm-mobile-map-people-picker {
    display: flex;
    flex-direction: column;
  }

  .hm-mobile-map__picker-head {
    min-height: 38px;
    margin: 0 -16px 12px;
    padding: 0 16px;
    border-bottom: 1px solid #eeeeee;
  }

  #hm-mobile-map-date-picker .hm-mobile-map__picker-head {
    min-height: 51px;
    margin-bottom: 19px;
  }

  .hm-mobile-map__calendar {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    scrollbar-width: none;
    padding-top: 2px;
  }

  .hm-mobile-map__calendar::-webkit-scrollbar {
    display: none;
  }

  .hm-mobile-map__calendar-weeks,
  .hm-mobile-map__calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px 10px;
  }

  .hm-mobile-map__calendar-week {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    color: #777777;
    font-size: 16px;
    line-height: 22px;
  }

  .hm-mobile-map__calendar-month {
    margin-top: 8px;
  }

  .hm-mobile-map__calendar-month-title {
    height: 32px;
    margin: 0 -16px 8px;
    padding: 4px 20px;
    background: #f5f5f5;
    color: #191919;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    box-sizing: border-box;
  }

  .hm-mobile-map__calendar-empty {
    display: block;
    width: 36px;
    height: 36px;
  }

  .hm-mobile-map__calendar button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #333333;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
  }

  .hm-mobile-map__calendar button.is-muted {
    color: #b5b5b5;
    cursor: pointer;
  }

  .hm-mobile-map__calendar button.is-disabled {
    color: #d8d8d8;
    cursor: default;
  }

  .hm-mobile-map__calendar button.is-today {
    background: #f4f6fb;
    color: #0288ee;
  }

  .hm-mobile-map__calendar button.is-selected {
    background: #0288ee;
    color: #ffffff;
  }

  .hm-mobile-map__people-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 20px 88px 20px;
    align-items: center;
    gap: 8px;
    height: 48px;
  }

  .hm-mobile-map__people-row strong,
  .hm-mobile-map__people-row span {
    font-size: 16px;
    line-height: 24px;
  }

  .hm-mobile-map__people-row strong {
    color: #333333;
    font-weight: 400;
  }

  .hm-mobile-map__people-row span {
    margin-left: 8px;
    color: #b6b6b6;
  }

  .hm-mobile-map__people-row button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    padding: 0;
    border: 1px solid #999999;
    border-radius: 50%;
    background: #ffffff;
    color: #777777;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
  }

  .hm-mobile-map__people-row output {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
  }
}
