/* 
 * Booking Details Page Styles
 * Aligned with modern white theme and two-column layout
 */
 
body#module-wk_transportexpress-seats .columns-container,
body#module-wk_transportexpress-passenger .columns-container,
body#module-wk_transportexpress-review .columns-container {
  background-color: #eef3f8;
}

body#module-wk_transportexpress-seats #columns,
body#module-wk_transportexpress-seats #columns.container,
body#module-wk_transportexpress-passenger #columns,
body#module-wk_transportexpress-passenger #columns.container,
body#module-wk_transportexpress-review #columns,
body#module-wk_transportexpress-review #columns.container {
  width: 100%;
  max-width: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

body#module-wk_transportexpress-seats #columns > .row,
body#module-wk_transportexpress-passenger #columns > .row,
body#module-wk_transportexpress-review #columns > .row {
  margin-right: 0;
  margin-left: 0;
}

body#module-wk_transportexpress-seats #center_column.center_column,
body#module-wk_transportexpress-passenger #center_column.center_column,
body#module-wk_transportexpress-review #center_column.center_column {
  float: none;
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.wk-te-booking-details-page {
  min-height: 100vh;
  padding-bottom: 60px;
  background: #eef3f8;
  color: #1e293b;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}

.wk-te-container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.wk-te-container h1 {
  font-size: 36px;
}

/* 1. Header Section */
.wk-te-booking-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  transform: none;
  padding: 16px 0;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  margin-top: -20px;
}

.wk-te-booking-header .wk-te-container {
  max-width: 1140px;
  margin: 0 auto;
}

.wk-te-booking-header h1 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: 700;
  color: #0f172a;
}

.wk-te-booking-title-row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wk-te-booking-title-row h1 {
  margin-bottom: 0;
}

.wk-te-booking-heading {
  min-width: 0;
}

.wk-te-booking-heading .wk-te-booking-subheader {
  margin-top: 4px;
}

.wk-te-header-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 32px;
  color: #0f172a;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
}

.wk-te-header-back::before {
  content: "\f060";
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: normal;
}

.wk-te-header-back:hover,
.wk-te-header-back:focus {
  color: #1ca89e;
  text-decoration: none;
}

.wk-te-booking-subheader {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #0f172ab2;
  font-size: 16px;
}

.wk-te-booking-header .wk-te-booking-steps--line {
  margin-top: 18px;
  margin-bottom: 0;
}

.wk-te-dot-sep {
  width: 2px;
  height: 2px;
  background: #0f172ab2;
  border-radius: 50%;
}

/* 2. Layout Grid */
.wk-te-booking-content-wrapper {
  width: 100%;
  min-height: calc(100vh - 180px);
}

.wk-te-booking-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 16px;
  align-items: start;
}

.wk-te-passenger-booking-form,
.wk-te-review-booking-form {
  max-width: 1140px;
  margin: 0 auto 42px;
}

.wk-te-page-title {
  max-width: 1140px;
  margin: 0 auto 24px;
  padding: 28px 0 0;
}

.wk-te-page-title .wk-te-page-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  color: #071729;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
}

.wk-te-page-title h1 {
  display: inline-block;
  margin: 0;
  color: #071729;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  vertical-align: middle;
}

.wk-te-page-title p {
  margin: 4px 0 0 38px;
  color: #5f6c7b;
  font-size: 14px;
}

.wk-te-booking-main {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wk-te-booking-sidebar {
  min-width: 0;
}

/* 3. Cards */
.wk-te-booking-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 23px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.wk-te-price-breakdown-sidebar {
  position: sticky;
  top: 0;
}

.wk-te-price-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 18px;
}

.wk-te-price-row,
.wk-te-price-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
}

.wk-te-price-row span,
.wk-te-price-total span,
.wk-te-price-total strong {
  min-width: 0;
}

.wk-te-price-total {
  padding-top: 14px;
  border-top: 1px solid #e2e8f0;
  font-weight: 700;
}

.wk-te-price-total strong {
  color: #0f172a;
  font-size: 30px;
  font-weight: 400;
  text-align: right;
  overflow-wrap: anywhere;
}

.wk-te-booking-actions {
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 12px;
}

.wk-te-passenger-actions {
  justify-content: flex-end;
}

.wk-te-booking-back,
.wk-te-booking-actions .wk-te-booking-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 38px;
  border: 1px solid #0f3558;
  border-radius: 7px;
  background: #fff;
  color: #0f3558;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.wk-te-booking-actions .wk-te-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 38px;
  border: 0;
  border-radius: 7px;
  background: #20aaa1;
  color: #fff;
  font-weight: 700;
}

.wk-te-booking-actions .wk-te-btn-primary:disabled {
  background: #dce3ec;
  color: #fff;
  cursor: not-allowed;
}

