.venue-detail-page {
  counter-reset: venue-section;
}
.kt-section-title > span {
  font-size: 0;
}
.kt-section-title > span::after {
  counter-increment: venue-section;
  content: counter(venue-section);
  font-size: 18px;
}
.kt-hero-content h1 .kt-title-en {
  display: block;
  margin: 7px 0 18px;
  color: #1d4f9a;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.2;
}
.vd-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.vd-info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.vd-info {
  padding: 18px 16px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fbfdff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(29, 53, 92, 0.05);
}
.vd-info i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 2px;
  border-radius: 50%;
  background: #eef5ff;
  color: #0b57b7;
  font-size: 20px;
}
.vd-info h3,
.vd-info b {
  display: block;
  margin: 8px 0 4px;
  color: #16233c;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.32;
}
.vd-info p {
  margin: 0 !important;
  font-size: 13px !important;
}
.vd-image-card img {
  display: block;
  width: 100%;
  max-height: 720px;
  object-fit: contain;
  border-radius: 7px;
}
.vd-image-card img + h3 {
  margin-top: 16px;
}
.vd-merged-intro {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e9f2;
}
.vd-merged-title,
.vd-subsection-title {
  margin: 0 0 14px;
  color: #16233c;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.4;
}
.vd-subsection-title {
  margin-top: 20px;
}
.vd-venue-highlights {
  margin-top: 18px;
  padding: 20px;
  border: 1px solid #dfe7f1;
  border-radius: 8px;
  background: #f8fbff;
  box-shadow: 0 8px 22px rgba(29, 53, 92, 0.05);
}
.vd-venue-highlights-title {
  margin: 0 0 14px;
  color: #16233c;
  font-size: 17px;
  font-weight: 950;
}
.vd-highlight-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.vd-highlight-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #33425f;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.55;
}
.vd-highlight-list i {
  flex: 0 0 auto;
  margin-top: 3px;
  color: #139455;
}
.vd-stage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}
.vd-seat-zone-guide {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid #d9e4f1;
  border-radius: 8px;
  background: #f8fafc;
}
.vd-seat-zone-table-wrap {
  overflow-x: auto;
  border: 1px solid #d7e0eb;
  border-radius: 7px;
  background: #fff;
}
.vd-seat-zone-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.vd-seat-zone-table th,
.vd-seat-zone-table td {
  padding: 13px 16px;
  border-right: 1px solid #dfe6ef;
  border-bottom: 1px solid #dfe6ef;
  text-align: left;
  vertical-align: top;
}
.vd-seat-zone-table th:last-child,
.vd-seat-zone-table td:last-child {
  border-right: 0;
}
.vd-seat-zone-table tbody tr:last-child td {
  border-bottom: 0;
}
.vd-seat-zone-table th {
  background: #eaf2fc;
  color: #173f87;
  font-size: 14px;
  font-weight: 950;
}
.vd-seat-zone-table td {
  color: #33425f;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.55;
}
.vd-seat-zone-table td:first-child {
  color: #16233c;
  font-weight: 900;
}
.vd-seat-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 14px;
}
.vd-seat-notes ul {
  margin: 0;
  padding: 16px 18px 16px 38px;
  border: 1px solid #cfe0f5;
  border-left: 4px solid #4f87c8;
  border-radius: 8px;
  background: #f3f8ff;
  color: #33425f;
  box-shadow: 0 8px 22px rgba(29, 53, 92, 0.06);
}
.vd-seat-notes li {
  padding-left: 3px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}
