.app-container:has(.trip-page) {
  background-color: unset;
}

.trip-page {

  max-width: 100%;
  margin: auto;

  padding-bottom: 200px;

  .trip-page-h-title {
    margin-top: 20px;
    font-size: 28px;
    font-weight: 600;
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
  }

  .image-album {
    border-radius: 8px;
  }



  .trip-content {
    margin-top: 48px;

    .trip-title-2 {
      font-size: 22px;
      font-weight: 600;
      margin-bottom: 24px;
      line-height: 1.25;
      position: relative;
      padding-left: 20px;

      &:before {
        content: "";
        background-color: var(--color-brand);
        border-radius: 3px;
        width: 4px;
        height: 22px;
        display: block;
        position: absolute;
        top: 3px;
        left: 0;
      }
    }

    h3 {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.3;
      margin: 0;
    }

    h4 {
      color: #212121;
      margin-bottom: 12px;
      font-size: 16px;
    }

    .combo-evaluate {
      margin-bottom: 48px;
    }

    .trip-introduction {
      margin-bottom: 48px;
    }

    .combo-price .combo-fee {
      background-color: #ffffff;
      margin-bottom: 48px;
      padding: 10px 20px;
      line-height: 2;
      font-size: 14px;
      color: #212121;
      border-radius: 8px;
    }

    .trip-faq {
      margin-top: 44px;
    }

    .trip-faq .faq-acc-qtext {
      font-size: 16px;
      font-weight: 500;
      color: #212121;
    }
  }

  .trip-tags {
    padding: 20px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
  }

  .trip-tips {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin-top: 8px;

    background-color: #fff !important;

    .left {
      display: flex;

      .score {
        background: var(--brand-100);
        padding: 2px 4px;
        border-radius: 2px;
        font-size: 13px;
        font-weight: bold;
      }

      .score-num {
        margin-left: 4px;
        cursor: pointer;
        text-decoration: underline;
      }

      .part-num {
        margin-left: 4px;
      }

      .tips-address {
        margin-left: 16px;
        font-size: 12px;

        span {
          margin-right: 8px;
          vertical-align: middle;
        }
      }
    }

    .gta-icon {
      font-size: 14px;
    }

    .favorite-btn {
      border: unset;

      cursor: pointer;
      padding: 2px 5px;
      border-radius: 5px;
    }
  }
}

@media (max-width: 768px) {
  .trip-page {
    padding: 0 16px;
    padding-bottom: 100px;

    .trip-page-h-title {
      font-size: 24px;
      margin-top: 12px;
    }

    .trip-album-mobile {
      margin-top: 12px;

      .gta-landscape-mobile__player {
        background-color: unset !important;
      }
    }

    .trip-content {
      margin-top: 32px;

      .trip-title-2 {
        font-size: 18px;
        margin-bottom: 16px;

        &:before {
          height: 18px;
          top: 2px;
        }
      }

      h3 {
        font-size: 18px;
      }

      h4 {
        font-size: 14px;
      }

      .trip-faq {
        margin-top: 32px;
      }

      .trip-combo-detail-mobile {
        margin-bottom: 48px;
      }

      .trip-faq .faq-acc-q {
        padding: 16px !important;
      }

      .trip-faq .faq-acc-a {
        padding: 0 16px 0 16px !important;
      }

      .trip-faq .faq-acc-atext {
        padding: unset !important;
      }
    }

    .trip-tips {
      flex-direction: row;
      align-items: flex-end;
      position: relative;

      >* {
        margin-left: 12px;
      }

      >*:first-child {
        margin-left: 0;
      }

      @supports (gap: 12px) {
        gap: 12px;

        >* {
          margin-left: 0;
        }
      }

      .left {
        flex-direction: column;
        white-space: nowrap;

        >* {
          margin-bottom: 8px;
        }

        >*:last-child {
          margin-bottom: 0;
        }

        @supports (gap: 8px) {
          gap: 8px;

          >* {
            margin-bottom: 0;
          }
        }

        .tips-address {
          margin-left: 0;
          line-height: 1;
          white-space: nowrap;
        }
      }

      .right {
        position: absolute;
        right: 10px;
        bottom: 15px;
      }

      .favorite-btn {
        padding: 0;
        font-size: 14px;
        line-height: 1;
        padding: 4px;
        white-space: nowrap;
      }
    }


  }
}
.trip-page {
  .trip-header {
    .trip-album {
      margin-top: 24px;
      position: relative;
      /* min-height: 400px; */
    }

    /* 有视频时的布局：左侧大视频 + 右侧四张小图 */
    .trip-album.has-video {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 8px;
      /* max-height: 400px; */

      .trip-album-video {
        /* grid-column: 1 / 2;
        grid-row: 1 / 3; */
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 8px;
        /* background: #000; */
      }

      .gta-video-play-button--center{
        width: 66px;
        height: 66px;
      }

      .gta-video-play-button--center svg{
        width: 50px;
        height: 50px;
      }

      .trip-album-images {
        /* grid-column: 2 / 3;
        grid-row: 1 / 3; */
        aspect-ratio: 16 / 9;
        height: 100%;
      }
    }

    /* 视频全屏播放时 */
    .trip-album.video-fullscreen {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
      border-radius: 8px;
      overflow: hidden;

      /* min-height: 400px; */

      .trip-album-video {
        width: 50%;
        max-width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        border-radius: 8px;
        background: #000;
        transition: all 0.3s ease;
      }

      .trip-album-images {
        display: none;
      }
    }
  }

  .header-summary {
    flex: 1;
  }

  .trip-header--summary {
    display: flex;
    margin-top: 24px;

    .trip-summary--text {
      padding: 8px 20px;
      font-size: var(--fz-sm);
      line-height: 1.65;
      color: #3b4048;
      background: #fcf6f2;
      border: 1px solid rgba(31, 35, 41, .08);
      border-radius: 8px;
      text-align: justify;
      white-space: pre-line;
    }
  }

  .trip-combo-tip {
    width: 320px;
    height: 120px;
    margin-left: 24px;
    text-align: center;

    .combo-tip--content {
      border: 1px solid #e6e6e6;
      border-radius: 8px;
      padding: 20px;
      background-color: white;
      .gta-btn--primary {
        width: 100%;
        margin-top: 12px;
        font-size: var(--fz-md);
      }

      .count-price {
        color: #212121;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.32;
        text-align: left;
      }
    }
  }

  .combo-tip--content.sticky {
    position: fixed;
    top: 128px;
    width: 320px;
    background: white;
    z-index: 999;
  }
}