.wk-te-seat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px 4px 0;
  padding: 4px 8px;
  border-radius: 5px;
  background: #e8fbfa;
  color: #0f9a91;
  font-size: 12px;
  font-weight: 700;
}

.wk-te-review-preview-page .wk-te-booking-main,
.wk-te-review-preview-page .wk-te-booking-sidebar {
  align-self: start;
  min-height: 0;
  background: transparent;
}

.wk-te-review-trip-card {
  align-self: start;
  min-width: 0;
  height: auto;
  overflow: hidden;
  border: 0.8px solid #e4e9ee;
  border-radius: 16px;
  background: #fff;
}

.wk-te-review-trip-card h2 {
  margin: 0;
  padding: 16px;
  color: #0e1a25;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}

.wk-te-review-trip-body {
  display: grid;
  grid-template-columns: minmax(190px, 256px) minmax(260px, 1fr) 100px;
  gap: 32px;
  align-items: start;
  padding: 16px;
}

.wk-te-review-company {
  display: flex;
  gap: 16px;
  min-width: 0;
}

.wk-te-review-company img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 14px;
}

.wk-te-review-company strong,
.wk-te-review-route strong {
  display: block;
  color: #0e1a25;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.wk-te-review-company span,
.wk-te-review-company small,
.wk-te-review-route small,
.wk-te-review-price span {
  color: #6b7c8c;
  font-size: 12px;
  line-height: 1.5;
}

.wk-te-review-company small {
  display: block;
  margin-top: 8px;
}

.wk-te-review-company small i {
  color: #f5a524;
}

.wk-te-review-route {
  display: grid;
  grid-template-columns: 80px minmax(120px, 1fr) 80px;
  gap: 16px;
  min-width: 0;
}

.wk-te-review-route > div:last-child {
  text-align: right;
}

.wk-te-review-route span {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}

.wk-te-review-route-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding-top: 16px;
}

.wk-te-review-route-line i {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #e4e9ee;
}

.wk-te-review-route-line i:before,
.wk-te-review-route-line i:after {
  content: "";
  position: absolute;
  top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1ca89e;
}

.wk-te-review-route-line i:before {
  left: 0;
}

.wk-te-review-route-line i:after {
  right: 0;
}

.wk-te-review-amenities {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wk-te-review-amenities span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 27px;
  padding: 4px 8px;
  border: 0.8px solid #eef2f5;
  border-radius: 4px;
  background: #f6f8fa;
  color: #2a3947;
  font-size: 12px;
}

.wk-te-review-price {
  min-width: 0;
  text-align: right;
}

.wk-te-review-price strong {
  display: block;
  color: #0e1a25;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  white-space: nowrap;
}

.wk-te-review-seats {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(19, 54, 79, 0.02);
}

.wk-te-review-seats span {
  color: #000;
  font-size: 14px;
}

.wk-te-review-seats b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  min-height: 26px;
  padding: 4px 6px;
  border: 0.8px solid #eef2f5;
  border-radius: 4px;
  background: rgba(28, 168, 158, 0.1);
  color: #1ca89e;
  font-size: 12px;
}

.wk-te-review-passengers {
  padding: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.wk-te-review-passengers h3 {
  margin: 0 0 10px;
  color: #0e1a25;
  font-size: 16px;
  font-weight: 700;
}

.wk-te-review-passengers table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  color: #2a3947;
  font-size: 12px;
}

.wk-te-review-passengers th,
.wk-te-review-passengers td {
  padding: 8px;
  border-bottom: 1px solid #eef2f5;
  text-align: left;
  vertical-align: top;
  word-break: break-word;
}

.wk-te-review-passengers th {
  color: #64748b;
  font-weight: 700;
}

.wk-te-review-price-card {
  position: static;
  align-self: start;
  width: 100%;
  min-width: 0;
}

.wk-te-review-payment-btn {
  width: 100%;
  min-height: 51px;
  margin-top: 4px;
  border: 0;
  border-radius: 8px;
  background: #1ca89e;
  color: #fff;
  font-weight: 800;
}

.wk-te-passenger-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  border: 0.8px solid #e4e9ee;
  border-radius: 16px;
}

.wk-te-passenger-form h2 {
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e7eb;
  color: #0e1a25;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
}

