@media (max-width: 767px) {
  body.page-booking-guides,
  body.page-booking-guide-detail {
    margin: 0 !important;
    overflow-x: hidden !important;
    background: #f1f1f1 !important;
    color: #111 !important;
    font-family: Arial, "Microsoft YaHei", sans-serif !important;
  }

  .page-booking-guides .container,
  .page-booking-guide-detail .container {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-booking-guides .yz-booking-header,
  .page-booking-guides .yz-booking-footer,
  .page-booking-guides .yz-booking-floating-tools,
  .page-booking-guide-detail .yz-booking-header,
  .page-booking-guide-detail .yz-booking-footer,
  .page-booking-guide-detail .yz-booking-floating-tools {
    display: none !important;
  }

  .page-booking-guides .yz-guide-main,
  .page-booking-guide-detail .yz-guide-detail-main {
    min-height: calc(100vh - 56px) !important;
    padding-bottom: 64px !important;
    background: #f1f1f1 !important;
  }

  .page-booking-guides .yz-guide-hero,
  .page-booking-guide-detail .yz-guide-detail-hero {
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    background: linear-gradient(90deg, #21469f, #337df0) !important;
    color: #fff !important;
  }

  .page-booking-guides .yz-guide-hero .container,
  .page-booking-guide-detail .yz-guide-detail-hero .container {
    position: relative !important;
    height: 51px !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .page-booking-guides .yz-guide-hero .container::before,
  .page-booking-guide-detail .yz-guide-detail-hero .container::before {
    content: "‹" !important;
    position: absolute !important;
    left: 17px !important;
    top: 4px !important;
    color: #fff !important;
    font-size: 36px !important;
    font-weight: 300 !important;
    line-height: 1 !important;
  }

  .page-booking-guides .yz-guide-hero .container::after {
    content: "三峡旅游资讯" !important;
  }

  .page-booking-guide-detail .yz-guide-detail-hero .container::after {
    content: "攻略详情" !important;
  }

  .page-booking-guides .yz-guide-hero .container::after,
  .page-booking-guide-detail .yz-guide-detail-hero .container::after {
    position: absolute !important;
    left: 58px !important;
    right: 52px !important;
    top: 15px !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-align: center !important;
  }

  .page-booking-guides .yz-guide-hero::after,
  .page-booking-guide-detail .yz-guide-detail-hero::after {
    content: "" !important;
    position: absolute !important;
    right: 14px !important;
    top: 13px !important;
    width: 25px !important;
    height: 25px !important;
    background: #fff !important;
    clip-path: polygon(50% 0, 100% 42%, 84% 42%, 84% 100%, 60% 100%, 60% 68%, 40% 68%, 40% 100%, 16% 100%, 16% 42%, 0 42%) !important;
  }

  .page-booking-guides .yz-guide-hero .yz-section-kicker,
  .page-booking-guides .yz-guide-hero h1,
  .page-booking-guides .yz-guide-hero p,
  .page-booking-guides .yz-guide-hero-actions,
  .page-booking-guide-detail .yz-guide-detail-hero .yz-section-kicker,
  .page-booking-guide-detail .yz-guide-detail-hero h1,
  .page-booking-guide-detail .yz-guide-detail-hero p,
  .page-booking-guide-detail .yz-guide-hero-actions {
    display: none !important;
  }

  .page-booking-guides .yz-booking-section,
  .page-booking-guide-detail .yz-booking-section {
    margin: 0 !important;
    padding: 0 20px 14px !important;
    background: #fff !important;
  }

  .page-booking-guides .yz-guide-layout,
  .page-booking-guides .yz-guide-content,
  .page-booking-guide-detail .yz-guide-detail-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 9px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-booking-guides .yz-guide-side {
    display: flex !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
    overflow-x: auto !important;
    scrollbar-width: none !important;
  }

  .page-booking-guides .yz-guide-side::-webkit-scrollbar {
    display: none !important;
  }

  .page-booking-guides .yz-guide-side a {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 72px !important;
    min-height: 62px !important;
    padding: 0 7px !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    text-align: center !important;
    white-space: normal !important;
  }

  .page-booking-guides .yz-guide-side a:first-child {
    color: #006bd6 !important;
    border-bottom: 2px solid #006bd6 !important;
  }

  .page-booking-guides .yz-guide-card,
  .page-booking-guide-detail .yz-guide-detail-article,
  .page-booking-guide-detail .yz-guide-detail-box {
    display: grid !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid #dbe5f1 !important;
    border-radius: 7px !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .page-booking-guides .yz-guide-card:not(#articles) {
    display: none !important;
  }

  .page-booking-guides #articles {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    box-shadow: none !important;
  }

  .page-booking-guides #articles > .yz-section-kicker,
  .page-booking-guides #articles > h2 {
    display: none !important;
  }

  .page-booking-guides .yz-section-kicker,
  .page-booking-guide-detail .yz-section-kicker {
    display: inline-flex !important;
    width: max-content !important;
    min-height: 24px !important;
    align-items: center !important;
    padding: 0 9px !important;
    border-radius: 999px !important;
    background: #eaf3ff !important;
    color: #0054b8 !important;
    font-size: 12px !important;
    font-weight: 700 !important;
  }

  .page-booking-guides h2,
  .page-booking-guides h3,
  .page-booking-guide-detail h1,
  .page-booking-guide-detail h2,
  .page-booking-guide-detail h3,
  .page-booking-guide-detail strong {
    margin: 0 !important;
    color: #111 !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
  }

  .page-booking-guides h2,
  .page-booking-guide-detail h1 {
    font-size: 18px !important;
  }

  .page-booking-guides h3,
  .page-booking-guide-detail h2,
  .page-booking-guide-detail h3 {
    font-size: 16px !important;
  }

  .page-booking-guides p,
  .page-booking-guides li,
  .page-booking-guide-detail p,
  .page-booking-guide-detail li {
    margin: 0 !important;
    color: #444 !important;
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  .page-booking-guides .yz-guide-link-grid,
  .page-booking-guides .yz-guide-article-grid,
  .page-booking-guides .yz-guide-faq-list,
  .page-booking-guides .yz-guide-list,
  .page-booking-guide-detail .yz-guide-related {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
  }

  .page-booking-guides .yz-guide-list {
    border-top: 0 !important;
  }

  .page-booking-guides .yz-guide-list-card {
    position: relative !important;
    display: block !important;
    margin: 0 !important;
    padding: 11px 4px 11px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid #d8d8d8 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #24384f !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  .page-booking-guides .yz-guide-list a.yz-guide-list-card {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  .page-booking-guides .yz-guide-list-card::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 17px !important;
    width: 0 !important;
    height: 0 !important;
    border-top: 5px solid transparent !important;
    border-bottom: 5px solid transparent !important;
    border-left: 6px solid #35599d !important;
  }

  .page-booking-guides .yz-guide-list-card span,
  .page-booking-guides .yz-guide-list-card p,
  .page-booking-guides .yz-guide-list-card b {
    display: none !important;
  }

  .page-booking-guides .yz-guide-list-card strong {
    display: block !important;
    margin: 0 !important;
    color: #24384f !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  .page-booking-guides .yz-guide-article-grid article,
  .page-booking-guides .yz-guide-faq-list article,
  .page-booking-guides .yz-guide-list a,
  .page-booking-guide-detail .yz-guide-related a {
    display: grid !important;
    gap: 6px !important;
    padding: 9px !important;
    border: 1px solid #edf2f7 !important;
    border-radius: 5px !important;
    background: #fff !important;
    color: #111 !important;
    text-decoration: none !important;
  }

  .page-booking-guides .yz-guide-link-grid a,
  .page-booking-guides .yz-guide-article-grid a,
  .page-booking-guide-detail .yz-booking-card-action,
  .page-booking-guide-detail .yz-booking-secondary-action {
    display: grid !important;
    place-items: center !important;
    min-height: 34px !important;
    border-radius: 5px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
  }

  .page-booking-guides .yz-guide-link-grid a,
  .page-booking-guides .yz-guide-article-grid a,
  .page-booking-guide-detail .yz-booking-card-action {
    border: 0 !important;
    background: #ff8500 !important;
    color: #fff !important;
  }

  .page-booking-guide-detail .yz-booking-secondary-action {
    border: 1px solid #2b82e6 !important;
    background: #fff !important;
    color: #1d70d6 !important;
  }

  .page-booking-guides .yz-guide-checklist {
    display: grid !important;
    gap: 7px !important;
    margin: 0 !important;
    padding-left: 18px !important;
  }

  .page-booking-guides .yz-guide-warning {
    padding: 9px !important;
    border: 1px dashed #ffd7aa !important;
    border-radius: 5px !important;
    background: #fffaf3 !important;
    color: #7a3a00 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  .page-booking-guide-detail .yz-guide-detail-aside {
    display: grid !important;
    gap: 9px !important;
  }

  .page-booking-guides .yz-booking-mobile-nav,
  .page-booking-guide-detail .yz-booking-mobile-nav {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 100 !important;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    height: 56px !important;
    padding: 0 !important;
    border: 0 !important;
    background: #0054a7 !important;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.18) !important;
  }

  .page-booking-guides .yz-booking-mobile-nav a,
  .page-booking-guide-detail .yz-booking-mobile-nav a {
    display: grid !important;
    place-items: center !important;
    align-content: center !important;
    gap: 2px !important;
    min-width: 0 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    text-decoration: none !important;
  }

  .page-booking-guides .yz-booking-mobile-nav a::before,
  .page-booking-guide-detail .yz-booking-mobile-nav a::before {
    display: block !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1 !important;
  }

  .page-booking-guides .yz-booking-mobile-nav a:nth-child(1)::before,
  .page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(1)::before { content: "⌂" !important; }
  .page-booking-guides .yz-booking-mobile-nav a:nth-child(2)::before,
  .page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(2)::before { content: "♧" !important; }
  .page-booking-guides .yz-booking-mobile-nav a:nth-child(3)::before,
  .page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(3)::before { content: "☏" !important; }
  .page-booking-guides .yz-booking-mobile-nav a:nth-child(4)::before,
  .page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(4)::before { content: "✆" !important; }
  .page-booking-guides .yz-booking-mobile-nav a:nth-child(5)::before,
  .page-booking-guide-detail .yz-booking-mobile-nav a:nth-child(5)::before { content: "▤" !important; }
}

@media (max-width: 767px) {
  body.page-booking-guides .yz-guide-hero,
  body.page-booking-guide-detail .yz-guide-detail-hero {
    position: static !important;
    margin: 0 !important;
    padding: 14px 16px 16px !important;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%) !important;
    color: #0b3472 !important;
    border-bottom: 1px solid #dbeafe !important;
  }

  body.page-booking-guides .yz-guide-hero .container,
  body.page-booking-guide-detail .yz-guide-detail-hero .container {
    position: static !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.page-booking-guides .yz-guide-top-back,
  body.page-booking-guides .yz-guide-top-home,
  body.page-booking-guide-detail .yz-guide-top-back,
  body.page-booking-guide-detail .yz-guide-top-home,
  body.page-booking-guides .yz-guide-hero::before,
  body.page-booking-guides .yz-guide-hero::after,
  body.page-booking-guides .yz-guide-hero .container::before,
  body.page-booking-guides .yz-guide-hero .container::after,
  body.page-booking-guide-detail .yz-guide-detail-hero::before,
  body.page-booking-guide-detail .yz-guide-detail-hero::after,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::before,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::after {
    content: none !important;
    display: none !important;
  }

  body.page-booking-guides .yz-guide-hero .yz-section-kicker,
  body.page-booking-guides .yz-guide-hero h1,
  body.page-booking-guides .yz-guide-hero p,
  body.page-booking-guide-detail .yz-guide-detail-hero .yz-section-kicker,
  body.page-booking-guide-detail .yz-guide-detail-hero h1,
  body.page-booking-guide-detail .yz-guide-detail-hero p {
    display: block !important;
  }

  body.page-booking-guides .yz-guide-hero .yz-section-kicker,
  body.page-booking-guide-detail .yz-guide-detail-hero .yz-section-kicker {
    margin: 0 0 6px !important;
    color: #0b66b2 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
  }

  body.page-booking-guides .yz-guide-hero h1,
  body.page-booking-guide-detail .yz-guide-detail-hero h1 {
    margin: 0 !important;
    color: #08345f !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.28 !important;
  }

  body.page-booking-guides .yz-guide-hero p,
  body.page-booking-guide-detail .yz-guide-detail-hero p {
    margin: 8px 0 0 !important;
    color: #486178 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  body.page-booking-guides .yz-guide-hero-actions,
  body.page-booking-guide-detail .yz-guide-hero-actions {
    display: flex !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 767px) {
  body.page-booking-guides .yz-guide-hero,
  body.page-booking-guide-detail .yz-guide-detail-hero {
    position: static !important;
    margin: 0 !important;
    padding: 14px 16px 16px !important;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%) !important;
    color: #0b3472 !important;
    border-bottom: 1px solid #dbeafe !important;
  }

  body.page-booking-guides .yz-guide-hero .container,
  body.page-booking-guide-detail .yz-guide-detail-hero .container {
    position: static !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.page-booking-guides .yz-guide-top-back,
  body.page-booking-guides .yz-guide-top-home,
  body.page-booking-guide-detail .yz-guide-top-back,
  body.page-booking-guide-detail .yz-guide-top-home,
  body.page-booking-guides .yz-guide-hero::before,
  body.page-booking-guides .yz-guide-hero::after,
  body.page-booking-guides .yz-guide-hero .container::before,
  body.page-booking-guides .yz-guide-hero .container::after,
  body.page-booking-guide-detail .yz-guide-detail-hero::before,
  body.page-booking-guide-detail .yz-guide-detail-hero::after,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::before,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::after {
    content: none !important;
    display: none !important;
  }

  body.page-booking-guides .yz-guide-hero .yz-section-kicker,
  body.page-booking-guides .yz-guide-hero h1,
  body.page-booking-guides .yz-guide-hero p,
  body.page-booking-guide-detail .yz-guide-detail-hero .yz-section-kicker,
  body.page-booking-guide-detail .yz-guide-detail-hero h1,
  body.page-booking-guide-detail .yz-guide-detail-hero p {
    display: block !important;
  }

  body.page-booking-guides .yz-guide-hero .yz-section-kicker,
  body.page-booking-guide-detail .yz-guide-detail-hero .yz-section-kicker {
    margin: 0 0 6px !important;
    color: #0b66b2 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
  }

  body.page-booking-guides .yz-guide-hero h1,
  body.page-booking-guide-detail .yz-guide-detail-hero h1 {
    margin: 0 !important;
    color: #08345f !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.28 !important;
  }

  body.page-booking-guides .yz-guide-hero p,
  body.page-booking-guide-detail .yz-guide-detail-hero p {
    margin: 8px 0 0 !important;
    color: #486178 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  body.page-booking-guides .yz-guide-hero-actions,
  body.page-booking-guide-detail .yz-guide-hero-actions {
    display: flex !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }
}

@media (max-width: 767px) {
  .page-booking-guides .yz-guide-hero,
  .page-booking-guide-detail .yz-guide-detail-hero {
    position: relative !important;
  }

  .page-booking-guides .yz-guide-top-back,
  .page-booking-guides .yz-guide-top-home,
  .page-booking-guide-detail .yz-guide-top-back,
  .page-booking-guide-detail .yz-guide-top-home {
    position: absolute !important;
    top: 0 !important;
    z-index: 30 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 52px !important;
    height: 50px !important;
    color: #fff !important;
    font-size: 30px !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    text-decoration: none !important;
    pointer-events: auto !important;
  }

  .page-booking-guides .yz-guide-top-back,
  .page-booking-guide-detail .yz-guide-top-back {
    left: 0 !important;
  }

  .page-booking-guides .yz-guide-top-home,
  .page-booking-guide-detail .yz-guide-top-home {
    right: 0 !important;
    font-size: 0 !important;
  }

  .page-booking-guides .yz-guide-hero .container::before,
  .page-booking-guide-detail .yz-guide-detail-hero .container::before,
  .page-booking-guides .yz-guide-hero::after,
  .page-booking-guide-detail .yz-guide-detail-hero::after {
    content: none !important;
    display: none !important;
  }

  .page-booking-guides .yz-guide-top-back,
  .page-booking-guide-detail .yz-guide-top-back {
    font-size: 34px !important;
    font-weight: 400 !important;
    line-height: 50px !important;
  }

  .page-booking-guides .yz-guide-top-home,
  .page-booking-guide-detail .yz-guide-top-home {
    font-size: 0 !important;
    line-height: 50px !important;
  }

  .page-booking-guides .yz-guide-top-home::before,
  .page-booking-guide-detail .yz-guide-top-home::before {
    content: "" !important;
    display: block !important;
    width: 26px !important;
    height: 26px !important;
    background: #fff !important;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 11.2 12 3l9 8.2v9.3a.5.5 0 0 1-.5.5H15v-6h-6v6H3.5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") center / contain no-repeat !important;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M3 11.2 12 3l9 8.2v9.3a.5.5 0 0 1-.5.5H15v-6h-6v6H3.5a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  }

  .page-booking-guide-detail .yz-guide-detail-hero .container::after {
    content: "旅游问答" !important;
  }

  .page-booking-guide-detail .yz-booking-section {
    padding: 0 0 64px !important;
    background: #f1f1f1 !important;
  }

  .page-booking-guide-detail .yz-guide-detail-layout {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .page-booking-guide-detail .yz-guide-detail-article {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .page-booking-guide-detail .yz-qa-question {
    margin: 0 !important;
    padding: 18px 16px 12px !important;
    background: #fff !important;
    border-bottom: 8px solid #efefef !important;
  }

  .page-booking-guide-detail .yz-qa-question h1 {
    margin: 0 0 8px !important;
    color: #222 !important;
    font-size: 19px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
  }

  .page-booking-guide-detail .yz-qa-question p {
    margin: 0 0 20px !important;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .page-booking-guide-detail .yz-qa-stats {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    color: #111 !important;
    font-size: 13px !important;
  }

  .page-booking-guide-detail .yz-qa-replies {
    padding: 0 16px 14px !important;
    background: #fff !important;
  }

  .page-booking-guide-detail .yz-qa-replies h2 {
    display: flex !important;
    align-items: center !important;
    height: 52px !important;
    margin: 0 !important;
    color: #333 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-left: 6px solid #ff6500 !important;
    padding-left: 9px !important;
  }

  .page-booking-guide-detail .yz-qa-reply {
    display: grid !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 14px 0 !important;
    border-top: 1px solid #eee !important;
  }

  .page-booking-guide-detail .yz-qa-avatar {
    display: grid !important;
    place-items: center !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 999px !important;
    background: #d9e7f6 !important;
    color: #1e5d9d !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .page-booking-guide-detail .yz-qa-reply-body {
    min-width: 0 !important;
  }

  .page-booking-guide-detail .yz-qa-reply-head {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    margin-bottom: 2px !important;
  }

  .page-booking-guide-detail .yz-qa-reply-head strong {
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .page-booking-guide-detail .yz-qa-reply-head em {
    padding: 1px 7px !important;
    border-radius: 999px !important;
    background: #54e700 !important;
    color: #fff !important;
    font-size: 11px !important;
    font-style: normal !important;
    font-weight: 900 !important;
  }

  .page-booking-guide-detail .yz-qa-reply-head button {
    margin-left: auto !important;
    min-width: 48px !important;
    height: 28px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #f2f2f2 !important;
    color: #333 !important;
    font-size: 13px !important;
  }

  .page-booking-guide-detail .yz-qa-reply-body small {
    display: block !important;
    margin-bottom: 8px !important;
    color: #888 !important;
    font-size: 13px !important;
  }

  .page-booking-guide-detail .yz-qa-reply h3 {
    margin: 0 0 7px !important;
    color: #333 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
  }

  .page-booking-guide-detail .yz-qa-reply p {
    margin: 0 !important;
    color: #333 !important;
    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .page-booking-guide-detail .yz-guide-detail-cta,
  .page-booking-guide-detail .yz-guide-detail-aside {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.page-booking-guides .yz-guide-hero,
  body.page-booking-guide-detail .yz-guide-detail-hero {
    position: static !important;
    margin: 0 !important;
    padding: 14px 16px 16px !important;
    background: linear-gradient(180deg, #f7fbff 0%, #fff 100%) !important;
    color: #0b3472 !important;
    border-bottom: 1px solid #dbeafe !important;
  }

  body.page-booking-guides .yz-guide-hero .container,
  body.page-booking-guide-detail .yz-guide-detail-hero .container {
    position: static !important;
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  body.page-booking-guides .yz-guide-top-back,
  body.page-booking-guides .yz-guide-top-home,
  body.page-booking-guide-detail .yz-guide-top-back,
  body.page-booking-guide-detail .yz-guide-top-home,
  body.page-booking-guides .yz-guide-hero::before,
  body.page-booking-guides .yz-guide-hero::after,
  body.page-booking-guides .yz-guide-hero .container::before,
  body.page-booking-guides .yz-guide-hero .container::after,
  body.page-booking-guide-detail .yz-guide-detail-hero::before,
  body.page-booking-guide-detail .yz-guide-detail-hero::after,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::before,
  body.page-booking-guide-detail .yz-guide-detail-hero .container::after {
    content: none !important;
    display: none !important;
  }

  body.page-booking-guides .yz-guide-hero .yz-section-kicker,
  body.page-booking-guides .yz-guide-hero h1,
  body.page-booking-guides .yz-guide-hero p,
  body.page-booking-guide-detail .yz-guide-detail-hero .yz-section-kicker,
  body.page-booking-guide-detail .yz-guide-detail-hero h1,
  body.page-booking-guide-detail .yz-guide-detail-hero p {
    display: block !important;
  }

  body.page-booking-guides .yz-guide-hero .yz-section-kicker,
  body.page-booking-guide-detail .yz-guide-detail-hero .yz-section-kicker {
    margin: 0 0 6px !important;
    color: #0b66b2 !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
  }

  body.page-booking-guides .yz-guide-hero h1,
  body.page-booking-guide-detail .yz-guide-detail-hero h1 {
    margin: 0 !important;
    color: #08345f !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    line-height: 1.28 !important;
  }

  body.page-booking-guides .yz-guide-hero p,
  body.page-booking-guide-detail .yz-guide-detail-hero p {
    margin: 8px 0 0 !important;
    color: #486178 !important;
    font-size: 13px !important;
    line-height: 1.65 !important;
  }

  body.page-booking-guides .yz-guide-hero-actions,
  body.page-booking-guide-detail .yz-guide-hero-actions {
    display: flex !important;
    gap: 8px !important;
    margin-top: 12px !important;
  }
}
