/* ── Reset scope ─────────────────────────────────────── */
.pmt-section,
.pmt-section * {
  box-sizing: border-box !important;
  font-family: "Noto Sans Thai", Arial, sans-serif !important;
}

/* ── Section wrapper ─────────────────────────────────── */
.pmt-section {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 24px 0 !important;
  box-shadow: none !important;
  color: #141414 !important;
}

.pmt-section .pmt-title {
  text-align: center !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  color: #141414 !important;
}

.pmt-section .pmt-title .red { color: #F62A2B !important; }

.pmt-section .pmt-subtitle {
  text-align: center !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  color: #444 !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

/* ── Columns ─────────────────────────────────────────── */
.pmt-section .pmt-package-columns {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.pmt-section .pmt-package-column {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  width: auto !important;
  background: #fff !important;
  border-radius: 20px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* ── Cards grid ──────────────────────────────────────── */
.pmt-section .pmt-cards-grid {
  padding: 16px !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  list-style: none !important;
  overflow: visible !important;
}

/* ── Product card ────────────────────────────────────── */
.pmt-section .pmt-product-card {
  width: 100% !important;
  background: #fff !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  height: auto !important;
  border: 1.5px solid #e8e8e8 !important;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08) !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  position: relative !important;
}

.pmt-section .pmt-product-card.red  { border: 2px solid #ff1d1d !important; }
.pmt-section .pmt-product-card.blue { border: 2px solid #1657ea !important; }

/* ── Card hero (replaces image-wrap) ────────────────── */
.pmt-section .pmt-card-hero {
  position: relative !important;
  border-radius: 0 !important;
  padding: 24px 16px 0 !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
}

.pmt-section .pmt-card-hero.red {
  background-color: #ffffff !important;
  background-image: url('https://www.muaythaiwifi.com/wp-content/uploads/2026/05/background_left_red_5g_800x200.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.pmt-section .pmt-card-hero.blue {
  background-color: #1657ea !important;
  background-image: url('https://www.muaythaiwifi.com/wp-content/uploads/2026/05/background_right_blue_4g_800x200.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.pmt-section .pmt-hero-content {
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
}

.pmt-section .pmt-hero-left {
  flex: 0 0 auto !important;
  min-width: 0 !important;
}

.pmt-section .pmt-hero-title {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pmt-section .pmt-card-hero.red  .pmt-hero-title { color: #08213f !important; }
.pmt-section .pmt-card-hero.blue .pmt-hero-title { color: #08213f !important; }

.pmt-section .pmt-hero-network {
  font-size: 42px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  margin: 2px 0 4px !important;
  padding: 0 !important;
}

.pmt-section .pmt-card-hero.red  .pmt-hero-network { color: #ff1d1d !important; }
.pmt-section .pmt-card-hero.blue .pmt-hero-network { color: #1248cc !important; }

.pmt-section .pmt-wifi-icon {
  width: 34px !important;
  height: 34px !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.pmt-section .pmt-hero-tagline {
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.4 !important;
}

.pmt-section .pmt-card-hero.red  .pmt-hero-tagline { color: #08213f !important; }
.pmt-section .pmt-card-hero.blue .pmt-hero-tagline { color: #08213f !important; }

.pmt-section .pmt-hero-right {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
}

.pmt-section .device-img {
  width: auto !important;
  height: 180px !important;
  max-height: 200px !important;
  object-fit: contain !important;
  display: block !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ── Corner tab (5G / 4G) ────────────────────────────── */
.pmt-section .pmt-corner-tab {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 72px !important;
  padding: 10px 8px 16px !important;
  color: #fff !important;
  text-align: center !important;
  z-index: 2 !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 86%, 0 100%) !important;
}

.pmt-section .pmt-corner-tab.red  { background: #ff1d1d !important; }
.pmt-section .pmt-corner-tab.blue { background: #1657ea !important; }

.pmt-section .pmt-corner-tab svg {
  display: block !important;
  margin: 0 auto 4px !important;
  width: 18px !important;
  height: 18px !important;
}

.pmt-section .pmt-corner-tab .pmt-net-text {
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  display: block !important;
  color: #fff !important;
}

/* ── Badge (overlay in hero) ─────────────────────────── */
.pmt-section .pmt-badge-image {
  position: absolute !important;
  top: 10px !important;
  left: 10px !important;
  z-index: 10 !important;
  display: inline-block !important;
  border-radius: 999px !important;
  padding: 3px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.pmt-section .pmt-badge-image.pmt-best-speed {
  background: #ff1d1d !important;
  color: #fff !important;
  border: 1.5px solid #ff1d1d !important;
}

.pmt-section .pmt-badge-image.pmt-best-value {
  background: rgba(255,255,255,0.92) !important;
  color: #555 !important;
  border: 1.5px solid #ccc !important;
}

/* Mobile-only badge (in card body) — hidden on desktop */
.pmt-section .pmt-badge-mobile {
  display: none !important;
}

/* Outlined badges (mobile card body) */
.pmt-section .pmt-badge-label {
  display: inline-block !important;
  border-radius: 999px !important;
  padding: 3px 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  margin: 0 0 8px !important;
  align-self: flex-start !important;
  line-height: 1.5 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.pmt-section .pmt-badge-label.pmt-best-speed {
  border: 1.5px solid #ff1d1d !important;
  color: #ff1d1d !important;
}

.pmt-section .pmt-badge-label.pmt-best-value {
  border: 1.5px solid #888 !important;
  color: #555 !important;
}

/* ── Tiered price rows ───────────────────────────────── */
.pmt-section .pmt-tiered-price {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

.pmt-section .pmt-tiered-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 10px 16px !important;
}

.pmt-section .pmt-product-card.red  .pmt-tiered-row--normal { background: #ff1d1d !important; }
.pmt-section .pmt-product-card.red  .pmt-tiered-row--bulk   { background: #CD0000 !important; }
.pmt-section .pmt-product-card.blue .pmt-tiered-row--normal { background: #1657ea !important; }
.pmt-section .pmt-product-card.blue .pmt-tiered-row--bulk   { background: #1045c8 !important; }

.pmt-section .pmt-tiered-label {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin: 0 !important;
}

.pmt-section .pmt-tiered-num {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #fff !important;
  line-height: 1 !important;
  letter-spacing: -0.5px !important;
}

.pmt-section .pmt-tiered-highlight { color: #fff !important; }

/* ── Card body ───────────────────────────────────────── */
.pmt-section .pmt-card-body {
  padding: 8px 16px 8px !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  overflow: visible !important;
}

/* ── Spec list — horizontal row ──────────────────────── */
.pmt-section .pmt-spec-list {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 0 !important;
  border-top: 1px solid #f0f0f0 !important;
  border-bottom: 1px solid #f0f0f0 !important;
}

.pmt-section .pmt-spec-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 3px !important;
  flex: 1 !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 8px 2px !important;
  text-align: center !important;
  border-right: 1px solid #f0f0f0 !important;
}

.pmt-section .pmt-spec-item:last-child {
  border-right: none !important;
}

.pmt-section .pmt-spec-icon {
  width: 22px !important;
  height: 22px !important;
  flex: 0 0 22px !important;
  color: #999 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pmt-section .pmt-spec-icon.red  { color: #ff1d1d !important; }
.pmt-section .pmt-spec-icon.blue { color: #1657ea !important; }

.pmt-section .pmt-spec-icon svg {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

.pmt-section .pmt-spec-text {
  text-align: center !important;
}

.pmt-section .pmt-spec-text small {
  display: block !important;
  font-size: 10px !important;
  color: #888 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  font-weight: 400 !important;
}

.pmt-section .pmt-spec-text strong {
  display: block !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  color: #111 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

/* ── Buy button ──────────────────────────────────────── */
.pmt-section .pmt-buy-btn {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
  align-items: center !important;
  gap: 10px !important;
  background: #ff1d1d !important;
  background-color: #ff1d1d !important;
  color: #fff !important;
  border: none !important;
  outline: none !important;
  border-radius: 999px !important;
  padding: 12px 18px !important;
  margin: 10px 0 0 !important;
  font-family: "Noto Sans Thai", Arial, sans-serif !important;
  cursor: pointer !important;
  text-align: left !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  letter-spacing: normal !important;
  transition: background 0.2s !important;
}

.pmt-section .pmt-buy-btn.blue {
  background: #1657ea !important;
  background-color: #1657ea !important;
}

.pmt-section .pmt-buy-btn:hover     { background: #ff1d1d !important; background-color: #ff1d1d !important; }
.pmt-section .pmt-buy-btn.blue:hover { background: #1248cc !important; background-color: #1248cc !important; }

.pmt-section .pmt-cart-icon {
  width: 22px !important;
  height: 22px !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.pmt-section .pmt-btn-content {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 !important;
  text-align: left !important;
}

.pmt-section .pmt-btn-main {
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  display: block !important;
  color: #fff !important;
}

.pmt-section .pmt-btn-sub {
  font-size: 11px !important;
  font-weight: 400 !important;
  opacity: 0.85 !important;
  display: block !important;
  line-height: 1.2 !important;
  color: #fff !important;
}

.pmt-section .pmt-btn-arrow {
  font-size: 22px !important;
  font-weight: 700 !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
  color: #fff !important;
}

.pmt-section .pmt-empty-box {
  display: none;
  text-align: center;
  padding: 20px 10px;
  color: #777;
  font-size: 16px;
}

/* ── Tablet 641px – 900px ───────────────────────────── */
@media (min-width: 641px) and (max-width: 900px) {
  .pmt-section .pmt-card-hero { padding: 18px 14px 0 !important; }
  .pmt-section .pmt-corner-tab          { width: 42px !important; padding: 6px 5px 12px !important; }
  .pmt-section .pmt-corner-tab svg      { width: 13px !important; height: 13px !important; }
  .pmt-section .pmt-corner-tab .pmt-net-text { font-size: 14px !important; }
  .pmt-section .pmt-hero-network { font-size: 34px !important; }
  .pmt-section .pmt-hero-title   { font-size: 14px !important; }
  .pmt-section .pmt-hero-tagline { font-size: 11px !important; }
  .pmt-section .pmt-wifi-icon    { width: 26px !important; height: 26px !important; }
  .pmt-section .device-img       { max-height: 130px !important; }
  .pmt-section .pmt-card-body    { padding: 6px 8px 6px !important; }
  .pmt-section .pmt-spec-list    { flex-wrap: wrap !important; margin: 0 !important; }
  .pmt-section .pmt-spec-item    { flex: 0 0 50% !important; padding: 5px 2px !important; gap: 2px !important; border-right: 1px solid #f0f0f0 !important; }
  .pmt-section .pmt-spec-item:nth-child(2) { border-right: none !important; }
  .pmt-section .pmt-spec-item:nth-child(3),
  .pmt-section .pmt-spec-item:nth-child(4) { border-top: 1px solid #f0f0f0 !important; }
  .pmt-section .pmt-spec-item:nth-child(4) { border-right: none !important; }
  .pmt-section .pmt-spec-icon    { width: 14px !important; height: 14px !important; flex: 0 0 14px !important; }
  .pmt-section .pmt-spec-text small  { font-size: 8px !important; }
  .pmt-section .pmt-spec-text strong { font-size: 9px !important; }
}

/* ── Mobile ≤ 640px ──────────────────────────────────── */
@media (max-width: 640px) {
  .pmt-section {
    padding: 0 10px 36px !important;
    border-radius: 16px !important;
  }

  .pmt-section .pmt-title    { font-size: 24px !important; margin-bottom: 4px !important; }
  .pmt-section .pmt-subtitle { font-size: 14px !important; margin-bottom: 14px !important; }

  .pmt-section .pmt-package-columns {
    gap: 8px !important;
    align-items: stretch !important;
  }

  .pmt-section .pmt-package-column {
    display: flex !important;
    flex-direction: column !important;
  }

  .pmt-section .pmt-cards-grid {
    padding: 6px !important;
    flex: 1 !important;
  }

  .pmt-section .pmt-product-card {
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
  }

  /* Hero mobile */
  .pmt-section .pmt-card-hero {
    padding: 4px 6px 0 !important;
    min-height: unset !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
  }

  .pmt-section .pmt-hero-content {
    display: flex !important;
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    overflow: hidden !important;
  }

  .pmt-section .pmt-hero-left {
    flex: 0 0 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  .pmt-section .pmt-hero-title     { font-size: 8px !important; }
  .pmt-section .pmt-hero-network   { font-size: 15px !important; gap: 2px !important; margin: 1px 0 1px !important; }
  .pmt-section .pmt-wifi-icon      { width: 11px !important; height: 11px !important; }
  .pmt-section .pmt-hero-tagline   { font-size: 7px !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }

  .pmt-section .pmt-hero-right {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }

  .pmt-section .device-img {
    width: auto !important;
    height: 62px !important;
    max-height: 72px !important;
    object-fit: contain !important;
  }

  /* Corner tab mobile */
  .pmt-section .pmt-corner-tab          { width: 24px !important; padding: 3px 2px 6px !important; }
  .pmt-section .pmt-corner-tab svg      { width: 7px !important; height: 7px !important; margin-bottom: 1px !important; }
  .pmt-section .pmt-corner-tab .pmt-net-text { font-size: 8px !important; }

  /* Badge mobile swap */
  .pmt-section .pmt-badge-image  { display: none !important; }
  .pmt-section .pmt-badge-mobile { display: inline-block !important; }

  .pmt-section .pmt-badge-label {
    font-size: 10px !important;
    padding: 2px 8px !important;
    margin-bottom: 6px !important;
  }

  /* Tiered price mobile */
  .pmt-section .pmt-tiered-row   { padding: 6px 8px !important; }
  .pmt-section .pmt-tiered-label { font-size: 9px !important; white-space: nowrap !important; }
  .pmt-section .pmt-tiered-num   { font-size: 15px !important; }

  /* Card body mobile */
  .pmt-section .pmt-card-body {
    flex: 1 !important;
    padding: 6px 8px 6px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  /* Spec: 2×2 grid on mobile to prevent overflow */
  .pmt-section .pmt-spec-list {
    flex-wrap: wrap !important;
    margin: 0 !important;
  }
  .pmt-section .pmt-spec-item {
    flex: 0 0 50% !important;
    padding: 5px 2px !important;
    gap: 2px !important;
    border-right: 1px solid #f0f0f0 !important;
  }
  .pmt-section .pmt-spec-item:nth-child(2)  { border-right: none !important; }
  .pmt-section .pmt-spec-item:nth-child(3),
  .pmt-section .pmt-spec-item:nth-child(4)  { border-top: 1px solid #f0f0f0 !important; }
  .pmt-section .pmt-spec-item:nth-child(4)  { border-right: none !important; }
  .pmt-section .pmt-spec-item:last-child     { border-right: none !important; }
  .pmt-section .pmt-spec-icon  { width: 14px !important; height: 14px !important; flex: 0 0 14px !important; }
  .pmt-section .pmt-spec-text small  { font-size: 8px !important; }
  .pmt-section .pmt-spec-text strong { font-size: 9px !important; }

  /* Button mobile */
  .pmt-section .pmt-buy-btn {
    padding: 8px 12px !important;
    margin-top: auto !important;
    gap: 6px !important;
  }

  .pmt-section .pmt-cart-icon { width: 16px !important; height: 16px !important; }
  .pmt-section .pmt-btn-main  { font-size: 12px !important; }
  .pmt-section .pmt-btn-sub   { font-size: 9px !important; }
  .pmt-section .pmt-btn-arrow { font-size: 16px !important; }
}

/* ══════════════════════════════════════════════════════════
   Package Table  [package_table_muaythai]
   Prefix: pmt-tw-
══════════════════════════════════════════════════════════ */
.pmt-table-wrap,
.pmt-table-wrap * {
  box-sizing: border-box;
  font-family: "Noto Sans Thai", Arial, sans-serif;
}

/* ── Hero ─────────────────────────────────────────────── */
.pmt-table-wrap .pmt-tw-hero {
  position: relative;
  background: linear-gradient(110deg, #e8d4a0 0%, #d4a870 35%, #c8805a 65%, #a06040 100%);
  padding: 22px 20px 52px;
  overflow: hidden;
}

.pmt-table-wrap .pmt-tw-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 100% at 5% 60%, rgba(210,170,80,.25) 0%, transparent 65%),
    radial-gradient(ellipse 35% 90% at 95% 50%, rgba(60,20,0,.2)  0%, transparent 70%);
  pointer-events: none;
}

.pmt-table-wrap .pmt-tw-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
}

.pmt-table-wrap .pmt-tw-hero-badge {
  position: absolute;
  top: -4px;
  right: 0;
  width: clamp(70px, 8vw, 96px);
  height: clamp(70px, 8vw, 96px);
  background: radial-gradient(circle at 38% 38%, #F62A2B, #F62A2B);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1px;
  color: #fff;
  font-size: clamp(8px, .85vw, 11px);
  font-weight: 800;
  text-align: center;
  line-height: 1.4;
  box-shadow: 0 4px 18px rgba(180,0,0,.45);
  z-index: 3;
}

.pmt-table-wrap .pmt-tw-hero-content {
  text-align: center;
  padding-right: clamp(78px, 10vw, 110px);
}

.pmt-table-wrap .pmt-tw-hero-sub {
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 600;
  color: #3a1e00;
  margin-bottom: 4px;
  letter-spacing: .4px;
}

.pmt-table-wrap .pmt-tw-hero-title {
  font-size: clamp(18px, 3vw, 38px);
  font-weight: 900;
  color: #1a0800;
  line-height: 1.15;
  margin-bottom: 12px;
}

.pmt-table-wrap .pmt-tw-hero-title .red { color: #F62A2B; }

.pmt-table-wrap .pmt-tw-gold-banner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #6b4a0d 0%, #b88a20 25%, #f0d060 50%, #b88a20 75%, #6b4a0d 100%);
  color: #fff8e0;
  font-size: clamp(11px, 1.1vw, 14px);
  font-weight: 700;
  padding: 7px 22px;
  border-radius: 6px;
  letter-spacing: .5px;
}

.pmt-table-wrap .pmt-tw-gold-banner::before,
.pmt-table-wrap .pmt-tw-gold-banner::after {
  content: "❧";
  opacity: .75;
  font-size: .85em;
}

/* ── Table section ────────────────────────────────────── */
.pmt-table-wrap .pmt-tw-section {
  max-width: 1200px;
  margin: -28px auto 0;
  padding: 0 16px;
  position: relative;
  z-index: 3;
}

.pmt-table-wrap .pmt-tw-table-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 6px 36px rgba(0,0,0,.13);
  overflow: hidden;
}

.pmt-table-wrap .pmt-tw-table-scroll {
  overflow-x: auto;
}

.pmt-table-wrap table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.pmt-table-wrap th,
.pmt-table-wrap td {
  border-right: 1px solid #e4e4e4;
  text-align: center;
  vertical-align: middle;
}

.pmt-table-wrap th:last-child,
.pmt-table-wrap td:last-child { border-right: 0; }

/* Label column */
.pmt-table-wrap .pmt-tw-col-label { width: clamp(150px, 19%, 236px); }

.pmt-table-wrap thead th.pmt-tw-col-label {
  background: #6e1414;
  padding: 12px;
}

.pmt-table-wrap .pmt-tw-th-pkg {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 700;
  white-space: nowrap;
}

.pmt-table-wrap tbody td.pmt-tw-col-label {
  padding: 0;
  border-bottom: 1px solid #e4e4e4;
}

.pmt-table-wrap .pmt-tw-label-box {
  min-height: 70px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.pmt-table-wrap .pmt-tw-row-5g td.pmt-tw-col-label .pmt-tw-label-box {
  background: linear-gradient(175deg, #fff6f6 0%, #fde0e0 100%);
}

.pmt-table-wrap .pmt-tw-row-4g td.pmt-tw-col-label .pmt-tw-label-box {
  background: linear-gradient(175deg, #f4f7ff 0%, #dce6ff 100%);
}

.pmt-table-wrap .pmt-tw-label-icon {
  width: clamp(24px, 2.5vw, 32px);
  height: clamp(24px, 2.5vw, 32px);
  object-fit: contain;
  flex-shrink: 0;
}

.pmt-table-wrap .pmt-tw-label-title {
  font-size: clamp(12px, 1.1vw, 15px);
  font-weight: 800;
  line-height: 1.2;
}

.pmt-table-wrap .pmt-tw-row-5g .pmt-tw-label-title { color: #F62A2B; }
.pmt-table-wrap .pmt-tw-row-4g .pmt-tw-label-title { color: #1250d4; }

.pmt-table-wrap .pmt-tw-label-sub {
  font-size: clamp(9px, .8vw, 11px);
  color: #777;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2px;
}

/* Day header columns */
.pmt-table-wrap thead th:not(.pmt-tw-col-label) {
  padding: 8px 4px 6px;
  background: #fff;
}

.pmt-table-wrap .pmt-tw-day-hdr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}

.pmt-table-wrap .day-ico {
  width: 20px;
  height: 20px;
  color: #5a3a10;
  margin-bottom: 1px;
}

.pmt-table-wrap .pmt-tw-day-num {
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 900;
  color: #3a2000;
  line-height: 1;
}

.pmt-table-wrap .pmt-tw-day-word {
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  color: #3a2000;
  line-height: 1;
}

.pmt-table-wrap .pmt-tw-day-th {
  font-size: clamp(9px, .8vw, 11px);
  color: #999;
  margin-top: 1px;
}

.pmt-table-wrap .pmt-tw-popular-badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #e00;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  margin-top: 4px;
  white-space: nowrap;
}

/* Popular column outline */
.pmt-table-wrap thead th.pmt-tw-col-popular {
  border-left:  2.5px solid #e00;
  border-right: 2.5px solid #e00;
  border-top:   2.5px solid #e00;
}

.pmt-table-wrap tbody td.pmt-tw-col-popular {
  border-left:  2.5px solid #e00;
  border-right: 2.5px solid #e00;
}

.pmt-table-wrap tbody tr:last-child td.pmt-tw-col-popular {
  border-bottom: 2.5px solid #e00;
}

/* Price cells */
.pmt-table-wrap tbody td:not(.pmt-tw-col-label) {
  height: 70px;
  padding: 10px 6px;
  border-bottom: 1px solid #e4e4e4;
}

.pmt-table-wrap tbody tr:last-child td { border-bottom: 0; }

.pmt-table-wrap .pmt-tw-price-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.pmt-table-wrap .pmt-tw-price-num {
  font-size: clamp(15px, 1.9vw, 26px);
  font-weight: 900;
  line-height: 1;
}

.pmt-table-wrap .pmt-tw-row-5g .pmt-tw-price-num { color: #F62A2B; }
.pmt-table-wrap .pmt-tw-row-4g .pmt-tw-price-num { color: #1250d4; }

.pmt-table-wrap .pmt-tw-price-unit {
  font-size: clamp(10px, .8vw, 12px);
  color: #999;
  font-weight: 500;
}

/* ── Footer ───────────────────────────────────────────── */
.pmt-table-wrap .pmt-tw-footer {
  max-width: 1200px;
  margin: 14px auto 0;
  padding: 0 16px 24px;
}

.pmt-table-wrap .pmt-tw-footer-card {
  background: #fff;
  border-radius: 16px;
  padding: 14px 18px;
  box-shadow: 0 2px 14px rgba(0,0,0,.08);
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pmt-table-wrap .pmt-tw-features {
  display: flex;
  gap: 16px;
  flex: 1;
  min-width: 0;
}

.pmt-table-wrap .pmt-tw-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
  min-width: 0;
}

.pmt-table-wrap .pmt-tw-feat-ico {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pmt-table-wrap .pmt-tw-feat-title {
  font-size: clamp(11px, .9vw, 13px);
  font-weight: 700;
  color: #F62A2B;
  white-space: nowrap;
}

.pmt-table-wrap .pmt-tw-feat-sub {
  font-size: clamp(9px, .75vw, 11px);
  color: #999;
  margin-top: 1px;
}

.pmt-table-wrap .pmt-tw-actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
}

.pmt-table-wrap .pmt-tw-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Noto Sans Thai", Arial, sans-serif;
  font-size: clamp(14px, 1.1vw, 16px);
  font-weight: 700;
  color: #fff;
  min-width: 180px;
  justify-content: center;
  transition: filter .15s, transform .15s;
  white-space: nowrap;
}

.pmt-table-wrap .pmt-tw-btn:hover { filter: brightness(.9); transform: translateY(-1px); }

.pmt-table-wrap .pmt-tw-btn--book { background: #F62A2B; }
.pmt-table-wrap .pmt-tw-btn--line { background: #06c755; }

.pmt-table-wrap .pmt-tw-line-ico {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.pmt-table-wrap .pmt-tw-disclaimer {
  font-size: 12px;
  color: #bbb;
  text-align: center;
  margin-top: 12px;
}

/* ── Mobile ≤ 680px ───────────────────────────────────── */
@media (max-width: 680px) {
  .pmt-table-wrap .pmt-tw-hero { padding: 28px 16px 56px; }
  .pmt-table-wrap .pmt-tw-hero-content { padding-right: clamp(84px, 24vw, 100px); }
  .pmt-table-wrap .pmt-tw-features { flex-direction: column; gap: 10px; }
  .pmt-table-wrap .pmt-tw-footer-card { flex-direction: column; align-items: stretch; }
  .pmt-table-wrap .pmt-tw-actions { flex-direction: column; }
  .pmt-table-wrap .pmt-tw-btn { width: 100%; min-width: 0; }
}