.vd-seat-notes li::marker {
  color: #0b57b7;
}
.vd-seat-notes li + li {
  margin-top: 8px;
}
.vd-callout {
  padding: 16px;
  border-left: 4px solid #f0a000;
  border-radius: 6px;
  background: #fff8e7;
  color: #46556c;
  font-weight: 750;
}
.vd-feature {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.vd-feature h3 {
  margin: 0 0 8px;
  color: #16233c;
  font-size: 17px;
  font-weight: 950;
  line-height: 1.32;
}
.vd-gates {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
#transport .vd-info {
  min-height: 168px;
  padding: 15px 12px;
  border-color: #dfe7f2;
  background: #fbfdff;
  box-shadow: 0 8px 22px rgba(29, 53, 92, 0.05);
}
#transport .vd-info-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
#transport .vd-subsection-title {
  margin-top: 24px;
  padding: 11px 14px;
  border: 1px solid #e1e6ed;
  border-left: 4px solid #4f87c8;
  border-radius: 7px;
  background: #f7f8fa;
  color: #16233c;
}
#transport .vd-columns .kt-card {
  border-color: #dfe5ed;
  background: #fff;
  box-shadow: 0 8px 20px rgba(29, 53, 92, 0.045);
}
.vd-entry-tips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}
.vd-entry-tip {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 18px;
  border: 0;
  border-left: 4px solid #f0a000;
  border-radius: 6px;
  background: #fff8e7;
  color: #46556c;
  font-size: 14px;
  line-height: 1.6;
}
.vd-entry-tip strong {
  display: block;
  margin-bottom: 4px;
  color: #16233c;
}
.vd-entry-tip p {
  margin: 0;
}
.vd-audience-tips {
  margin-top: 16px;
  padding: 17px 20px;
  border-left: 4px solid #f0a000;
  border-radius: 6px;
  background: #fff8e7;
  color: #46556c;
  font-size: 14px;
  line-height: 1.6;
}
.vd-audience-tips h3 {
  margin: 0 0 10px;
  color: #16233c;
  font-size: 16px;
  font-weight: 950;
}
.vd-audience-tips ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 28px;
  margin: 0;
  padding-left: 20px;
}
.vd-audience-tips li::marker {
  color: #d89500;
}
.vd-audience-tips p {
  margin: 12px 0 0;
  padding-top: 10px;
  border-top: 1px solid rgba(216, 157, 23, 0.28);
  color: #5c6676;
}
.vd-security-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.vd-security-grid .kt-card {
  border-color: #dfe5ed;
  background: #fff;
}
.vd-security-note {
  margin: 14px 0 0 !important;
  padding: 11px 13px;
  border-radius: 6px;
  background: #f3f7fc;
  color: #33425f;
  font-weight: 750;
}
.vd-prohibited-list {
  columns: 2;
  column-gap: 30px;
}
.vd-prohibited-list li {
  break-inside: avoid;
}
.vd-water-tip {
  margin-top: 16px;
  padding: 15px 18px;
  border-left: 4px solid #f0a000;
  border-radius: 6px;
  background: #fff8e7;
  color: #46556c;
  font-size: 14px;
  line-height: 1.6;
}
.vd-water-tip h3 {
  margin: 0 0 6px;
  color: #16233c;
  font-size: 16px;
  font-weight: 950;
}
.vd-water-tip p {
  margin: 3px 0 0;
}
#transport .vd-gates {
  padding: 14px;
  border: 1px solid #e0e5eb;
  border-radius: 8px;
  background: #fafbfc;
}
.vd-gate {
  padding: 14px;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
.vd-gate.red {
  background: #bf3648;
}
.vd-gate.blue {
  background: #2462a8;
}
.vd-gate.green {
  background: #218559;
}
.vd-gate.yellow {
  background: #d89d17;
}
.vd-tip-box {
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid #cfe0f5;
  border-left: 4px solid #4f87c8;
  border-radius: 8px;
  background: #f3f8ff;
  color: #33425f;
}
.vd-tip-box ul {
  margin: 0;
  padding-left: 20px;
}
.vd-tip-box li + li {
  margin-top: 6px;
}
.vd-faq-list summary h3 {
  margin: 0;
  color: #1b2b4b;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.45;
}
.vd-faq-list details[open] summary h3 {
  color: #0b57b7;
}
.vd-faq-answer-list {
  margin: -6px 0 8px;
  padding: 0 16px 0 38px;
  color: #526177;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}
.vd-faq-answer-list li::marker {
  color: #0b57b7;
}
.vd-faq-full {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 10px;
  width: 100%;
}
.vd-place-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.vd-place-grid article {
  padding: 18px;
  border: 1px solid #dde5f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(29, 53, 92, 0.05);
}
.venue-detail-page .kt-bottom-grid .vd-place-grid.vd-place-grid--with-images article {
  overflow: hidden;
  padding: 0 0 16px;
}
.venue-detail-page .kt-bottom-grid .vd-place-grid.vd-place-grid--with-images img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom: 1px solid #dde6f3;
}
.vd-place-grid h3 {
  margin: 0 0 8px;
  color: #16233c;
  font-size: 17px;
  font-weight: 950;
}
.venue-detail-page .kt-bottom-grid .vd-place-grid.vd-place-grid--with-images h3 {
  margin: 14px 16px 8px;
  text-align: center;
}
.vd-place-grid p {
  margin: 0;
}
.venue-detail-page .kt-bottom-grid .vd-place-grid.vd-place-grid--with-images p {
  margin: 0 16px;
  text-align: center;
}
.vd-footer {
  margin-top: 28px;
  padding: 28px 24px;
  background: #0d1729;
  color: #dfe8f7;
}
.vd-footer-inner {
  width: min(100%, 1500px);
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.vd-footer a {
  color: #00e4a8;
}
.vd-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: #0b57b7;
  color: #fff;
  box-shadow: 0 8px 20px rgba(11, 87, 183, 0.3);
}
.vd-merged-title {
  display: none !important;
}
.vd-name-card {
  grid-column: 1/-1;
  padding: 18px 20px;
  border: 1px solid #dfe7f2;
  border-radius: 8px;
  background: #fbfdff;
  box-shadow: 0 8px 22px rgba(29, 53, 92, 0.05);
}
.vd-name-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.vd-name-grid > div {
  padding: 10px 14px;
  text-align: center;
}
.vd-name-grid > div + div {
  border-left: 1px solid #dfe7f2;
}
.vd-name-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  border-radius: 50%;
  background: #eef5ff;
  color: #0b57b7;
  font-size: 20px;
}
.vd-name-grid h3 {
  margin: 0 0 4px;
  color: #16233c;
  font-size: 17px;
  font-weight: 950;
}
.vd-name-grid p {
  margin: 0;
  color: #526177;
  font-size: 13px;
  font-weight: 700;
}
.vd-artist-showcase {
  margin-top: 16px;
  padding: 18px 20px;
  border: 1px solid #d9e4f1;
  border-radius: 8px;
  background: #f8fbff;
}
.vd-artist-title {
  margin: 0 0 12px;
  color: #16233c;
  font-size: 17px;
  font-weight: 950;
}
.vd-artist-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}
.vd-artist-list li {
  padding: 10px 8px;
  border: 1px solid #d9e4f1;
  border-radius: 7px;
  background: #fff;
  color: #1f3d70;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 5px 14px rgba(29, 53, 92, 0.04);
}
.vd-artist-note {
  margin: 0;
  color: #526177;
  font-size: 14px;
  font-weight: 700;
}
#overview .vd-info {
  box-sizing: border-box;
  display: flex;
  min-height: 150px;
  padding: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#overview .vd-info i {
  width: 38px;
  height: 38px;
  font-size: 18px;
}
#overview .vd-info h3 {
  margin-top: 6px;
}
#overview .vd-info-grid {
  align-items: stretch;
}
.vd-info {
  display: grid;
  grid-template-columns: 1fr auto auto 1fr;
  align-content: start;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  row-gap: 10px;
}
.vd-info i {
  grid-column: 2;
  margin-bottom: 0;
}
.vd-info h3,
.vd-info b {
  grid-column: 3;
  margin: 0 !important;
  white-space: nowrap;
}
.vd-info > p,
.vd-info > ul,
.vd-info > ol {
  grid-column: 1 / -1;
  justify-self: stretch;
  margin-top: 0 !important;
  color: #4f607b !important;
  font-family: "Prompt", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  line-height: 1.48 !important;
  letter-spacing: 0 !important;
}
.vd-info > p *,
.vd-info > ul *,
.vd-info > ol * {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
@media (max-width: 991px) {
  .vd-info-grid,
  .vd-feature,
  .vd-highlight-list,
  .vd-place-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .vd-artist-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 640px) {
  .venue-detail-body .venues-page-content {
    padding-top: 96px;
  }
  .vd-info-grid,
  .vd-columns,
  .vd-stage-grid,
  .vd-feature,
  .vd-highlight-list,
  .vd-seat-notes,
  .vd-faq-full,
  .vd-place-grid,
  .vd-gates,
  .vd-entry-tips,
  .vd-name-grid {
    grid-template-columns: 1fr;
  }
  .vd-audience-tips ul {
    grid-template-columns: 1fr;
  }
  .vd-security-grid {
    grid-template-columns: 1fr;
  }
  .vd-prohibited-list {
    columns: 1;
  }
  .vd-name-grid > div + div {
    border-left: 0;
    border-top: 1px solid #dfe7f2;
  }
  .vd-artist-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .vd-venue-highlights,
  .vd-seat-zone-guide,
  .vd-artist-showcase {
    padding: 17px 16px;
  }
  .vd-footer-inner {
    flex-direction: column;
  }
  .kt-hero-content h1 {
    font-size: 34px;
  }
}

.venue-doc-page--axa-dreamland .kt-card h3,
.venue-doc-page--axa-dreamland .venue-section-card h3,
.venue-doc-page--axa-dreamland .vd-place-grid h3,
.venue-doc-page--axa-dreamland .vd-faq-list summary h3,
.venue-doc-page--axa-dreamland .vd-image-card h3,
.venue-doc-page--axa-dreamland .vd-info h3,
.venue-doc-page--axa-dreamland .vd-columns > .kt-card h3 {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  text-decoration: none !important;
  background-image: none !important;
  box-shadow: none !important;
}

.venue-doc-page--axa-dreamland .kt-card h3::before,
.venue-doc-page--axa-dreamland .kt-card h3::after,
.venue-doc-page--axa-dreamland .venue-section-card h3::before,
.venue-doc-page--axa-dreamland .venue-section-card h3::after,
.venue-doc-page--axa-dreamland .vd-place-grid h3::before,
.venue-doc-page--axa-dreamland .vd-place-grid h3::after,
.venue-doc-page--axa-dreamland .vd-faq-list summary h3::before,
.venue-doc-page--axa-dreamland .vd-faq-list summary h3::after,
.venue-doc-page--axa-dreamland .vd-image-card h3::before,
.venue-doc-page--axa-dreamland .vd-image-card h3::after,
.venue-doc-page--axa-dreamland .vd-info h3::before,
.venue-doc-page--axa-dreamland .vd-info h3::after,
.venue-doc-page--axa-dreamland .vd-columns > .kt-card h3::before,
.venue-doc-page--axa-dreamland .vd-columns > .kt-card h3::after {
  display: none !important;
  content: none !important;
}

/* 新增的座位表配置四格並排樣式 */
.axa-config-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 24px;
}
.axa-config-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 0 !important;
}
.axa-config-card .venue-section-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.axa-stage-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin-bottom: 16px;
}
.axa-stage-flow span {
  display: block;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #33425f;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.45;
}
.axa-pro-con-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.axa-pro-con-grid p {
  margin: 0 0 7px !important;
  color: #33425f !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.45 !important;
}
.axa-pro-con-grid p:last-child {
  margin-bottom: 0 !important;
}
.axa-pro-con-title {
  color: #16233c !important;
  font-weight: 950 !important;
}
.axa-pro-con-grid .fa-check-circle {
  width: 20px;
  color: #139455;
}
.axa-pro-con-grid .fa-times-circle {
  width: 20px;
  color: #d63f5b;
}
.axa-best-view-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 0;
}
.axa-sightline-grid .axa-best-view-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-content: start;
  column-gap: 12px;
}
.axa-sightline-grid .axa-best-view-card > i {
  grid-column: 1;
  grid-row: 1;
}
.axa-sightline-grid .axa-best-view-card > h3 {
  grid-column: 2;
  min-height: 40px;
  margin-bottom: 12px !important;
}
.axa-sightline-grid .axa-best-view-card > .venue-section-card-body {
  grid-column: 1 / -1;
}
@media (max-width: 991px) {
  .axa-config-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .axa-best-view-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .axa-config-grid {
    grid-template-columns: 1fr;
  }
}

