/* Packages hub + day-wise custom package builder */
.hk-pkg-hub,
.hk-custom-builder,
.hk-bw-plan,
.hk-bw-days {
  overflow: visible;
}

.hk-pkg-hub {
  padding: 0 0 4rem;
  margin-top: -1.5rem;
  background: var(--hk-sand, #f6f3ee);
}

.hk-pkg-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 1.5rem;
}

.hk-pkg-tabs__btn {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  background: #fff;
  border: 2px solid #e6ecf4;
  border-radius: 14px;
  text-decoration: none;
  color: #2b303a;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hk-pkg-tabs__btn i {
  font-size: 1.4rem;
  color: #012f63;
  margin-top: 2px;
}

.hk-pkg-tabs__btn strong {
  display: block;
  font-size: 1rem;
}

.hk-pkg-tabs__btn small {
  display: block;
  color: #6c7a89;
  margin-top: 2px;
}

.hk-pkg-tabs__btn:hover {
  border-color: #012f63;
  color: #2b303a;
}

.hk-pkg-tabs__btn.is-active {
  border-color: #012f63;
  box-shadow: 0 0 0 3px rgba(1, 47, 99, 0.12);
  background: #f5f8fc;
}

.hk-pkg-switch-link {
  font-size: 0.9rem;
  color: #012f63;
  text-decoration: none;
}

.hk-results-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 1rem 0 1.25rem;
}

@media (max-width: 767.98px) {
  .hk-pkg-tabs { grid-template-columns: 1fr; }
}

/* Builder */
.hk-custom-builder__intro {
  margin-bottom: 1.25rem;
}

.hk-custom-builder__intro h2 {
  font-size: 1.5rem;
  margin-bottom: 0.35rem;
  color: #012f63;
}

.hk-custom-builder__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.hk-cb-card {
  background: #fff;
  border: 1px solid #e6ecf4;
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 6px 18px rgba(1, 47, 99, 0.04);
}

.hk-cb-card h3 {
  font-size: 1.05rem;
  margin-bottom: 1rem;
  color: #012f63;
}

.hk-cb-days-head__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.hk-cb-days-stepper {
  display: flex;
  align-items: center;
  gap: 8px;
}

.hk-cb-days-stepper .form-control {
  max-width: 64px;
  font-weight: 700;
}

.hk-cb-stepper-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  background: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  color: #012f63;
  line-height: 1;
}

.hk-cb-stepper-btn:hover:not(:disabled) {
  background: #012f63;
  color: #fff;
  border-color: #012f63;
}

.hk-cb-stepper-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.hk-cb-add-day-btn {
  white-space: nowrap;
  font-weight: 600;
}

.hk-cb-day-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed #e6ecf4;
}

.hk-cb-pax-trigger {
  height: 45px;
  cursor: pointer;
  border: 1px solid #cbd5e1;
  padding: 0 1rem;
}

.hk-cb-summary__meta {
  font-size: 0.85rem;
  color: #6c7a89;
  margin: -4px 0 12px;
  font-weight: 600;
}

/* Match transfer passenger counter buttons */
.hk-custom-builder .passengers-counter-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #cbd5e1;
  background: #fff;
  color: #012f63;
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0;
}

.hk-custom-builder .passengers-counter-btn:hover:not(:disabled) {
  background: #012f63;
  color: #fff;
  border-color: #012f63;
}

.hk-custom-builder .passengers-counter-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.hk-custom-builder .passengers-counter-value {
  min-width: 24px;
  text-align: center;
  font-weight: 700;
  color: #2b303a;
}

body.hk-theme-classic .hk-cb-stepper-btn:hover:not(:disabled),
body.hk-theme-classic .hk-custom-builder .passengers-counter-btn:hover:not(:disabled) {
  background: #1a3c34;
  border-color: #1a3c34;
}

.hk-cb-days-head h3 { margin: 0; }

.hk-cb-day-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.hk-cb-day-tab {
  border: 1px solid #cfd8e6;
  background: #fff;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hk-cb-day-tab.is-active {
  background: #012f63;
  border-color: #012f63;
  color: #fff;
}

.hk-cb-day-tab__count {
  background: #F47B20;
  color: #fff;
  border-radius: 999px;
  min-width: 18px;
  height: 18px;
  font-size: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.hk-cb-day-tab.is-active .hk-cb-day-tab__count {
  background: #fff;
  color: #012f63;
}

.hk-cb-add-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.hk-bw-picker__tools {
  margin-bottom: 12px;
}

.hkcb-transfer-picker .hk-bw-picker__tools {
  display: grid;
  grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
  gap: 8px;
}

@media (max-width: 575.98px) {
  .hkcb-transfer-picker .hk-bw-picker__tools {
    grid-template-columns: 1fr;
  }
}

.hk-cb-catalog {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 14px;
  max-height: 28rem;
  overflow-y: auto;
  padding: 2px 4px 8px 2px;
  align-content: start;
}

.hk-cb-catalog-empty {
  margin: 0 0 4px;
}

.hk-cb-catalog-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hk-cb-catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.hk-cb-catalog-card.is-arrival {
  border-color: #bcd0ea;
}

.hk-cb-catalog-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dfe6ec;
}