@media (max-width: 768px) {
  .trip-page {
    .trip-header {
      .trip-album {
        margin-top: 16px;
      }

      /* 移动端轮播图容器 */
      .trip-album-mobile {
        margin-top: 16px;
      }
    }

    .trip-header--summary {
      flex-direction: column;
      margin-top: 16px;

      .trip-summary--text {
        padding: 12px 16px;
        font-size: 14px;
        border-radius: 12px;
      }
    }

    .trip-combo-tip {
      width: 100%;
      height: auto;
      margin-left: 0;
      margin-top: 16px;

      .combo-tip--content {
        padding: 16px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .count-price {
          font-size: 20px;
        }

        .gta-btn--primary {
          width: auto;
          margin-top: 0;
          padding: 8px 16px;
        }
      }
    }

    .combo-tip--content.sticky {
      position: fixed;
      top: 96px;
      left: 0;
      width: 100%;
      border-radius: 0;
      border-left: none;
      border-right: none;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
  }
}
.trip-page {

  .trip-content--combo {
    border-radius: 12px;
    display: flex;
    width: 100%;
    margin-bottom: 24px;

    .combo-left {
      flex: 1;
    }

    .combo-right {
      width: 320px;
      margin-left: 24px;

      .combo-detail .combo-detail--content {
        padding: 0px;
      }
    }
  }

  .combo-info {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 24px 20px;
    margin-bottom: 24px;

    .combo-info--title {
      justify-content: space-between;
      align-items: center;
      display: flex;
      margin-bottom: 24px;

      .text-btn {
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.5;
        text-decoration-line: underline;
      }
    }

    .combo-info--date {
      margin-bottom: 12px;
      font-size: 14px;
    }

    .combo-info--type {
      margin-bottom: 12px;
      font-size: 14px;

      .type-list {
        display: flex;
        flex-wrap: wrap;

        .gta-btn--primary {
          background: white;
          color: black;
          font-size: 14px;
          font-weight: 700;
          margin: 0 8px 8px 0;

          a {
            width: 100%;
            height: 100%;
          }
        }

        .gta-btn--primary.active {
          border-color: var(--color-brand);
          background:
            color-mix(in srgb, var(--color-brand) 12%, transparent);
          color: var(--color-brand);
        }
      }
    }

    .combo-info--number {
      margin-bottom: 12px;
      font-size: 14px;

      .number-list {
        .number-item {
          background-color: #fff;
          border-radius: 8px;
          justify-content: space-between;
          align-items: center;
          padding: 10px 20px;
          display: flex;
          margin-bottom: 8px;

          .number-title {
            font-size: 16px;
            font-weight: 700;
          }

          .number-btns {
            .gta-btn {
              width: 32px;
              height: 32px;
              line-height: 32px;
              font-size: 18px;
              background: #f5f5f5;
              color: #333333;
              margin: 8px;
            }

            .number {
              display: inline-block;
              font-size: 18px;
              font-weight: 700;
              min-width: 21px;
              text-align: right;
            }
          }
        }
      }
    }

    .combo-info--total {
      margin-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: flex-end;

      .combo-amount {
        font-size: 24px;
        color: #212121;
        font-weight: 700;
        line-height: 1.32;
      }

      .amount-tip {
        color: #757575;
        margin-top: 2px;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
      }

      .combo-order-btns {
        button {
          border: none;
          font-weight: 600;
          font-size: 16px;
          line-height: 22px;
          padding: 12px 20px;
          height: unset;
        }

        button:first-child {
          margin-right: 16px;
        }
      }
    }
  }
}

@media (max-width: 768px) {
  .trip-page {
    .combo-detail {
      border-radius: 8px;
      background-color: #ffffff !important;
    }

    .trip-content--combo {
      flex-direction: column;

      .combo-right {
        display: block;

        width: 100%;
        margin-top: 10px;
        margin-left: 0px;
      }
    }

    .combo-info {
      padding: 16px;
      border-radius: 12px;

      .combo-info--title {
        margin-bottom: 16px;

        .title-3 {
          font-size: 16px;
        }

        .text-btn {
          font-size: 14px;
        }
      }

      .combo-info--number {
        .number-list {
          .number-item {
            padding: 8px 12px;

            .number-title {
              font-size: 14px;
            }

            .number-btns {
              .gta-btn {
                width: 28px;
                height: 28px;
                line-height: 28px;
                font-size: 16px;
                margin: 4px;
              }

              .number {
                font-size: 16px;
              }
            }
          }
        }
      }

      .combo-info--total {
        display: none;
        flex-direction: column;
        align-items: flex-start;

        .combo-amount {
          font-size: 20px;
        }

        .combo-order-btns {
          width: 100%;
          margin-top: 16px;
          display: flex;

          button {
            flex: 1;
            padding: 10px;
            font-size: 14px;
          }

          button:first-child {
            margin-right: 8px;
          }
        }
      }
    }
  }
}
.trip-page .trip-contents .combo-detail,
.mobile-drawer-component .combo-detail {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 24px;
  max-height: 750px;
  overflow-y: auto;
  font-size: 12px;
  position: relative;
}

.trip-page .trip-contents .combo-detail .combo-expand-btn,
.mobile-drawer-component .combo-detail .combo-expand-btn {
  font-size: 20px;
  cursor: pointer;
}

.trip-page .trip-contents .combo-detail .title,
.mobile-drawer-component .combo-detail .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.trip-page .trip-contents .combo-detail .title-3,
.mobile-drawer-component .combo-detail .title-3 {
  margin-bottom: 12px;
}

.trip-page .trip-contents .combo-detail .combo-detail--tips,
.mobile-drawer-component .combo-detail--tips,
.mobile-drawer-component .combo-detail .combo-detail--tips {
  margin-bottom: 24px;
}

.trip-page .trip-contents .combo-detail .combo-detail--content,
.trip-page .trip-contents .trip-content--combo .combo-detail--content,
.mobile-drawer-component .combo-detail--content,
.mobile-drawer-component .combo-detail .combo-detail--content {
  margin-bottom: 24px;
}

.trip-page .trip-contents .combo-detail .combo-detail--tip,
.mobile-drawer-component .combo-detail--tip,
.mobile-drawer-component .combo-detail .combo-detail--tip {
  color: rgb(117, 117, 117);
  border: 1px solid #757575;
  background-color: rgb(245, 245, 245);
  border-radius: 6px;
  font-size: 12px;
  padding: 2px 4px;
  margin-right: 8px;
}

.trip-page .trip-contents .combo-detail .combo-detail--line,
.trip-page .trip-contents .trip-content--combo .combo-detail--line,
.mobile-drawer-component .combo-detail--line,
.mobile-drawer-component .combo-detail .combo-detail--line {
  margin-bottom: 24px;
}

.trip-page .trip-contents .combo-detail .combo-detail--line .trip-line--images,
.mobile-drawer-component .combo-detail--line .trip-line--images,
.trip-page .trip-contents .trip-content--combo .combo-detail--line .trip-line--images,
.mobile-drawer-component .combo-detail .combo-detail--line .trip-line--images {
  height: 100px;
}

.trip-page .trip-contents .combo-detail .combo-detail--price,
.mobile-drawer-component .combo-detail--price,
.trip-page .trip-contents .trip-content--combo .combo-detail--price,
.mobile-drawer-component .combo-detail .combo-detail--price {
  margin-bottom: 24px;
}

.trip-page .trip-contents .combo-detail .combo-detail--price .combo-fee,
.mobile-drawer-component .combo-detail--price .combo-fee,
.trip-page .trip-contents .trip-content--combo .combo-detail--price .combo-fee,
.mobile-drawer-component .combo-detail .combo-detail--price .combo-fee {
  color: #555;
  line-height: 1.8;
  word-break: break-all;
  white-space: pre-line;
}

.trip-page .trip-contents .combo-detail .combo-detail--car,
.mobile-drawer-component .combo-detail--car,
.trip-page .trip-contents .trip-content--combo .combo-detail--car,
.mobile-drawer-component .combo-detail .combo-detail--car {
  margin-bottom: 24px;
}

.trip-page .trip-contents .combo-detail .combo-detail--car .combo-car,

.mobile-drawer-component .combo-detail--car .combo-car,
.mobile-drawer-component .combo-detail .combo-detail--car .combo-car {
  color: #555;
  padding: 0 8px;
}

.trip-page .trip-contents .combo-detail .combo-detail--desc,
.trip-page .trip-content--combotrip-content--combo .combo-detail--desc,
.mobile-drawer-component .combo-detail--desc,
.mobile-drawer-component .combo-detail .combo-detail--desc {
  margin-bottom: 24px;
}

.trip-page .trip-contents .combo-detail--text,
.mobile-drawer-component .combo-detail--text {
  p {
    font-size: 12px;
    color: #555;
  }
}

.trip-page .trip-contents .trip-combo-line,
.mobile-drawer-component .trip-combo-line {
  padding: 12px 10px;
  color: #555;
}

.trip-page .trip-contents .trip-combo-line .show-album-icon,
.mobile-drawer-component .trip-combo-line .show-album-icon {
  right: 8px;
  bottom: 8px;
}

.trip-page .trip-contents .trip-combo-line .image-album>*,
.mobile-drawer-component .trip-combo-line .image-album>* {
  margin: 2px;
}

@supports (gap: 4px) {

  .trip-page .trip-contents .trip-combo-line .image-album,
  .mobile-drawer-component .trip-combo-line .image-album {
    gap: 4px;
  }

  .trip-page .trip-contents .trip-combo-line .image-album>*,
  .mobile-drawer-component .trip-combo-line .image-album>* {
    margin: 0;
  }
}

.trip-page .trip-contents .trip-combo-line .trip-line--items,
.mobile-drawer-component .trip-combo-line .trip-line--items {
  font-size: 12px;
  border-left: 1px dashed #ccc;
  padding: 0 15px 20px;
  position: relative;
  word-break: break-all;
}

.trip-page .trip-contents .trip-combo-line .trip-line--items:last-child,
.mobile-drawer-component .trip-combo-line .trip-line--items:last-child {
  padding-bottom: 0;
}

.trip-page .trip-contents .trip-combo-line .trip-line--address .address-text,
.mobile-drawer-component .trip-combo-line .trip-line--address .address-text {
  line-height: 22px;
}

.trip-page .trip-contents .trip-combo-line .trip-line--address .arrow,
.mobile-drawer-component .trip-combo-line .trip-line--address .arrow {
  margin: 0 8px;
}

.trip-page .trip-contents .trip-combo-line .trip-line--address .from i,
.trip-page .trip-contents .trip-combo-line .trip-line--address .to i,
.mobile-drawer-component .trip-combo-line .trip-line--address .from i,
.mobile-drawer-component .trip-combo-line .trip-line--address .to i {
  display: none;
  margin-right: 4px;
}

.trip-page .trip-contents .trip-combo-line .trip-line--address .from.has-gps,
.trip-page .trip-contents .trip-combo-line .trip-line--address .to.has-gps,
.mobile-drawer-component .trip-combo-line .trip-line--address .from.has-gps,
.mobile-drawer-component .trip-combo-line .trip-line--address .to.has-gps {
  cursor: pointer;
}

.trip-page .trip-contents .trip-combo-line .trip-line--address .from.has-gps i,
.trip-page .trip-contents .trip-combo-line .trip-line--address .to.has-gps i,
.mobile-drawer-component .trip-combo-line .trip-line--address .from.has-gps i,
.mobile-drawer-component .trip-combo-line .trip-line--address .to.has-gps i {
  display: inline-block;
}

.trip-page .trip-contents .trip-combo-line .trip-line--dining,
.mobile-drawer-component .trip-combo-line .trip-line--dining {
  margin-top: 12px;
}

.trip-page .trip-contents .trip-combo-line .trip-line--stay,
.mobile-drawer-component .trip-combo-line .trip-line--stay {
  margin: 12px 0;
}

.trip-page .trip-contents .trip-combo-line .item-icon,
.mobile-drawer-component .trip-combo-line .item-icon {
  background-color: rgba(26, 97, 4, 0.8);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  left: -10px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 20px;
}

.trip-page .trip-contents .trip-combo-line .gta-icon.item-icon,
.mobile-drawer-component .trip-combo-line .gta-icon.item-icon {
  background: #333;
}

.combo-detail .dining-text>span,
.mobile-drawer-component .combo-detail .dining-text>span {
  margin-right: 8px;
}

.trip-page .form-dialog .combo-detail--content,
.trip-page .trip-contents .trip-content--combo .combo-detail--content,
.mobile-drawer-component .combo-detail--content {
  max-height: 50vh;
  overflow-y: auto;
  background-color: white;
  padding: 20px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .trip-page .trip-contents .trip-content--combo .combo-detail--content,
  .mobile-drawer-component .combo-detail--content:last-child {
    margin-bottom: 0 !important;
  }
  .trip-page .trip-contents .trip-combo-detail-mobile .combo-detail--price:last-child {
    margin-bottom: 0 !important;
  }

  .trip-page .trip-contents .trip-combo-detail-mobile .combo-detail--price:last-child .card-expand{
    border:none;
  }
}


.form-dialog .card-content,
.mobile-drawer-component .card-content {
  font-size: 14px;
}
.card-expand{
  border-bottom: 1px solid #eee;
}
.card-expand .card-content-wrapper {
  overflow-y: hidden;
  transition: height 0.2s ease;
  padding: 0 0; /* 初始没有内边距 */
}

.card-expand .card-expand--title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}
.card-expand .expand-title--text{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
}
.card-expand .card-content{
  padding-bottom: 12px;
}