/* 版面結構調整樣式 */
.axa-full-width-card {
  grid-column: 1 / -1;
}
.axa-margin-bottom {
  margin-bottom: 24px !important;
}
.axa-margin-top-zero {
  margin-top: 0 !important;
}
.axa-sightline-title {
  font-size: 24px !important;
  margin-bottom: 16px !important;
}
.axa-sightline-subtitle {
  margin-top: 0 !important;
}
.axa-sightline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.axa-sightline-grid .kt-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.axa-sightline-grid h3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px;
  color: #33425f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}
.axa-sightline-grid .venue-section-card-body {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (max-width: 991px) {
  .axa-sightline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .axa-sightline-grid {
    grid-template-columns: 1fr;
  }
}

/* 強制左對齊 */
.axa-sightline-grid .kt-card h3 {
  justify-content: flex-start !important;
  text-align: left !important;
}
.axa-sightline-grid .kt-card i {
  margin-bottom: 0 !important;
}




/* TIDES venue-section-card styles copied for AXA */
.venue-section-card-grid {
  gap: 16px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.venue-section-card {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  align-content: start;
  column-gap: 12px;
  min-width: 0;
  padding: 18px;
  background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
  box-shadow: 0 8px 22px rgba(29, 53, 92, 0.045);
  border: 1px solid #dfe7f2;
  border-radius: 8px;
}

.venue-section-card--wide {
  grid-column: span 2;
}

.venue-section-card--mini {
  background: #fcfdff;
  box-shadow: 0 5px 14px rgba(29, 53, 92, 0.03);
}

.venue-section-card > i {
  grid-column: 1;
  grid-row: 1;
  width: 40px;
  height: 40px;
  margin: 0 !important;
  font-size: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf5ff;
  color: #0b57b7;
}

.venue-section-card--mini > i {
  width: 34px;
  height: 34px;
  font-size: 15px;
}

.venue-section-card h3 {
  grid-column: 2;
  display: flex;
  align-items: center;
  min-height: 40px;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #16233c !important;
  font-size: 17px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  border-bottom: 0 !important;
}

.venue-section-card--mini h3 {
  min-height: 34px;
  font-size: 16px !important;
}

.venue-section-card > .venue-section-card-body {
  grid-column: 1 / -1;
  min-width: 0;
}

.venue-section-card p {
  color: #4e5d75;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.7;
}

.venue-section-card p.vd-card-label {
  margin: 10px 0 7px;
  color: #16233c !important;
  font-size: 14px !important;
  font-weight: 900 !important;
}

.venue-section-card p.vd-card-chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 7px 8px 0;
  padding: 6px 10px;
  border: 1px solid #d9e6f5;
  border-radius: 999px;
  background: #f7fbff;
  color: #294568;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.venue-section-card .vd-doc-list {
  margin-top: 8px;
  margin-bottom: 12px;
  border: none !important;
  background: transparent !important;
  list-style: none;
  padding: 0 !important;
}

.venue-section-card .vd-doc-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: #4e5d75;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.5;
}