.hk-cb-catalog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.hk-cb-catalog-card:hover .hk-cb-catalog-card__media img {
  transform: scale(1.04);
}

.hk-cb-catalog-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #012f63;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.28rem 0.5rem;
  border-radius: 3px;
}

.hk-cb-catalog-card__body {
  padding: 0.85rem 0.95rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.hk-cb-catalog-card__title {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #012f63;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.5em;
}

.hk-cb-catalog-card__meta {
  margin: 0;
  font-size: 0.78rem;
  color: #6c7a89;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hk-cb-catalog-card__meta i {
  color: #F47B20;
  margin-right: 4px;
}

.hk-cb-catalog-card__foot {
  margin-top: auto;
  padding-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}

.hk-cb-catalog-card__price {
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
  font-weight: 700;
  color: #012f63;
  line-height: 1.2;
}

.hk-cb-catalog-card__price small {
  font-size: 0.68rem;
  font-weight: 600;
  color: #8a97a8;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.hk-cb-catalog-card__btn {
  border: 0;
  border-radius: 4px;
  background: #F47B20;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 7px 14px;
  white-space: nowrap;
}

.hk-cb-catalog-card__btn:hover {
  background: #d96a15;
}

body.hk-theme-classic .hk-cb-catalog-card__title,
body.hk-theme-classic .hk-cb-catalog-card__price {
  color: #1a3c34;
}

body.hk-theme-classic .hk-cb-catalog-card__badge {
  background: #1a3c34;
}

body.hk-theme-classic .hk-cb-catalog-card.is-arrival {
  border-color: #a8c4b8;
}

.hk-cb-item {
  border: 1px solid #e6ecf4;
  border-radius: 12px;
  padding: 12px;
  margin-top: 12px;
  background: #fafbfd;
}

.hk-cb-item__head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.hk-cb-item__title {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hk-cb-item__title img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 8px;
}

.hk-cb-item__title strong { display: block; font-size: 0.95rem; }
.hk-cb-item__title small { color: #6c7a89; }

.hk-cb-item__remove {
  border: 0;
  background: transparent;
  color: #c92a2a;
  font-size: 1rem;
}

.hk-cb-item__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.hk-cb-field label,
.hk-cb-spots > label {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #6c7a89;
  margin-bottom: 4px;
}

.hk-cb-spots {
  grid-column: 1 / -1;
}

.hk-cb-spots__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 6px;
}

.hk-cb-spot {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid #e6ecf4;
  border-radius: 8px;
  padding: 8px;
  font-size: 0.85rem;
  cursor: pointer;
}

.hk-cb-spot em {
  color: #012f63;
  font-style: normal;
  font-weight: 700;
}

.hk-cb-item__price {
  grid-column: 1 / -1;
  font-weight: 700;
  color: #012f63;
  padding-top: 4px;
}

.hk-cb-item__price.is-error { color: #c92a2a; }

.hk-custom-builder__aside {
  position: sticky;
  top: 100px;
}

.hk-cb-summary__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 0.85rem;
  padding: 6px 0;
  border-bottom: 1px dashed #e6ecf4;
}

.hk-cb-summary__totals {
  margin-top: 12px;
  display: grid;
  gap: 6px;
}

.hk-cb-summary__totals > div {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

.hk-cb-summary__grand {
  font-size: 1.05rem !important;
  padding-top: 8px;
  border-top: 2px solid #012f63;
  color: #012f63;
}

.hk-cb-summary__hint {
  font-size: 0.75rem;
  color: #6c7a89;
  margin: 10px 0;
}

.hk-cb-add-btn {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: #F47B20;
  color: #fff;
  font-weight: 700;
  padding: 12px 14px;
}

.hk-cb-add-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.hk-cb-error {
  margin-top: 10px;
  color: #c92a2a;
  font-size: 0.85rem;
}

/* Transfer city / route boxes */
.hk-cb-transfer-section {
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e8edf3;
}

.hk-cb-section-head {
  margin-bottom: 0.75rem;
}

.hk-cb-section-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #012f63;
  display: flex;
  align-items: center;
  gap: 8px;
}

.hk-cb-section-hint {
  margin: 4px 0 0;
  font-size: 0.82rem;
  color: #6c7a89;
}

.hk-cb-transfer-boxes {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 12px;
}

.hk-cb-transfer-box {
  background: #fff;
  border: 1px solid #e6ecf4;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hk-cb-transfer-box.is-arrival {
  border-color: #bcd0ea;
}

.hk-cb-transfer-box:hover {
  border-color: #012f63;
  box-shadow: 0 4px 14px rgba(1, 47, 99, 0.08);
}

.hk-cb-transfer-box__media {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #eef2f7;
}

.hk-cb-transfer-box__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hk-cb-transfer-box__badge {
  position: absolute;
  left: 8px;
  top: 8px;
  background: rgba(1, 47, 99, 0.92);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 6px;
}

.hk-cb-transfer-box__body {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}

.hk-cb-transfer-box__body strong {
  font-size: 0.92rem;
  color: #2b303a;
  line-height: 1.3;
}

.hk-cb-transfer-box__path,
.hk-cb-transfer-box__meta {
  margin: 0;
  font-size: 0.78rem;
  color: #6c7a89;
}

.hk-cb-transfer-box__foot {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  flex-wrap: wrap;
}

.hk-cb-transfer-box__price {
  font-size: 0.8rem;
  font-weight: 600;
  color: #012f63;
}

.hk-cb-item__type {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #012f63;
  background: #eef3f9;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 2px;
}

.hk-cb-item--transfer {
  border-color: #bcd0ea;
  background: #f8fbff;
}

body.hk-theme-classic .hk-cb-section-title,
body.hk-theme-classic .hk-cb-transfer-box__price,
body.hk-theme-classic .hk-cb-item__type {
  color: #1a3c34;
}

body.hk-theme-classic .hk-cb-transfer-box__badge {
  background: rgba(26, 60, 52, 0.92);
}

body.hk-theme-classic .hk-cb-item__type {
  background: #e8f0ed;
}

body.hk-theme-classic .hk-cb-transfer-box.is-arrival,
body.hk-theme-classic .hk-cb-item--transfer {
  border-color: #a8c4b8;
}

body.hk-theme-classic .hk-pkg-tabs__btn.is-active,
body.hk-theme-classic .hk-cb-day-tab.is-active,
body.hk-theme-classic .hk-cb-card h3,
body.hk-theme-classic .hk-cb-item__price,
body.hk-theme-classic .hk-cb-summary__grand {
  color: #1a3c34;
}

body.hk-theme-classic .hk-pkg-tabs__btn.is-active,
body.hk-theme-classic .hk-cb-day-tab.is-active {
  background: #1a3c34;
  border-color: #1a3c34;
  color: #fff;
}

body.hk-theme-classic .hk-cb-add-btn {
  background: #b8860b;
  color: #0f2420;
}

@media (max-width: 991.98px) {
  .hk-custom-builder__grid {
    grid-template-columns: 1fr;
  }
  .hk-custom-builder__aside {
    position: static;
  }
  .hk-cb-item__body {
    grid-template-columns: 1fr;
  }
}


/* ===== Booking Window–style customize flow ===== */
.hk-bw-enquiry {
  max-width: 820px;
  margin: 0 auto;
}

.hk-bw-enquiry__head {
  margin-bottom: 1.25rem;
}

.hk-bw-enquiry__head h2 {
  margin: 0 0 0.35rem;
  font-size: 1.45rem;
  color: #1a2b4a;
}

.hk-bw-enquiry__head p {
  margin: 0;
  color: #6c7a89;
  font-size: 0.92rem;
}

.hk-bw-cities-head h3 {
  margin: 0.5rem 0 0.75rem;
  font-size: 1.05rem;
  color: #1a2b4a;
}

.hk-bw-city-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
}

