/* AsiaWorld-Expo venue page styles. */

/* Moved from venues/asiaworld-expo/index.html and page-specific shared overrides. */

.venue-doc-page--asiaworld-expo .vd-seat-map-card {
    overflow: hidden;
}

.venue-doc-page--asiaworld-expo .vd-seat-map-card img {
    width: calc(100% + 28px);
    max-width: none;
    margin: -14px -14px 14px;
    object-fit: contain;
    background: #fff;
}

.venue-doc-page--asiaworld-expo .venue-section-card--profile {
    align-self: stretch;
    overflow: hidden;
    display: grid;
    grid-template-rows: 40px minmax(0, 1fr);
    height: 100%;
    padding: 18px;
    border-color: var(--vd-line);
    background: linear-gradient(180deg, #fff 0%, #fbfdff 100%);
    box-shadow: 0 8px 22px rgba(29, 53, 92, 0.045);
    align-content: stretch;
}

.venue-doc-page--asiaworld-expo .venue-section-card--profile::after {
    content: none;
}

.venue-doc-page--asiaworld-expo .venue-section-card--profile > i {
    background: #edf5ff;
    color: var(--vd-blue);
    box-shadow: none;
}

.venue-doc-page--asiaworld-expo .venue-section-card--profile h3 {
    color: var(--vd-ink);
    font-size: 17px;
    letter-spacing: 0;
}

.venue-doc-page--asiaworld-expo .venue-section-card--profile .venue-section-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 0;
    padding-top: 0;
}

.venue-doc-page--asiaworld-expo .venue-section-card--profile p {
    margin-bottom: 9px;
    color: #4e5d75;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.7;
}

.venue-doc-page--asiaworld-expo .venue-section-card--profile p:last-child {
    margin-bottom: 0;
}

.venue-doc-page--asiaworld-expo .venue-section-card--profile strong,
.venue-doc-page--asiaworld-expo .venue-section-card--profile b {
    color: #183963;
    font-weight: 950;
}

.venue-doc-page .kt-bottom-grid .vd-place-grid--with-images article {
    overflow: hidden;
    padding: 0 0 16px;
}

.venue-doc-page .kt-bottom-grid .vd-place-grid--with-images img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-bottom: 1px solid #dde6f3;
}

.venue-doc-page .kt-bottom-grid .vd-place-grid--with-images h3 {
    margin: 14px 16px 8px;
    text-align: center;
}

.venue-doc-page .kt-bottom-grid .vd-place-grid--with-images p {
    margin: 0 16px;
    text-align: center;
}

.venue-doc-page--asiaworld-expo .kt-faq-section .kt-faq-list {
    gap: 10px;
}

.venue-doc-page--asiaworld-expo .kt-faq-section details {
    overflow: visible;
    border-color: #dfe7f1;
    border-radius: 7px;
    background: #fff;
    box-shadow: none;
}

.venue-doc-page--asiaworld-expo .kt-faq-section summary,
.venue-doc-page--asiaworld-expo .kt-faq-section details[open] summary {
    min-height: 0;
    background: #fff;
}