.venue-section-card .vd-doc-list li::before {
  content: '\f058';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 1px;
  color: #139455;
  font-size: 16px;
}

@media (max-width: 991px) {
  .venue-section-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .venue-section-card-grid {
    grid-template-columns: 1fr;
  }
  .venue-section-card--wide {
    grid-column: auto;
  }
  .venue-section-card p.vd-card-chip {
    width: 100%;
    justify-content: flex-start;
    border-radius: 7px;
    white-space: normal;
  }
}

/* AXA Title Bold Style */
.axa-bold-title {
  font-weight: 950;
  font-family: Inter, Roboto, sans-serif;
}

/* AXA Sightline Card Layout (Overrides global venue-section-card if it exists) */
.axa-sightline-grid .venue-section-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

.axa-sightline-grid .axa-sightline-h3 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 18px !important;
  color: #33425f;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

/* Ensure the icon inside h3 behaves nicely and doesn't get grabbed by generic rules */
.axa-sightline-grid .axa-sightline-h3 i {
  font-size: 18px !important;
  margin-bottom: 0 !important;
  width: 22px !important;
  height: 22px !important;
  margin-right: 0 !important;
  background: transparent !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 22px !important;
  line-height: 1 !important;
}

.venue-doc-page--axa-dreamland .axa-sightline-grid .vd-best-view-card {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) !important;
  align-content: start !important;
  align-items: start !important;
  column-gap: 12px !important;
}