.card-expand .faq-acc-icon {
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.3s ease;
  color: #666;
  font-size: 20px;
}
.card-expand .faq-acc-icon--open {
  transform: rotate(180deg);
}

.trip-introduction--detail {

  background-color: #f5f5f5;

  .trip-detail--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 4px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    border-bottom: 1px solid #eee;
  }

  .trip-detail--header--left {
    flex: 1;
    min-width: 0;
  }

  .trip-detail--header--title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px;
    background-color: #fff;
  }

  .trip-detail--header--right {
    display: flex;
    align-items: center;
    flex-shrink: 0;
  }

  .trip-detail--box {
    background-color: #fff;
    margin-bottom: 4px;
      padding: 10px 20px;
 
      overflow: hidden;
  }

  .trip-detail--box:last-child {
    border-radius: 0 0 8px 8px;
  }

  .trip-detail--items--inner {
    border-left: 1px dashed #ccc;
    padding-left: 10px;
    /* padding: 0 10px 10px; */
    position: relative;
    word-break: break-all;

  }

  .trip-detail--items--inner:last-child {
    padding-bottom: 0;
  }

  .trip-detail--items--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .trip-detail--items--switch {
    flex-shrink: 0;
  }

  .trip-detail--items--day-text {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
    margin: 10px 20px 10px 10px;
    text-align: justify;
    flex: 1;
    min-width: 0;
  }

  .trip-detail--items--day-icon {
    background-color: rgba(26, 97, 4, 0.8);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    left: -13px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    width: 24px;
  }

  .trip-detail--items--body {
    margin-top: 12px;
  }

  .trip-detail--items--row {
    display: flex;
    margin-bottom: 2px;
    position: relative;
  }

  .trip-detail--items--row-intro {
    align-items: flex-start;
  }

  .trip-detail--items--icon {
    align-items: center;
    display: flex;
    height: 24px;
    justify-content: center;
    left: -23px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 26px;
    transform: translateY(-50%);
  }

  .trip-detail--items--body .gta-icon[data-size="custom"] {
    --gta-icon-size: 24px;
  }

  .trip-detail--items--row-text,
  .trip-detail--items--intro-text {
    color: #212121;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 10px 20px 10px 10px;
    text-align: justify;
    text-justify: inter-word;
    word-break: break-word;
  }

  .trip-detail--items--intro-text {
    white-space: pre-wrap;
  }

  .trip-detail--items--dining {
    display: inline-flex;
    flex-wrap: wrap;
    margin-right: -16px;
    margin-bottom: -16px;
  }

  .trip-detail--items--dining>* {
    margin-right: 16px;
    margin-bottom: 16px;
  }

  @supports (gap: 16px) {
    .trip-detail--items--dining {
      gap: 16px;
      margin-right: 0;
      margin-bottom: 0;
    }

    .trip-detail--items--dining>* {
      margin-right: 0;
      margin-bottom: 0;
    }
  }

  .trip-detail--items--row-key {
    font-weight: 700;
    color: #333;
  }

  .trip-detail--toolbar {
    position: absolute;
    top: -20px;
    right: 0;
    display: none;
    align-items: center;
    padding: 4px 6px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    backdrop-filter: saturate(160%) blur(6px);
    z-index: 10;
  }

  .trip-detail--items--card:hover>.trip-detail--items--inner>.trip-detail--toolbar,
  .trip-detail--items--card[data-actions="always"]>.trip-detail--items--inner>.trip-detail--toolbar {
    display: inline-flex;
  }

  .trip-detail--toolbar-btn.gta-btn {
    padding: 0 5px;
    color: #fff;
    height: auto;
    line-height: normal;
  }

  .trip-detail--toolbar-btn.gta-btn .gta-icon[data-size="custom"] {
    --gta-icon-size: 18px;
  }


  .trip-detail--items--day-text {
    flex: 1 1 auto;
    min-width: 0;
  }

  .trip-detail--items--route {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    max-width: 100%;
  }

  .trip-detail--items--route>* {
    margin-left: 8px;
  }

  .trip-detail--items--route>*:first-child {
    margin-left: 0;
  }

  @supports (gap: 8px) {
    .trip-detail--items--route {
      gap: 8px;
    }

    .trip-detail--items--route>* {
      margin-left: 0;
    }
  }

  .trip-detail--items--route-from,
  .trip-detail--items--route-to {
    display: inline-block;
    max-width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .trip-detail--items--route-arrow {
    flex: 0 0 auto;
    user-select: none;
    line-height: 1;
  }

  .slide-image {
    width: 100%;
    height: 260px;
    display: block;
    border: 1px solid #eee;
    background: #fafafa;
    overflow: hidden;
    border-radius: 8px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }

  .trip-detail--items--route-from .gta-icon-address,
  .trip-detail--items--route-to .gta-icon-address {
    display: none;
    margin-right: 4px;
  }

  .has-gps .gta-icon-address,
  .has-gps .gta-icon-address {
    display: inline-block;
  }

  .trip-detail--items--route-from.has-gps,
  .trip-detail--items--route-to.has-gps {
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .trip-introduction--detail {
    padding: 0;

    .trip-detail--header--right {
      margin-right: unset !important;
    }

    .trip-detail--items--inner {
      padding: 0 0 20px 24px;
      margin-left: 12px;
    }

    .trip-detail--items--day-icon {
      left: -12px;
      width: 24px;
      height: 24px;
      font-size: 12px;
    }

    .trip-detail--items--day-text {
      font-size: 16px;
      margin: 8px 0;

      .trip-detail--items--route-from,
      .trip-detail--items--route-to {
        max-width: 120px;
      }
    }

    .trip-detail--items--row-text,
    .trip-detail--items--intro-text {
      font-size: 14px;
      margin: 4px 0;
      line-height: 1.6;
    }

    .trip-detail--items--icon {
      left: -36px;
      top: 15px;
      width: 20px;
      height: 20px;
      --gta-icon-size: 20px !important;
    }

    .trip-detail--items--dining {
      margin-right: -8px;
      margin-bottom: -8px;
    }

    .trip-detail--items--dining>* {
      margin-right: 8px;
      margin-bottom: 8px;
    }

    @supports (gap: 8px) {
      .trip-detail--items--dining {
        gap: 8px;
        margin-right: 0;
        margin-bottom: 0;
      }

      .trip-detail--items--dining>* {
        margin-right: 0;
        margin-bottom: 0;
      }
    }

    .slide-image {
      height: 180px;
    }
  }
}

.fullscreen-map{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
  z-index: 3000;
}

.map-close-btn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.map-close-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.trip-page .trip-contents .trip-combo-detail-mobile .combo-detail--content,
.mobile-drawer-component .combo-detail--content {
  margin-bottom: 24px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .combo-detail--line {
  margin-bottom: 24px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .combo-detail--line .trip-line--images {
  height: 100px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .combo-detail--price {
  margin-bottom: 24px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .combo-detail--price .combo-fee {
  color: #555;
  line-height: 1.8;
  word-break: break-all;
  white-space: pre-line;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line {
  padding: 12px 10px;
  color: #555;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .show-album-icon {
  right: 8px;
  bottom: 8px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .image-album>* {
  margin: 2px;
}

@supports (gap: 4px) {
  .trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .image-album {
    gap: 4px;
  }

  .trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .image-album>* {
    margin: 0;
  }
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--items {
  font-size: 12px;
  border-left: 1px dashed #ccc;
  padding: 0 15px 20px;
  position: relative;
  word-break: break-all;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--items:last-child {
  padding-bottom: 0;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--address .address-text {
  line-height: 22px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--address .arrow {
  margin: 0 8px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--address .from i,
.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--address .to i {
  display: none;
  margin-right: 4px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--address .from.has-gps,
.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--address .to.has-gps {
  cursor: pointer;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--address .from.has-gps i,
.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--address .to.has-gps i {
  display: inline-block;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--dining {
  margin-top: 12px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .trip-line--stay {
  margin: 12px 0;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .item-icon {
  background-color: rgba(26, 97, 4, 0.8);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  height: 20px;
  left: -10px;
  line-height: 20px;
  position: absolute;
  text-align: center;
  width: 20px;
}

.trip-page .trip-contents .trip-combo-detail-mobile .trip-combo-line .gta-icon.item-icon {
  background: #333;
}

.trip-page .trip-contents .trip-combo-detail-mobile .dining-text>span {
  margin-right: 8px;
}

.GTACalendar {
  background: #fff;
  width: 100%;
  user-select: none;
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 8px;
  --cal-pad: 15px;
  --cal-gap: 20px;
  --cell-size: 1fr;
}

.GTACalendar.mini {
  width: 320px;
}

.GTACalendar * {
  box-sizing: border-box;
}

.GTACalendar .GTACalendar-header {
  display: grid;
  grid-template-columns: 32px 1fr 32px;
  align-items: center;
  margin-bottom: 8px;
}

.GTACalendar .GTACalendar-title {
  font-weight: 600;
  padding: 20px 0;
  font-size: 20px;
  text-align: center;
}

.GTACalendar .GTACalendar-nav {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 18px;
}

.GTACalendar .GTACalendar-nav.is-hidden {
  visibility: hidden;
}

.GTACalendar .GTACalendar-weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, var(--cell-size)));
  color: #151515;
}

@supports (gap: 5px 0px) {
  .GTACalendar .GTACalendar-weekdays {
    gap: 5px 0px;
  }
}

.GTACalendar .GTACalendar-weekday {
  display: flex;
  align-items: center;
  justify-content: center;
}

.GTACalendar .GTACalendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, var(--cell-size)));
}

.GTACalendar .GTACalendar-cell-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.GTACalendar .GTACalendar-cell {
  cursor: pointer;
  border: unset;
  background: unset;
  text-align: center;
}

.GTACalendar .GTACalendar-cell--empty {
  background: transparent;
  border: none;
  pointer-events: none;
}

.GTACalendar .GTACalendar-day {
  font-size: 16px;
  font-weight: 500;
  color: #111;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  margin: 3px 0;
  display: inline-block;
  font-weight: bold;
}

.GTACalendar .GTACalendar-cell--disabled .GTACalendar-day:hover {
  background: unset;
}

.GTACalendar .GTACalendar-day:hover {
  background: var(--brand-100);
}

.GTACalendar .GTACalendar-day.is-active {
  color: white;
  background: var(--color-brand);
}

.GTACalendar .GTACalendar-label {
  font-size: 12px;
  line-height: 1;
  color: #6b7280;
}

.GTACalendar .GTACalendar-label--price {
  color: #16a34a;
  font-weight: 500;
}

.GTACalendar .GTACalendar-cell--disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.GTACalendar .GTACalendar-cell--blackout {
  cursor: not-allowed;
  opacity: 0.55;
}

.GTACalendar .GTACalendar-cell--selected {
  background: var(--color-brand, #16a34a);
  border-color: transparent;
  color: #fff;
}

.GTACalendar .GTACalendar-cell--selected .GTACalendar-day {
  color: #fff;
  font-weight: 900;
}

.GTACalendar .GTACalendar-cell--selected .GTACalendar-label {
  color: rgba(255, 255, 255, 0.92);
}

.GTACalendar .GTACalendar-cell--selected .GTACalendar-label--price {
  color: #fff;
  font-weight: 900;
}


@media (max-width: 768px) {
  .GTACalendar .GTACalendar-title {
    padding: 0px 0px 10px;
  }

  .GTACalendar .GTACalendar-weekday {
    font-size: 18px;
  }

  .gta-icon-disable {
    left: 12px ;
    top: 2px;
  }

  .GTACalendar .GTACalendar-day {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }

  .GTACalendar .date-label {
    font-size: 14px !important;
    color: var(--color-brand);
  }

  .GTACalendar .GTACalendar-cell-wrap {
    margin-top: 8px;
  }

  .GTACalendar-day {
    font-size: 18px;
  }

  .GTACalendar-nav .GTACalendar-nav--next {
    position: relative;
    right: 6px;
  }
}
.GTACalendar .date-label {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
}

.date-tips {
  position: relative;

  .gta-icon {
    margin-right: 2px;
  }

  span {
    font-size: 12px;
    line-height: 12px;
  }

  .gta-btn--secondary {
    position: absolute;
    bottom: 0;
    right: 0;
    color: var(--btn-fg);
    z-index: 100;
  }
}

.combo-info--date .GTACalendar-cell.GTACalendar-cell--disabled {
  position: relative;

  .gta-icon-disable {
    display: block;
    position: absolute;
    top: 4px;
    left: 13px;
    font-size: 32px;
  }
}

.combo-info--date .GTACalendar-cell {
  .gta-icon-disable {
    display: none;
  }
}

/* 移动端样式 */
@media (max-width: 768px) {
  .combo-info--date {
    .combo-date-mobile-btn {
      width: 100%;
      padding: 12px;
      font-size: 14px;
    }

    .mobile-drawer-component .mobile-drawer-title p {
      font-size: 18px;
    }

  }

  .combo-info--date .GTACalendar-cell.GTACalendar-cell--disabled {
    position: relative;

    .gta-icon-disable {
      left: 12px;
      top: 2px;
    }
  }

  .mobile-calendar-wrapper {

    max-height: calc(70vh - 60px);
    overflow-y: auto;

    .date-tips {
      padding: 16px 0;
      border-top: 1px solid #eee;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: center;
      align-items: center;

      div {
        display: flex;
        align-items: center;
        font-size: 12px;
      }

      .gta-btn--secondary {
        position: static;

      }



    }


  }
}
.tag-list{
  display: flex;
  flex-wrap: wrap;
}
.tag{
  color: #757575;
  border-color: #F5F5F5;
  background-color: rgba(245, 245, 245, 255);
  border-radius: 2px;
  margin-right: 8px;
  padding: 0 8px;
  font-size: 14px;
  white-space: nowrap;
}

.evaluate-section {
  padding-bottom: 24px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
}

/* 总体评分 */
.overall-rating {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.overall-rating > * {
  margin-left: 16px;
}
.overall-rating > *:first-child {
  margin-left: 0;
}
@supports (gap: 16px) {
  .overall-rating {
    gap: 16px;
  }
  .overall-rating > * {
    margin-left: 0;
  }
}

.rating-header {
  display: flex;
  align-items: baseline;
}
.rating-header > * {
  margin-left: 4px;
}
.rating-header > *:first-child {
  margin-left: 0;
}
@supports (gap: 4px) {
  .rating-header {
    gap: 4px;
  }
  .rating-header > * {
    margin-left: 0;
  }
}

.rating-header .gta-icon-manyi{
  background-image: var(--icon-url);
  background-size: cover;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  background-color: unset;
}

.rating-emoji {
  font-size: 40px;
  line-height: 1;
}

.rating-number {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.rating-max {
  font-size: 20px;
  color: #999;
  font-weight: 500;
}

.rating-info {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.rating-info > * {
  margin-bottom: 4px;
}
.rating-info > *:last-child {
  margin-bottom: 0;
}
@supports (gap: 4px) {
  .rating-info {
    gap: 4px;
  }
  .rating-info > * {
    margin-bottom: 0;
  }
}

.satisfaction-text {
  font-size: 16px;
  color: var(--color-brand);
  font-weight: 600;
}

.total-reviews {
  font-size: 14px;
  color: #999;
}

/* 细分评分 */
.sub-ratings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin-bottom: 24px;
}
.sub-ratings > * {
  margin-left: 6px;
  margin-bottom: 6px;
}
.sub-ratings > *:nth-child(1n) {
  margin-left: 0;
}
@supports (gap: 12px) {
  .sub-ratings {
    gap: 12px;
  }
  .sub-ratings > * {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.sub-rating-item {
  background: #f5f5f5;
  padding: 12px 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
.sub-rating-item > * {
  margin-bottom: 8px;
}
.sub-rating-item > *:last-child {
  margin-bottom: 0;
}
@supports (gap: 8px) {
  .sub-rating-item {
    gap: 8px;
  }
  .sub-rating-item > * {
    margin-bottom: 0;
  }
}

.sub-rating-name {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.sub-rating-value {
  font-size: 18px;
  color: #000;
  font-weight: 600;
}

/* 分隔线 */
.divider {
  height: 1px;
  background: #e0e0e0;
  margin: 24px 0;
}

/* 评价列表 */
.reviews-section {
  display: flex;
  flex-direction: column;
}
.reviews-section > * {
  margin-bottom: 24px;
}
.reviews-section > *:last-child {
  margin-bottom: 0;
}
@supports (gap: 24px) {
  .reviews-section {
    gap: 24px;
  }
  .reviews-section > * {
    margin-bottom: 0;
  }
}
.reviews-section .gta-btn--secondary{
  --color-surface-1: var(--color-surface-2, #f7f8fa);
  --color-surface-2: #fcf6f2;
  color: var(--btn-fg);
}
.reviews-section .page-container-btn{
  text-align: center;
  margin-top: 12px;
}
.reviews-section .page-container-btn .gta-btn{
  margin-right: 8px;
}
.reviews-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
}

/* 排序和筛选 */
.sort-section,
.filter-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}
.sort-section > *,
.filter-section > * {
  margin-right: 12px;
  margin-bottom: 12px;
}
@supports (gap: 12px) {
  .sort-section,
  .filter-section {
    gap: 12px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .sort-section > *,
  .filter-section > * {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.sort-label,
.filter-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

.sort-options,
.filter-options {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -8px;
}
.sort-options > *,
.filter-options > * {
  margin-right: 8px;
  margin-bottom: 8px;
}
@supports (gap: 8px) {
  .sort-options,
  .filter-options {
    gap: 8px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .sort-options > *,
  .filter-options > * {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.sort-btn,
.filter-btn {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
}
.sort-btn > *,
.filter-btn > * {
  margin-left: 6px;
}
.sort-btn > *:first-child,
.filter-btn > *:first-child {
  margin-left: 0;
}
@supports (gap: 6px) {
  .sort-btn,
  .filter-btn {
    gap: 6px;
  }
  .sort-btn > *,
  .filter-btn > * {
    margin-left: 0;
  }
}

.sort-btn,
.filter-btn {
  background: #fff;
  border: 1px solid var(--color-brand);
  border-radius: 20px;
  font-size: 14px;
  color: var(--color-brand);
  cursor: pointer;
  transition: all 0.2s;
  font-weight: 500;
}

.sort-btn:hover,
.filter-btn:hover {
  background: #fffbe6;
}

.sort-btn.active,
.filter-btn.active {
  background: var(--color-brand);
  color: #fff;
}

.sort-btn svg {
  margin-left: 2px;
}

/* 排序下拉框 */
.sort-dropdown {
  min-width: 180px;
  padding: 8px 0;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* 覆盖 popover 默认样式 */
.sort-section .gta-popover {
  background: transparent;
}

.sort-section .gta-popover-main {
  padding: 0;
  background: transparent;
  box-shadow: none;
  min-width: auto;
}

.sort-section .gta-popover-content {
  padding: 0;
}

.sort-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s;
}

.sort-dropdown-item:hover {
  background: #f5f5f5;
}

.sort-dropdown-item.active {
  background: #fffbe6;
  color: var(--color-brand);
  font-weight: 600;
  position: relative;
}

.sort-dropdown-item.active .ps-status-icon {
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 22px;
  position:absolute;
  right: 20px;
  top: 10px;
  width: 24px;
  height: 24px;
}

/* 评价列表 */
.reviews-list {
  display: flex;
  flex-direction: column;
}
.reviews-list > * {
  margin-bottom: 32px;
}
.reviews-list > *:last-child {
  margin-bottom: 0;
}
@supports (gap: 32px) {
  .reviews-list {
    gap: 32px;
  }
  .reviews-list > * {
    margin-bottom: 0;
  }
}

/* 评价列表空状态 */
.reviews-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  min-height: 180px;
}

.reviews-empty .reviews-empty-icon {
  font-size: 150px;
  margin-bottom: 20px;
  color: #999;
}

.reviews-empty .reviews-empty-text {
  font-size: 16px;
  color: #999;
  margin: 0;
}

.review-item {
  display: flex;
  flex-direction: column;
}
.review-item > * {
  margin-bottom: 12px;
}
.review-item > *:last-child {
  margin-bottom: 0;
}
@supports (gap: 12px) {
  .review-item {
    gap: 12px;
  }
  .review-item > * {
    margin-bottom: 0;
  }
}

/* 评价头部 */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.user-info {
  display: flex;
  align-items: center;
}
.user-info > * {
  margin-left: 12px;
}
.user-info > *:first-child {
  margin-left: 0;
}
@supports (gap: 12px) {
  .user-info {
    gap: 12px;
  }
  .user-info > * {
    margin-left: 0;
  }
}

.user-avatar,
.user-avatar-placeholder {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.user-avatar-placeholder {
  background: linear-gradient(135deg, var(--color-brand), var(--brand-400));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.user-details {
  display: flex;
  flex-direction: column;
}
.user-details > * {
  margin-bottom: 4px;
}
.user-details > *:last-child {
  margin-bottom: 0;
}
@supports (gap: 4px) {
  .user-details {
    gap: 4px;
  }
  .user-details > * {
    margin-bottom: 0;
  }
}

.user-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.review-date {
  font-size: 13px;
  color: #999;
}

.review-rating {
  display: flex;
  align-items: center;
}
.review-rating > * {
  margin-left: 8px;
}
.review-rating > *:first-child {
  margin-left: 0;
}
@supports (gap: 8px) {
  .review-rating {
    gap: 8px;
  }
  .review-rating > * {
    margin-left: 0;
  }
}

.review-satisfaction {
  font-size: 14px;
  color: #6b5bff;
  font-weight: 500;
}

.rating-badge {
  display: inline-block;
  padding: 2px 8px;
  background: linear-gradient(90deg, var(--color-brand), var(--brand-400));
  color: #fff;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

/* 评价内容 */
.review-content {
  font-size: 1em;
  line-height: 1.8;
  color: #333;
}

/* 评价标签 */
.review-tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -8px;
}
.review-tags > * {
  margin-right: 8px;
  margin-bottom: 8px;
}
@supports (gap: 8px) {
  .review-tags {
    gap: 8px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .review-tags > * {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.tags-label {
  font-size: 13px;
  color: #999;
  line-height: 24px;
}

.review-tag {
  display: inline-block;
  padding: 4px 12px;
  font-size: 13px;
  color: #666;
}

/* 翻译提示 */
.translation-notice {
  font-size: 13px;
  color: #999;
  font-style: italic;
}

/* 评价图片 */
.review-images {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
.review-images > * {
  margin-left: 4px;
  margin-bottom: 4px;
}
.review-images > *:nth-child(1n) {
  margin-left: 0;
}
@supports (gap: 8px) {
  .review-images {
    gap: 8px;
  }
  .review-images > * {
    margin-left: 0;
    margin-bottom: 0;
  }
}

.review-image-thumb {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s;
}

.review-image-thumb:hover {
  transform: scale(1.05);
}

/* 操作按钮 */
.review-actions {
  display: flex;
  padding-top: 8px;
}
.review-actions > * {
  margin-left: 16px;
}
.review-actions > *:first-child {
  margin-left: 0;
}
@supports (gap: 16px) {
  .review-actions {
    gap: 16px;
  }
  .review-actions > * {
    margin-left: 0;
  }
}

.review-actions.liked .action-btn{
  color: var(--color-brand);
}

.action-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: none;
  border: none;
  color: #999;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s;
}
.action-btn > * {
  margin-left: 6px;
}
.action-btn > *:first-child {
  margin-left: 0;
}
.action-btn i {
  font-size: 18px;
  position: relative;
  top: -1px;
}
@supports (gap: 6px) {
  .action-btn {
    gap: 6px;
  }
  .action-btn > * {
    margin-left: 0;
  }
}

.action-btn:hover {
  color: var(--color-brand);
}

.action-btn svg {
  width: 16px;
  height: 16px;
}

.helpful-count {
  font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
  .evaluate-section {
    padding-bottom: 16px;
  }

  .overall-rating {
    flex-direction: column;
    align-items: flex-start;
  }

  .rating-header {
    align-items: center;
  }

  .rating-number {
    font-size: 36px;
  }

  .rating-emoji {
    font-size: 32px;
  }

  .rating-max {
    font-size: 18px;
  }

  .satisfaction-text {
    font-size: 14px;
  }

  .total-reviews {
    font-size: 12px;
  }

  .sub-ratings {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-rating-name {
    font-size: 12px;
  }

  .sub-rating-value {
    font-size: 16px;
  }

  .reviews-title {
    font-size: 18px;
  }

  .sort-section,
  .filter-section {
    flex-direction: column;
    align-items: flex-start;
  }
  .sort-section > *,
  .filter-section > * {
    margin-bottom: 8px;
  }
  .sort-section > *:last-child,
  .filter-section > *:last-child {
    margin-bottom: 0;
  }
  @supports (gap: 8px) {
    .sort-section,
    .filter-section {
      gap: 8px;
    }
    .sort-section > *,
    .filter-section > * {
      margin-bottom: 0;
    }
  }

  .sort-label,
  .filter-label {
    font-size: 12px;
  }

  .sort-btn,
  .filter-btn {
    font-size: 12px;
    padding: 6px 12px;
  }

  .sort-dropdown-item {
    font-size: 12px;
  }

  .user-name {
    font-size: 12px;
  }

  .review-date {
    font-size: 11px;
  }

  .review-satisfaction {
    font-size: 12px;
  }

  .review-content {
    font-size: 0.875em;
  }

  .review-images {
    grid-template-columns: repeat(3, 1fr);
  }

  .review-image-thumb {
    height: 80px;
  }

  .action-btn {
    font-size: 11px;
  }
}

/* 遮罩层 */
.evaluate-dialog-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* 对话框容器 */
.evaluate-dialog-content {
  background: #fff;
  border-radius: 16px;
  width: 90vw;
  max-width: 1200px;
  height: 85vh;
  max-height: 800px;
  display: flex;
  overflow: hidden;
  animation: fadeInUp 0.3s ease;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* 左侧：图片预览区域 */
.evaluate-dialog-images-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #000;
  min-width: 0;
}

/* 主图 */
.evaluate-dialog-main-image {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 400px;
}

.evaluate-dialog-main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
}

/* 关闭按钮 */
.evaluate-dialog-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #999;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
  background: transparent;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.evaluate-dialog-close-btn:hover {
  color: #333;
  background: #f5f5f5;
}

/* 右侧：评论信息区域 */
.evaluate-dialog-info-section {
  width: 420px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 24px 28px;
  position: relative;
  overflow-y: auto;
  flex-shrink: 0;
}

/* 用户信息 */
.evaluate-dialog-user {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.evaluate-dialog-user > * {
  margin-left: 12px;
}
.evaluate-dialog-user > *:first-child {
  margin-left: 0;
}
@supports (gap: 12px) {
  .evaluate-dialog-user {
    gap: 12px;
  }
  .evaluate-dialog-user > * {
    margin-left: 0;
  }
}

.evaluate-dialog-avatar,
.evaluate-dialog-avatar-placeholder {
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.evaluate-dialog-avatar-placeholder {
  background: linear-gradient(135deg, #6b5bff, var(--color-brand));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.evaluate-dialog-user-info {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.evaluate-dialog-user-info > * {
  margin-bottom: 4px;
}
.evaluate-dialog-user-info > *:last-child {
  margin-bottom: 0;
}
@supports (gap: 4px) {
  .evaluate-dialog-user-info {
    gap: 4px;
  }
  .evaluate-dialog-user-info > * {
    margin-bottom: 0;
  }
}

.evaluate-dialog-user-name {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.evaluate-dialog-date {
  font-size: 12px;
  color: #999;
}

/* 评分 */
.evaluate-dialog-rating {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.evaluate-dialog-rating > * {
  margin-left: 8px;
}
.evaluate-dialog-rating > *:first-child {
  margin-left: 0;
}
@supports (gap: 8px) {
  .evaluate-dialog-rating {
    gap: 8px;
  }
  .evaluate-dialog-rating > * {
    margin-left: 0;
  }
}

.review-satisfaction {
  font-size: 14px;
  color: var(--color-brand);
  font-weight: 600;
}

.rating-badge {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(90deg, var(--color-brand), var(--brand-400));
  color: #fff;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 700;
}

/* Tags */
.evaluate-dialog-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  margin-right: -8px;
  margin-bottom: -8px;
}
.evaluate-dialog-tags > * {
  margin-right: 8px;
  margin-bottom: 8px;
}
@supports (gap: 8px) {
  .evaluate-dialog-tags {
    gap: 8px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .evaluate-dialog-tags > * {
    margin-right: 0;
    margin-bottom: 0;
  }
}

.tags-label {
  font-size: 13px;
  color: #666;
}


/* 评价内容 */
.evaluate-dialog-review-content {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
  flex: 1;
  overflow-y: auto;
}

.evaluate-dialog-main-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  user-select: none;
}

/* 导航按钮 */
.evaluate-dialog-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 10;
  color: #fff;
  font-size: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.evaluate-dialog-nav:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.4);
  transform: translateY(-50%) scale(1.1);
}

.evaluate-dialog-nav-left {
  left: 20px;
}

.evaluate-dialog-nav-right {
  right: 20px;
}

/* 图片计数器 */
.evaluate-dialog-image-counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 18px;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 600;
  z-index: 10;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* 缩略图 */
.evaluate-dialog-thumbnails {
  display: flex;
  padding: 16px 20px;
  background: #000;
  overflow-x: auto;
  justify-content: flex-start;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.evaluate-dialog-thumbnails > * {
  margin-left: 12px;
}
.evaluate-dialog-thumbnails > *:first-child {
  margin-left: 0;
}
@supports (gap: 12px) {
  .evaluate-dialog-thumbnails {
    gap: 12px;
  }
  .evaluate-dialog-thumbnails > * {
    margin-left: 0;
  }
}

.evaluate-dialog-thumbnail {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.2s;
  opacity: 0.6;
}

.evaluate-dialog-thumbnail.active {
  opacity: 1;
  border-color: #6b5bff;
  box-shadow: 0 0 0 2px rgba(107, 91, 255, 0.3);
}

.evaluate-dialog-thumbnail:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.6);
}

.evaluate-dialog-thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 动画 */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-img {
  animation-duration: 0.35s;
  animation-fill-mode: both;
}

/* 响应式设计 */
@media (max-width: 992px) {
  .evaluate-dialog-content {
    flex-direction: column;
    width: 95vw;
    max-width: 600px;
    height: 90vh;
    max-height: 90vh;
  }

  .evaluate-dialog-images-section {
    flex: 1;
    min-height: 50vh;
  }

  .evaluate-dialog-info-section {
    width: 100%;
    flex: 1;
    padding: 0;
  }

  .evaluate-dialog-user,
  .evaluate-dialog-rating,
  .evaluate-dialog-tags,
  .evaluate-dialog-review-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .evaluate-dialog-main-image {
    min-height: 300px;
  }

  .evaluate-dialog-nav {
    width: 42px;
    height: 42px;
    font-size: 24px;
  }

  .evaluate-dialog-nav-left {
    left: 15px;
  }

  .evaluate-dialog-nav-right {
    right: 15px;
  }

  .evaluate-dialog-thumbnails {
    padding: 12px 15px;
  }
  .evaluate-dialog-thumbnails > * {
    margin-left: 10px;
  }
  .evaluate-dialog-thumbnails > *:first-child {
    margin-left: 0;
  }
  @supports (gap: 10px) {
    .evaluate-dialog-thumbnails {
      gap: 10px;
    }
    .evaluate-dialog-thumbnails > * {
      margin-left: 0;
    }
  }

  .evaluate-dialog-thumbnail {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 768px) {
  .evaluate-dialog-content {
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    max-height: 100vh;
    border-radius: 0;
  }

  .evaluate-dialog-user,
  .evaluate-dialog-rating,
  .evaluate-dialog-tags,
  .evaluate-dialog-review-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .evaluate-dialog-user {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .evaluate-dialog-user > * {
    margin-left: 12px;
  }
  .evaluate-dialog-user > *:first-child {
    margin-left: 0;
  }
  @supports (gap: 12px) {
    .evaluate-dialog-user {
      gap: 12px;
    }
    .evaluate-dialog-user > * {
      margin-left: 0;
    }
  }

  .evaluate-dialog-avatar,
  .evaluate-dialog-avatar-placeholder {
    width: 48px!important;
    height: 48px!important;
    font-size: 20px;
  }

  .evaluate-dialog-user-name {
    font-size: 15px;
  }

  .evaluate-dialog-rating {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .evaluate-dialog-satisfaction {
    font-size: 14px;
  }

  .evaluate-dialog-rating-badge {
    padding: 5px 14px;
    font-size: 14px;
  }

  .evaluate-dialog-tags {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: -6px;
    margin-bottom: -6px;
  }
  .evaluate-dialog-tags > * {
    margin-right: 6px;
    margin-bottom: 6px;
  }
  @supports (gap: 6px) {
    .evaluate-dialog-tags {
      gap: 6px;
      margin-right: 0;
      margin-bottom: 0;
    }
    .evaluate-dialog-tags > * {
      margin-right: 0;
      margin-bottom: 0;
    }
  }

  .evaluate-dialog-tag {
    padding: 5px 12px;
    font-size: 12px;
  }

  .evaluate-dialog-review-content {
    font-size: 14px;
    line-height: 1.7;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .evaluate-dialog-main-image {
    min-height: 250px;
  }

  .evaluate-dialog-nav {
    width: 40px;
    height: 40px;
    font-size: 22px;
  }

  .evaluate-dialog-nav-left {
    left: 12px;
  }

  .evaluate-dialog-nav-right {
    right: 12px;
  }

  .evaluate-dialog-image-counter {
    bottom: 15px;
    padding: 6px 14px;
    font-size: 13px;
  }

  .evaluate-dialog-thumbnails {
    padding: 10px 12px;
  }
  .evaluate-dialog-thumbnails > * {
    margin-left: 8px;
  }
  .evaluate-dialog-thumbnails > *:first-child {
    margin-left: 0;
  }
  @supports (gap: 8px) {
    .evaluate-dialog-thumbnails {
      gap: 8px;
    }
    .evaluate-dialog-thumbnails > * {
      margin-left: 0;
    }
  }

  .evaluate-dialog-thumbnail {
    width: 50px;
    height: 50px;
  }

  .evaluate-dialog-close-btn {
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}

.faq-accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  overflow: hidden;
}

.faq-accordion dd {
  margin: 0;
}

.faq-acc-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  overflow: visible;
}

.faq-acc-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.faq-acc-q {
  width: 100%;
  padding: 20px 24px;
  background: #fff;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  transition: background-color 0.2s ease;
}

.faq-acc-q:hover {
  background: #fafafa;
}

.faq-acc-qtext {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  flex: 1;
}

.faq-accordion  .faq-acc-icon {
  flex-shrink: 0;
  margin-left: 12px;
  transition: transform 0.3s ease;
  color: #212121;
  font-size: 28px !important;
}

.faq-accordion  .faq-acc-icon--open {
  transform: rotate(180deg);
}

.faq-acc-q[aria-expanded="true"] {
  background: #fafafa;
}

.faq-acc-a {
  padding: 0 24px;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-acc-a--open {
  max-height: 500px;
  padding-bottom: 16px;
}

.faq-acc-atext {
  display: block;
  padding: 16px 0;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.8;
  color: #555;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.faq-acc-atext strong {
  font-weight: 700;
  color: #333;
}

/* 移动端优化 */
@media (max-width: 768px) {
  .faq-acc-q {
    padding: 16px 0px !important;
  }

  .faq-acc-qtext {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .faq-acc-a {
    padding: 0 20px 0 20px;
  }

  .faq-acc-atext {
    padding: 14px;
    font-size: 14px;
  }

 
}

.trip-header-menu {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 999;
  top: var(--gta-header-h, 60px);
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  font-size: var(--fz-sm);
  font-weight: var(--fw-medium);
  transform: translateY(-120%);
  opacity: 0;
  pointer-events: none;
  will-change: transform;
  transition: transform .18s ease, opacity .18s ease;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;

  .content {
    width: 1280px;
    margin: auto;
    padding: 0 40px;
    display: flex;

    div {
      height: 48px;
      line-height: 48px;
      padding: 0 24px;
      font-size: 16px;
      margin-bottom: -2px;
      cursor: pointer;
    }

    .active {
      color: var(--color-brand);
      border-bottom: 2px solid var(--color-brand);
    }

    div:hover {
      color: var(--color-brand);
      background: var(--brand-50);
      border-bottom: 2px solid var(--color-brand);
    }
  }
}

.trip-header-menu.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .trip-header-menu {
    top: var(--gta-header-h, 48px);

    .content {
      width: 100%;
      padding: 0 16px;
      overflow-x: auto;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;

      &::-webkit-scrollbar {
        display: none;
      }

      div {
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        font-size: 14px;
        flex: 0 0 auto;
      }

      .active {
        color: var(--color-brand);
        border-bottom: 3px solid var(--color-brand);
      }

      div:hover {
        color: var(--color-brand);
        background: var(--brand-50);
        border-bottom: 3px solid var(--color-brand);
      }
    }
  }
}
.trip-tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;

}

.trip-tips .left {
  flex: 1;
}

.trip-tips .score {
  font-size: 18px;
  font-weight: bold;
  color: #16a34a;
  margin-right: 12px;
}

.trip-tips .score-num {
  color: #212121;
  margin-right: 12px;
  cursor: pointer;
}

.trip-tips .part-num {
  color: #212121;
}

.trip-tips .tips-address {
  color: #212121;
  font-size: 14px;
}

.trip-tips .right {
  margin-left: 20px;
}

.favorite-btn {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}



.favorite-btn.favorited {
  background-color: #16a34a;
  border-color: #16a34a;
  color: #fff;
}



.favorite-btn i {
  margin-right: 8px;
}

/* 登录组件样式 */
.login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.login-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .trip-tips .left>div:first-child {
    margin-bottom: 8px;
  }
}

.fullscreen-map{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: white;
  z-index: 3000;
}

.map-close-btn {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.map-close-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .trip-mobile-bottombar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #fff;
    border-top: 1px solid var(--color-border);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    z-index: 999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.06);
  }
  .trip-mobile-bottombar-total {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .trip-mobile-bottombar-total > * {
    margin-left: 12px;
  }
  .trip-mobile-bottombar-total > *:first-child {
    margin-left: 0;
  }
  @supports (gap: 12px) {
    .trip-mobile-bottombar-total {
      gap: 12px;
    }
    .trip-mobile-bottombar-total > * {
      margin-left: 0;
    }
  }

  .trip-mobile-bottombar-price {
    cursor: pointer;
    flex: 1;
  }

  .trip-mobile-bottombar-amount {
    font-size: 20px;
    color: #212121;
    font-weight: 700;
    line-height: 1.32;
  }

  .trip-mobile-bottombar-tip {
    color: #757575;
    margin-top: 2px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }

  .trip-mobile-bottombar-actions {
    display: flex;
  }
  .trip-mobile-bottombar-actions > * {
    margin-left: 8px;
  }
  .trip-mobile-bottombar-actions > *:first-child {
    margin-left: 0;
  }
  @supports (gap: 8px) {
    .trip-mobile-bottombar-actions {
      gap: 8px;
    }
    .trip-mobile-bottombar-actions > * {
      margin-left: 0;
    }
  }

  .trip-mobile-bottombar-actions button {
    border: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    padding: 10px 12px;
    height: unset;
    border-radius: 8px;
  }
}

.trip-combo-fab {
  display: none;
}

@media (max-width: 768px) {
  .trip-combo-fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 16px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: none;
    background: var(--color-brand);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    z-index: 1001;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    transition: opacity .18s ease, transform .18s ease;
    -webkit-tap-highlight-color: transparent;
  }

  .trip-combo-fab.is-hidden {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
  }

  .trip-combo-fab.is-visible {
    opacity: 1;
    transform: translateY(0);
  }
}



/*# sourceMappingURL=website-route-trip.8d27d77e.chunk.css.map*/