.awe-venue-row {
              display: grid;
              grid-template-columns: 1fr 1fr;
              gap: 22px;
              margin-bottom: 22px;
            }
            .venue-doc-page--asiaworld-expo .vd-seat-zone-guide + .awe-venue-row {
              margin-top: 24px;
            }
            .awe-venue-row > .awe-venue-feature {
              margin-bottom: 0;
            }
            .awe-venue-feature {
              border: 1px solid #dfe7f1;
              border-radius: 14px;
              overflow: hidden;
              background: #fff;
              box-shadow: 0 8px 24px rgba(29, 53, 92, 0.045);
              margin-bottom: 22px;
              display: flex;
              flex-direction: column;
            }
            .awe-venue-feature-header {
              display: flex;
              align-items: center;
              gap: 12px;
              padding: 18px 22px;
              background: linear-gradient(135deg, #e8f0fe 0%, #edf4ff 100%);
              color: #1a3e6e;
            }
            .awe-venue-feature-header i {
              font-size: 22px;
              color: #3b7dd8;
            }
            .awe-venue-feature-header h3 {
              margin: 0 !important;
              padding: 0 !important;
              border: none !important;
              color: #16233c !important;
              font-size: 17px !important;
              font-weight: 900 !important;
              line-height: 1.3 !important;
            }
            .awe-venue-feature-header h3::before,
            .awe-venue-feature-header h3::after {
              display: none !important;
            }
            .awe-venue-feature-header .awe-venue-tag {
              margin-left: auto;
              padding: 4px 12px;
              border-radius: 20px;
              background: rgba(11, 87, 183, 0.1);
              color: #3b7dd8;
              font-size: 12px;
              font-weight: 700;
              letter-spacing: 0.5px;
              white-space: nowrap;
            }
            .awe-venue-feature-body {
              display: flex;
              flex-direction: column;
              flex: 1;
            }
            .awe-venue-stats {
              padding: 20px 22px;
              background: #f7fafd;
              border-bottom: 1px solid #edf2f9;
              display: flex;
              flex-direction: column;
              gap: 0;
            }
            .awe-venue-stat {
              display: flex;
              align-items: center;
              gap: 14px;
              padding: 11px 0;
              border-bottom: 1px solid #edf2f9;
            }
            .awe-venue-stat:last-child {
              border-bottom: none;
            }
            .awe-venue-stat i {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 34px;
              height: 34px;
              border-radius: 8px;
              background: #edf5ff;
              color: #0b57b7;
              font-size: 15px;
              flex-shrink: 0;
            }
            .awe-venue-stat-text {
              min-width: 0;
            }
            .awe-venue-stat-label {
              display: block;
              color: #8494a9;
              font-size: 12px;
              font-weight: 700;
              line-height: 1.3;
              margin-bottom: 2px;
            }
            .awe-venue-stat-value {
              display: block;
              color: #16233c;
              font-size: 14px;
              font-weight: 800;
              line-height: 1.4;
            }
            .awe-venue-desc {
              padding: 22px;
              display: flex;
              flex-direction: column;
              justify-content: center;
              flex: 1;
            }
            .awe-venue-desc p {
              margin: 0 0 12px !important;
              color: #4d5a70 !important;
              font-size: 14px !important;
              font-weight: 700 !important;
              line-height: 1.75 !important;
            }
            .awe-venue-desc p:last-child {
              margin-bottom: 0 !important;
            }
            @media (max-width: 1200px) {
              .awe-venue-row {
                grid-template-columns: 1fr;
              }
            }

.venue-doc-page--asiaworld-expo .venue-section-card h3::after,
            .venue-doc-page--asiaworld-expo .venue-section-card h3::before {
              display: none !important;
            }
            .venue-doc-page--asiaworld-expo .venue-section-card {
              display: grid;
              grid-template-columns: auto 1fr;
              align-items: center;
              column-gap: 12px;
            }
            .venue-doc-page--asiaworld-expo .venue-section-card > i {
              grid-column: 1;
              grid-row: 1;
              margin: 0 !important;
              padding: 0 !important;
              display: inline-flex;
              align-items: center;
              justify-content: center;
            }
            .venue-doc-page--asiaworld-expo .venue-section-card:not(.vd-sightline-card) > h3 {
              grid-column: 2;
              grid-row: 1;
              margin: 0 !important;
              padding: 0 !important;
              border: none !important;
              box-shadow: none !important;
              text-decoration: none !important;
              line-height: 1 !important;
              display: flex;
              align-items: center;
              height: 100%;
            }
            .venue-doc-page--asiaworld-expo .venue-section-card > .venue-section-card-body {
              grid-column: 1 / -1;
              grid-row: 2;
              margin-top: 16px;
            }
            .vd-card-label {
              font-family: var(--bd-ff-body), "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
              font-weight: 700 !important;
              color: #16233c !important;
              font-size: 15px !important;
            }

.vd-info {
              display: flex !important;
              flex-direction: column !important;
              justify-content: center !important;
              align-items: center !important;
              text-align: center !important;
              padding-left: 32px !important;
              padding-right: 32px !important;
            }
            .vd-info p,
            .vd-info ul,
            .vd-info li {
              font-family: var(--bd-ff-body), "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif !important;
              font-size: 15px !important;
              color: #555 !important;
              line-height: 1.6 !important;
            }
            .kt-card h3::after,
            .kt-card h3::before {
              display: none !important;
            }

.awe-exit-grid {
              display: grid;
              grid-template-columns: repeat(2, 1fr);
              gap: 16px;
              background: #f5f8fc;
              border-radius: 14px;
              padding: 20px;
            }
.awe-exit-card {
              background: #fff;
              border-radius: 10px;
              border: 1px solid #e8edf5;
              padding: 22px;
              display: flex;
              gap: 16px;
              align-items: flex-start;
            }
            .awe-exit-card-icon {
              width: 40px;
              height: 40px;
              border-radius: 10px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 17px;
              flex-shrink: 0;
            }
            .awe-exit-card-body {
              min-width: 0;
              flex: 1;
            }
            .awe-exit-card-body h3 {
              margin: 0 0 10px !important;
              padding: 0 !important;
              border: none !important;
              font-size: 16px !important;
              font-weight: 900 !important;
              color: #16233c !important;
              line-height: 1.3 !important;
            }
            .awe-exit-card-body h3::before,
            .awe-exit-card-body h3::after {
              display: none !important;
            }
            .awe-exit-card-body p,
            .awe-exit-card-body li {
              font-family:
                Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
              font-size: 14px !important;
              font-weight: 700 !important;
              line-height: 1.7 !important;
              color: #4d5a70 !important;
            }
            .awe-exit-card-body ul {
              padding-left: 18px !important;
              margin: 0 !important;
            }
            .awe-exit-card-body li {
              margin-bottom: 4px !important;
            }
            @media (max-width: 768px) {
              .awe-exit-grid {
                grid-template-columns: 1fr;
              }
            }

          .luggage-table-card {
            background: #e2e8f0;
            border: 1px solid #e2e8f0;
            border-radius: 12px;
            margin-bottom: 24px;
            overflow: hidden;
            display: grid;
            grid-template-columns: 1fr;
            gap: 1px;
          }
          .luggage-table-row {
            display: flex;
            align-items: center;
            background: #fff;
            padding: 24px;
          }
          .luggage-row-label {
            width: 110px;
            flex-shrink: 0;
            color: #1e3a8a;
            font-weight: 600;
            font-size: 16px;
          }
          .luggage-row-content {
            flex-grow: 1;
            padding-left: 24px;
          }
          .luggage-row-content ul {
            list-style-type: none;
            padding-left: 0;
            margin: 0;
          }
          .luggage-row-content li {
            position: relative;
            padding-left: 20px;
            margin-bottom: 12px;
            color: #334155;
            font-size: 15px;
            line-height: 1.5;
          }
          .luggage-row-content li:last-child {
            margin-bottom: 0;
          }
          .luggage-row-content li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #3b82f6;
          }
          .luggage-tips-box {
            background-color: #f0f9ff;
            border-radius: 12px;
            padding: 24px;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
          }
          .luggage-tip-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            gap: 12px;
          }
          .luggage-tip-item i {
            font-size: 24px;
            color: #1e3a8a;
          }
          .luggage-tip-text h4 {
            margin: 0 0 8px 0;
            color: #1e3a8a;
            font-size: 15px;
            font-weight: 600;
          }
          .luggage-tip-text p {
            margin: 0;
            color: #475569;
            font-size: 14px;
            line-height: 1.5;
          }
          @media (max-width: 768px) {
            .luggage-table-row {
              flex-direction: column;
              align-items: center;
              padding: 16px;
            }
            .luggage-row-label {
              width: 100%;
              margin-bottom: 8px;
            }
            .luggage-row-content {
              padding-left: 0;
            }
            .luggage-tips-box {
              grid-template-columns: 1fr;
            }
          }

