.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);
}
.vd-place-grid h3 {
  margin: 0 0 8px;
  color: #16233c;
  font-size: 17px;
  font-weight: 950;
}
.vd-place-grid p {
  margin: 0;
}
.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;
}
@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;
  }
}