.venue-doc-page--axa-dreamland .axa-sightline-grid .vd-best-view-card > i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  border-radius: 50% !important;
  background: #edf5ff !important;
  color: #0b57b7 !important;
  font-size: 17px !important;
  line-height: 1 !important;
}

.venue-doc-page--axa-dreamland .axa-sightline-grid .vd-best-view-card > h3 {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  grid-column: 2 !important;
  grid-row: 1 !important;
  width: auto !important;
  min-height: 40px !important;
  margin: 0 0 12px !important;
  text-align: left !important;
}

.venue-doc-page--axa-dreamland .axa-sightline-grid .vd-best-view-card > .venue-section-card-body {
  grid-column: 1 / -1 !important;
  width: 100% !important;
}


/* Title and Subtitle styles copied from TIDES */
.vd-merged-intro {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e9f2;
}

.vd-seat-zone-title,
.vd-seat-notes-title {
  margin: 0 0 9px;
  color: #16233c;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
}

.hkcc-seo-subtitle {
  margin: -8px 0 18px;
  color: #4d5d77;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
}

.hkcc-seo-subtitle--compact {
  margin-top: -4px;
  margin-bottom: 14px;
}

.hkcc-seo-subtitle::before,
.hkcc-seo-subtitle::after {
  display: none !important;
  content: none !important;
}