.awe-hotel-grid {
              display: grid;
              grid-template-columns: repeat(4, 1fr);
              gap: 16px;
            }
            .awe-hotel-card {
              background: #fff;
              border: 1px solid #e8edf5;
              border-radius: 10px;
              padding: 22px 20px;
              display: flex;
              flex-direction: column;
              gap: 12px;
            }
            .awe-hotel-card-icon {
              width: 42px;
              height: 42px;
              border-radius: 10px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 18px;
            }
            .awe-hotel-card h3 {
              margin: 0 !important;
              padding: 0 !important;
              border: none !important;
              font-size: 16px !important;
              font-weight: 900 !important;
              color: #16233c !important;
              line-height: 1.3 !important;
            }
            .awe-hotel-card h3::before,
            .awe-hotel-card h3::after {
              display: none !important;
            }
            .awe-hotel-card p {
              margin: 0 !important;
              font-family:
                Arial, "Noto Sans TC", "Microsoft JhengHei", sans-serif !important;
              font-size: 14px !important;
              font-weight: 700 !important;
              line-height: 1.7 !important;
              color: #4d5a70 !important;
            }
            @media (max-width: 1100px) {
              .awe-hotel-grid {
                grid-template-columns: repeat(2, 1fr);
              }
            }
            @media (max-width: 600px) {
              .awe-hotel-grid {
                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: 14px !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;
  }
}

.vd-info {
  display: grid !important;
  grid-template-columns: 1fr auto auto 1fr;
  align-content: start;
  align-items: center !important;
  justify-content: center !important;
  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: 16px !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;
}