.hk-bw-add-city {
  border: 0;
  background: none;
  color: #1e4f91;
  font-weight: 600;
  padding: 0;
  margin-top: 4px;
}

.hk-bw-add-city:hover {
  text-decoration: underline;
}

.hk-bw-enquiry__actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.hk-bw-create-btn {
  min-width: 180px;
  border: 0;
  border-radius: 8px;
  background: #1a2b4a;
  color: #fff;
  font-weight: 700;
  padding: 12px 28px;
}

.hk-bw-create-btn:hover {
  background: #122038;
}

.hk-bw-toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
}

.hk-bw-back {
  border: 1px solid #d5dde8;
  background: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  color: #1a2b4a;
  font-weight: 600;
}

.hk-bw-plan-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.hk-bw-cart {
  order: 2;
  min-width: 0;
  width: 320px;
}

.hk-bw-summary-card {
  position: relative;
  z-index: 20;
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 14px;
  padding: 18px 18px 16px;
  margin-bottom: 0;
  box-shadow: 0 2px 10px rgba(26, 43, 74, 0.04);
}

.hk-bw-summary-card.is-docked {
  position: fixed;
  bottom: auto;
  z-index: 30;
  overflow-y: auto;
}

.hk-bw-book-btn {
  border: 0;
  border-radius: 999px;
  background: #1a2b4a;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
}