/* Transport and Entry Guide Styles copied from TIDES */
.vd-merged-title,
.vd-subsection-title {
  margin: 0 0 14px;
  color: #16233c;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.4;
}

.vd-subsection-title {
  margin-top: 20px;
}

#transport .vd-subsection-title {
  margin-top: 24px;
  padding: 11px 14px;
  border: 1px solid #e1e6ed;
  border-left: 4px solid #4f87c8;
  border-radius: 7px;
  background: #f7f8fa;
  color: #16233c;
}

.vd-entry-tips {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}

@media (max-width: 640px) {
  .venue-detail-body .venues-page-content {
    padding-top: 96px;
  }
  .vd-info-grid,
  .vd-columns,
  .vd-stage-grid,
  .vd-feature,
  .vd-highlight-list,
  .vd-seat-notes,
  .vd-faq-full,
  .vd-place-grid,
  .vd-gates,
  .vd-entry-tips,
  .vd-name-grid {
    grid-template-columns: 1fr;
  }
  .vd-audience-tips ul {
    grid-template-columns: 1fr;
  }
  .vd-security-grid {
    grid-template-columns: 1fr;
  }
  .vd-prohibited-list {
    columns: 1;
  }
  .vd-name-grid > div + div {
    border-left: 0;
    border-top: 1px solid #dfe7f2;
  }
  .vd-artist-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .vd-venue-highlights,
  .vd-seat-zone-guide,
  .vd-artist-showcase {
    padding: 17px 16px;
  }
  .vd-footer-inner {
    flex-direction: column;
  }
  .kt-hero-content h1 {
    font-size: 34px;
  }
}

.venue-doc-page--tides .venue-section-card p.vd-card-chip,
.venue-doc-page--tides .venue-section-card p.vd-card-route {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 7px 8px 0;
  padding: 6px 10px;
  border: 1px solid #d9e6f5;
  border-radius: 999px;
  background: #f7fbff;
  color: #294568;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.venue-doc-page--tides .venue-section-card p.vd-card-route {
  display: flex;
  border-radius: 7px;
}

@media (max-width: 640px) {
  .venue-doc-page--tides .venue-section-card p.vd-card-chip,
  .venue-doc-page--tides .venue-section-card p.vd-card-route {
    width: 100%;
    justify-content: flex-start;
    border-radius: 7px;
    white-space: normal;
  }
  .venue-doc-page--tides .vd-seat-zone-guide {
    padding: 17px 16px;
  }
  .venue-doc-page--tides .vd-seat-zone-table {
    min-width: 620px;
  }
}

/* Imported hkcc transport layout for tides */
.hkcc-transport-layout {
  display: grid;
  gap: 22px;
  font-family: var(--bd-ff-body), "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif;
}

.axa-transport-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.axa-transport-pair .hkcc-transport-block {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.axa-transport-pair .hkcc-route-grid {
  grid-template-columns: 1fr;
  flex: 1;
  grid-auto-rows: minmax(0, 1fr);
}

.axa-transport-pair .hkcc-route-card {
  display: flex;
  flex-direction: column;
}

.axa-transport-pair .hkcc-route-card dl {
  align-content: center;
  flex: 1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.axa-transport-pair .hkcc-route-card dl div {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.axa-transport-pair .hkcc-route-card dt {
  min-width: 0;
  white-space: nowrap;
}

.axa-transport-pair .hkcc-route-card dd {
  min-width: 0;
}

.axa-transport-pair .hkcc-route-card dl div:nth-child(odd):last-child {
  grid-column: 1 / -1;
}

.venue-doc-page--axa-dreamland .hkcc-method-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hkcc-transport-layout :where(h3, h4, p, li, dt, dd, span, strong) {
  font-family: inherit;
}

.hkcc-transport-layout i {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
}

.hkcc-transport-block {
  padding: 20px;
  border: 1px solid #edf2f8;
  border-radius: 14px;
  background: #f5f8fc;
  box-shadow: none;
}

.hkcc-transport-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.hkcc-transport-heading > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #eef5ff;
  color: #0b57b7;
  font-size: 16px;
}

.hkcc-transport-heading h3,
.hkcc-route-card h4,
.hkcc-method-card h4,
.hkcc-entry-card h4,
.hkcc-exit-grid h4 {
  margin: 0;
  color: #10234a;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.35;
}

.hkcc-route-grid,
.hkcc-entry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hkcc-method-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hkcc-route-card,
.hkcc-entry-card,
.hkcc-method-card,
.hkcc-exit-grid article {
  padding: 20px;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  background: #fff;
}

.hkcc-route-card--featured {
  border-color: #dfe7f2;
  background: #fff;
}

.hkcc-route-card dl {
  display: grid;
  gap: 9px;
  margin: 14px 0 0;
}

.hkcc-route-title,
.hkcc-method-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-family: inherit;
  text-align: left;
}

.hkcc-route-title i,
.hkcc-method-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #eef5ff;
  color: #0b57b7;
  font-size: 14px;
}