.wk-te-passenger-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.wk-te-passenger-entry {
  position: relative;
  min-width: 0;
  padding: 0 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wk-te-passenger-entry + .wk-te-passenger-entry {
  padding-top: 16px;
}

.wk-te-passenger-entry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wk-te-passenger-entry.is-collapsed {
  padding-bottom: 16px;
}

.wk-te-passenger-entry.is-collapsed:last-child {
  padding-bottom: 0;
}

.wk-te-passenger-heading {
  margin-bottom: 18px;
}

.wk-te-passenger-entry.is-collapsed .wk-te-passenger-heading {
  margin-bottom: 0;
}

.wk-te-passenger-entry h3 {
  margin: 0 0 2px;
  color: #0e1a25;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-transform: capitalize;
}

.wk-te-passenger-entry small {
  display: block;
  color: #6b7c8c;
  font-size: 13px;
  line-height: 1.5;
}

.wk-te-passenger-collapse {
  position: absolute;
  top: 2px;
  right: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #071729;
  cursor: pointer;
}

.wk-te-passenger-collapse:before {
  content: "";
  position: absolute;
  top: 8px;
  right: 4px;
  width: 6px;
  height: 6px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(-45deg);
  transition: transform 0.18s ease;
}

.wk-te-passenger-entry.is-collapsed .wk-te-passenger-collapse:before {
  top: 6px;
  transform: rotate(135deg);
}

.wk-te-passenger-details {
  overflow: hidden;
  max-height: 220px;
  opacity: 1;
  transform: translateY(0);
  transition: max-height 0.28s ease, opacity 0.2s ease, transform 0.28s ease;
}

.wk-te-passenger-entry.is-collapsed .wk-te-passenger-details {
  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
}

.wk-te-passenger-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px 20px;
}

.wk-te-passenger-grid label,
.wk-te-passenger-gender {
  display: flex;
  min-width: 0;
  margin: 0;
  box-sizing: border-box;
}

.wk-te-passenger-grid label {
  position: relative;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  min-height: 0;
}

.wk-te-passenger-grid label > span,
.wk-te-passenger-gender legend {
  display: block;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  color: #2a3947;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  white-space: normal;
}

.wk-te-passenger-grid label > span em,
.wk-te-passenger-gender legend em {
  color: #eb5757;
  font-style: normal;
}

.wk-te-passenger-grid input[type="text"],
.wk-te-passenger-grid select,
.wk-te-passenger-gender-options {
  width: 100%;
  min-height: 36px;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
}

.wk-te-passenger-grid input[type="text"],
.wk-te-passenger-grid select {
  height: 36px;
  padding: 0 10px;
  color: #071729;
  font-size: 15px;
  line-height: 1.4;
}

.wk-te-passenger-grid input:focus,
.wk-te-passenger-grid select:focus {
  border-color: #1ca89e;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(28, 168, 158, 0.16);
}

.wk-te-passenger-gender {
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  min-inline-size: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.wk-te-passenger-gender legend {
  margin: 0;
  padding: 0;
  border: 0;
  padding-bottom: 8px;
}

.wk-te-passenger-gender-options {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 0 10px;
}

.wk-te-passenger-gender label {
  position: relative;
  flex-direction: row;
  align-items: center;
  width: auto;
  min-height: auto;
  margin: 0;
  border: 0;
  gap: 8px;
  background: transparent;
  color: #000;
  font-size: 16px;
  line-height: 1.2;
}

.wk-te-passenger-gender label > span {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.wk-te-passenger-gender input[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: inline-grid;
  flex: 0 0 18px;
  place-items: center;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  max-height: 18px;
  margin: 0;
  padding: 0 !important;
  border: 2px solid #aab8c6;
  border-radius: 50% !important;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
}

.wk-te-passenger-gender input[type="radio"]:checked {
  border-color: #20aaa1;
  background: #20aaa1;
}

.wk-te-passenger-gender input[type="radio"]:checked:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.wk-te-passenger-gender label > span {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}

.wk-te-passenger-gender input:focus,
.wk-te-passenger-gender input:active {
  outline: 0;
  box-shadow: none;
}

.wk-te-passenger-gender input:focus-visible {
  outline: 2px solid rgba(28, 168, 158, 0.28);
  outline-offset: 2px;
}
.wk-te-seat-selection-card {
  display: flex;
  gap: 18px;
  flex-direction: column;
}

.wk-te-card-head {
  margin-bottom: 0;
}

.wk-te-card-head h2 {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
}

.wk-te-card-sub {
  font-size: 13px;
  color: #64748b;
}

.wk-te-seat-input {
  display: none !important;
}

.wk-te-seat {
  border-radius: 8px !important;
  border-color: #e2e8f0 !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

.wk-te-seat.is-selected {
  background: #1ca89e !important;
  border-color: #1ca89e !important;
  color: #fff !important;
}

/* 4. Seat Selection Content */
.wk-te-seat-content {
  display: flex;
  gap: 16px;
}

.wk-te-seat-map-column {
  display: flex;
}

.wk-te-seat-selection-card .wk-te-layout-canvas--coach-card {
  overflow: hidden;
}

.wk-te-seat-selection-card .wk-te-seat-row-marker {
  left: 8px;
  align-items: center;
}

.wk-te-seat-legend-column {
  width: 180px;
  flex-shrink: 0;
}

.wk-te-legend-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wk-te-legend-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #0e1a25;
  text-transform: uppercase;
}

.wk-te-legend-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.wk-te-legend-subtitle {
  font-size: 11px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0.05em;
}

.wk-te-legend-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.wk-te-legend-item span {
  font-size: 13px;
  font-weight: 600;
  color: #2a3947;
}

.wk-te-legend-icon {
  display: inline-block;
  border: 1px solid #dfe7ef;
  border-radius: 4px;
  background: #fff;
}

.wk-te-legend-icon--seat {
  width: 16px;
  height: 16px;
}

.wk-te-legend-icon--sleeper {
  width: 16px;
  height: 32px;
}

.wk-te-dot {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}

.wk-te-dot-normal {
  border: 1px solid #dfe7ef;
  background: #fff;
}

.wk-te-dot-selected {
  background: #1ca89e;
  border: 1px solid #1ca89e;
}

.wk-te-dot-taken {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
}

/* 5. Transport Details Section */
.wk-te-transport-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wk-te-company-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
}

.wk-te-company-logo-circle {
  width: 52px;
  height: 52px;
  background: #f1f5f9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-weight: 700;
  color: #475569;
}

.wk-te-company-logo-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wk-te-company-meta h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
}