.hk-bw-book-btn--block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  border-radius: 12px;
  padding: 12px 16px;
}

.hk-bw-book-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.hk-bw-summary-card__trip {
  margin: 14px 0 12px;
}

.hk-bw-summary-card__trip h2 {
  margin: 0;
  font-size: 1.15rem;
  color: #1a2b4a;
}

.hk-bw-link {
  border: 0;
  background: none;
  color: #1e4f91;
  padding: 0;
  font-size: 0.85rem;
  font-weight: 600;
}

.hk-bw-summary-card__meta {
  margin: 6px 0 0;
  color: #6c7a89;
  font-size: 0.88rem;
}

.hk-bw-summary-card__price {
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 1px solid #eef2f7;
}

.hk-bw-summary-card__price span {
  display: block;
  font-size: 0.78rem;
  color: #6c7a89;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hk-bw-summary-card__price strong {
  display: block;
  font-size: 1.55rem;
  color: #1a2b4a;
  line-height: 1.2;
  margin-top: 4px;
}

.hk-bw-summary-card__price small {
  color: #8a97a8;
}

.hk-bw-guest-only {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hk-bw-guest-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f7f9fc;
  border: 1px solid #e4ebf3;
  border-radius: 12px;
  padding: 12px 14px;
  width: 100%;
  min-width: 0;
}

.hk-bw-guest-card__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8eef6;
  display: grid;
  place-items: center;
  color: #1a2b4a;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.hk-bw-guest-card__label {
  display: block;
  font-size: 0.72rem;
  color: #8a97a8;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hk-bw-guest-card strong {
  display: block;
  color: #1a2b4a;
  word-break: break-word;
}

.hk-bw-guest-card small {
  display: block;
  color: #6c7a89;
  word-break: break-all;
}

.hk-bw-price-breakdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef2f7;
  font-size: 0.9rem;
}

.hk-bw-price-breakdown div {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.hk-bw-price-breakdown span {
  color: #6c7a89;
}

.hk-bw-days {
  order: 1;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
}

.hk-bw-day-card {
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 14px;
  padding: 14px 16px 16px;
  box-shadow: 0 2px 8px rgba(26, 43, 74, 0.03);
  overflow: visible;
  position: relative;
  z-index: 1;
}

.hk-bw-day-card:has(.hkcb-transfer-menu:not([hidden])) {
  z-index: 5;
}

.hk-bw-day-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.hk-bw-day-card__title {
  color: #1a2b4a;
  font-size: 0.95rem;
}

.hk-bw-day-card__title strong {
  font-weight: 700;
}

.hk-bw-day-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
}

.hk-bw-action-wrap {
  position: relative;
  z-index: 2;
}

.hk-bw-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #cfd8e6;
  background: #fff;
  color: #1a2b4a;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 0.85rem;
  font-weight: 600;
}

.hk-bw-pill.is-active,
.hk-bw-pill:hover {
  background: #1a2b4a;
  border-color: #1a2b4a;
  color: #fff;
}

.hk-bw-dropdown {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 40;
  min-width: 160px;
  background: #fff;
  border: 1px solid #e4ebf3;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(26, 43, 74, 0.12);
  padding: 6px;
}

.hk-bw-dropdown__item {
  display: block;
  width: 100%;
  text-align: left;
  border: 0;
  background: none;
  padding: 8px 10px;
  border-radius: 8px;
  color: #1a2b4a;
  font-size: 0.88rem;
}

.hk-bw-dropdown__item:hover,
.hk-bw-dropdown__item.is-active {
  background: #f0f4fa;
}

.hk-bw-picker {
  background: #f7f9fc;
  border: 1px solid #e4ebf3;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
}

.hk-bw-picker__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.hk-bw-picker__close {
  border: 0;
  background: none;
  font-size: 1.4rem;
  line-height: 1;
  color: #6c7a89;
}

.hk-bw-leisure {
  margin: 8px 0 0;
  color: #8a97a8;
  font-size: 0.9rem;
}

@media (max-width: 991.98px) {
  .hk-bw-plan-layout {
    grid-template-columns: 1fr;
  }

  .hk-bw-cart {
    order: -1;
    width: 100%;
  }

  .hk-bw-summary-card {
    position: static;
    max-height: none;
    overflow: visible;
  }

  .hk-bw-summary-card.is-docked {
    position: static;
    left: auto !important;
    width: auto !important;
    top: auto !important;
    max-height: none !important;
    box-shadow: 0 2px 10px rgba(26, 43, 74, 0.04);
  }

  .hk-bw-days {
    order: 0;
  }
}