.hkcc-route-title span {
  color: #7a4cc2;
  font-size: 16px;
  font-weight: 950;
}

.hkcc-route-title h4 {
  font-size: 22px;
}

.hkcc-route-card:nth-child(1) .hkcc-route-title i {
  background: #eaf2ff;
  color: #0b57b7;
}

.hkcc-route-card:nth-child(2) .hkcc-route-title i {
  background: #ecfbf3;
  color: #139455;
}

.hkcc-route-card:nth-child(3) .hkcc-route-title i {
  background: #fff6df;
  color: #c27a00;
}

.hkcc-route-card dl div {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 8px;
}

.hkcc-route-card dt {
  color: #173f87;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.75;
}

.hkcc-route-card dd {
  margin: 0;
  color: #4e5d75;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
}

.hkcc-method-card p,
.hkcc-transport-note,
.hkcc-exit-grid p {
  margin: 10px 0 0;
  color: #4e5d75;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
}

.hkcc-method-card:nth-child(1) .hkcc-method-title i {
  background: #eaf2ff;
  color: #0b57b7;
}

.hkcc-method-card:nth-child(2) .hkcc-method-title i {
  background: #e8fbff;
  color: #0284c7;
}

.hkcc-method-card:nth-child(3) .hkcc-method-title i {
  background: #f5efff;
  color: #7a4cc2;
}

.hkcc-method-card:nth-child(4) .hkcc-method-title i {
  background: #fff6df;
  color: #c27a00;
}

.hkcc-method-card ul,
.hkcc-icon-list,
.kt-card .hkcc-icon-list {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.hkcc-method-card li,
.hkcc-icon-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #4e5d75;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.75;
}

.hkcc-method-card li::before {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #139455;
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f058";
}

.hkcc-method-card strong {
  color: #10234a;
  font-weight: 950;
}

.hkcc-icon-list i,
.hkcc-exit-grid h4 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-top: 1px;
  border-radius: 50%;
  background: #eef5ff;
  color: #0b57b7;
  font-size: 12px;
}

.hkcc-icon-list li:nth-child(2) i {
  background: #fff6df;
  color: #c27a00;
}

.hkcc-icon-list li:nth-child(3) i {
  background: #ecfbf3;
  color: #139455;
}

.hkcc-entry-guide {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}

.hkcc-entry-guide .kt-card {
  padding: 22px;
}