.wk-te-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
}

.wk-te-rating i {
  color: #f59e0b;
}
.wk-te-rating strong {
  color: #0f172a;
}
.wk-te-rating span {
  color: #64748b;
}

.wk-te-vehicle-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.wk-te-vehicle-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 0.72;
  border-radius: 8px;
  object-fit: cover;
}

.wk-te-trip-timeline {
  background: #1ca89e1a;
  border-radius: 12px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
  margin-bottom: 0;
}

.wk-te-timeline-point {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.wk-te-timeline-point strong {
  font-size: 22px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #0e1a25;
}

.wk-te-timeline-point:last-child {
  text-align: right;
  align-items: flex-end;
}

.wk-te-timeline-location {
  display: flex;
  flex-direction: column;
}

.wk-te-timeline-location span {
  font-size: 13px;
  font-weight: 600;
  color: #334155;
}

.wk-te-timeline-location small {
  font-size: 12px;
  color: #64748b;
}

.wk-te-timeline-path {
  flex: 1;
  height: 1px;
  background: #0f172a;
  position: relative;
  margin: 0;
}

.wk-te-timeline-path .wk-te-duration {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #6b7c8c;
  white-space: nowrap;
}

.wk-te-result-line .wk-te-duration {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  display: inline;
  white-space: normal;
}

.wk-te-details-content {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.wk-te-details-content h4 {
  margin: 0 0 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
}

.wk-te-details-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 0;
}

.wk-te-rich-text {
  font-size: 16px;
  line-height: 1.6;
  color: #475569;
  white-space: pre-line;
}

.wk-te-rich-text p {
  margin: 0 0 8px;
}

.wk-te-rich-text p:last-child {
  margin-bottom: 0;
}

.wk-te-policy-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wk-te-policy-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.wk-te-policy-list strong {
  display: block;
  color: #0f172a;
  margin-bottom: 2px;
}

.wk-te-details-section {
  padding-top: 18.8px;
}
.wk-te-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wk-te-features-grid li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #475569;
}

.wk-te-features-grid li i {
  color: #4db7a6;
  font-size: 16px;
}

.wk-te-price-breakdown-sidebar {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wk-te-price-header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.wk-te-price-header h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
/* 6. Price Breakdown Sidebar */
.wk-te-price-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.wk-te-price-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  min-width: 0;
  font-size: 13px;
  color: #475569;
}

.wk-te-price-total {
  padding-top: 15px;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  min-width: 0;
}

.wk-te-price-total span {
  min-width: 0;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
}

.wk-te-price-total strong {
  min-width: 0;
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 400;
  color: #0f172a;
  text-align: right;
  overflow-wrap: anywhere;
}

.wk-te-btn-primary {
  width: 100%;
  height: 52px;
  background: #4db7a6;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.1s;
}

.wk-te-btn-primary:active {
  transform: scale(0.98);
}

.wk-te-btn-primary:hover {
  background: #3d9b8b;
}
.wk-te-btn-primary:disabled {
  background: #e2e8f0;
  color: #ffffff;
  cursor: not-allowed;
}

.wk-te-booking-actions .wk-te-btn-primary {
  width: auto;
  height: 38px;
  min-width: 120px;
  border-radius: 7px;
}

.wk-te-book-note {
  text-align: center;
  font-size: 12px;
  color: #64748b;
}