.hkcc-entry-guide .kt-card h3 {
  margin: 0 0 12px;
  color: #16233c;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}

.hkcc-entry-tip-row {
  margin: 16px 0 28px;
}

.side-by-side-sections .venue-section-intro {
  margin-bottom: 16px;
}

.side-by-side-sections .venue-section-card-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.side-by-side-sections .venue-section-card {
  display: block;
  min-height: 0;
  padding: 18px;
  border: 1px solid #e8edf5;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
}

.side-by-side-sections .venue-section-card > i {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0 !important;
  vertical-align: middle;
  border-radius: 50%;
  background: #eef5ff;
  color: #0b57b7;
  font-size: 14px;
}

.side-by-side-sections .venue-section-card > h3 {
  display: inline;
  min-height: 0;
  margin: 0 !important;
  color: #10234a !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
}

.side-by-side-sections .venue-section-card > .venue-section-card-body {
  margin-top: 12px;
}

.side-by-side-sections .venue-section-card p,
.side-by-side-sections .venue-section-card li {
  color: #4e5d75;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.side-by-side-sections .venue-section-card .vd-doc-list {
  display: grid;
  gap: 7px;
  margin: 8px 0 12px;
  padding: 0 !important;
  list-style: none;
}

.side-by-side-sections .venue-section-card .vd-doc-list li {
  position: relative;
  margin: 0;
  padding-left: 22px;
}

.side-by-side-sections .venue-section-card .vd-doc-list li::before {
  content: "\f058";
  position: absolute;
  top: 1px;
  left: 0;
  color: #139455;
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro";
  font-weight: 400;
}

.side-by-side-sections .venue-section-card:has(.fa-ban),
.side-by-side-sections .venue-section-card:has(.fa-utensils) {
  background: #fff8fa;
  border-color: #f2d7df;
}

.side-by-side-sections .venue-section-card:has(.fa-ban) .vd-doc-list li::before,
.side-by-side-sections .venue-section-card:has(.fa-utensils) .vd-doc-list li::before {
  content: "×";
  top: 0;
  color: #d63f5b;
  font-family: inherit;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.2;
}

.side-by-side-sections .kt-security-grid + .kt-transport-tip {
  margin-top: 20px !important;
}

.venues-body .venue-doc-page--axa-dreamland .venue-section-intro.axa-exit-intro:not(:empty) {
  margin: 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.side-by-side-sections .kt-table-card,
.side-by-side-sections .kt-security-grid {
  margin-top: 16px;
}

@media (max-width: 991px) {
  .hkcc-seat-plan-grid--studio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hkcc-route-grid,
  .hkcc-entry-grid,
  .hkcc-exit-grid,
  .hkcc-journey-grid,
  .axa-transport-pair {
    grid-template-columns: 1fr;
  }

  .hkcc-method-grid,
  .venue-doc-page--axa-dreamland .hkcc-method-grid {
    grid-template-columns: 1fr;
  }

  .hkcc-exit-guide {
    grid-template-columns: 1fr;
  }

  .hkcc-entry-guide {
    grid-template-columns: 1fr;
  }

  .axa-transport-pair .hkcc-route-card dl {
    grid-template-columns: 1fr;
  }
}
/* Unified nearby places cards */
.venue-detail-page .kt-bottom-grid .vd-place-grid,
.venue-detail-page .kt-place-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  font-family: "Prompt", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
}

.venue-detail-page .kt-bottom-grid .vd-place-grid article,
.venue-detail-page .kt-place-grid article {
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  min-height: 0 !important;
  padding: 0 0 14px !important;
  border: 1px solid #dbe5f2 !important;
  border-radius: 8px !important;
  background: #fff !important;
  box-shadow: 0 8px 22px rgba(29, 53, 92, 0.05) !important;
  font-family: "Prompt", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
}

.venue-detail-page .kt-place-link {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  height: 100% !important;
  color: inherit !important;
  font-family: "Prompt", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
  text-decoration: none !important;
}

.venue-detail-page .kt-bottom-grid .vd-place-grid img,
.venue-detail-page .kt-place-grid img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  border: 0 !important;
  border-bottom: 1px solid #dbe5f2 !important;
  border-radius: 0 !important;
}

.venue-detail-page .kt-bottom-grid .vd-place-grid h3,
.venue-detail-page .kt-place-grid h3 {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
  min-height: 43.2px !important;
  margin: 10px 14px 4px !important;
  padding: 0 !important;
  color: #10234a !important;
  font-family: "Prompt", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
  font-size: 16px !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

.venue-detail-page .kt-bottom-grid .vd-place-grid h3::before,
.venue-detail-page .kt-bottom-grid .vd-place-grid h3::after {
  display: none !important;
  content: none !important;
}

.venue-detail-page .kt-bottom-grid .vd-place-grid p,
.venue-detail-page .kt-place-grid p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 4 !important;
  overflow: hidden !important;
  margin: 0 14px !important;
  padding: 0 !important;
  color: #43536c !important;
  font-family: "Prompt", "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
  font-size: 14px !important;
  font-weight: 760 !important;
  line-height: 1.55 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

@media (max-width: 991px) {
  .venue-detail-page .kt-bottom-grid .vd-place-grid,
  .venue-detail-page .kt-place-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .venue-detail-page .kt-bottom-grid .vd-place-grid,
  .venue-detail-page .kt-place-grid {
    grid-template-columns: 1fr !important;
  }

  .venue-detail-page .kt-bottom-grid .vd-place-grid h3,
  .venue-detail-page .kt-place-grid h3 {
    min-height: 43.2px !important;
  }
}
