.bit-page {
  --bit-blue: #075fd8;
  --bit-deep-blue: #063cae;
  --bit-navy: #041f3d;
  --bit-yellow: #ffc928;
  --bit-aqua: #11b5c5;
  min-height: 100vh;
  padding: 0;
  background:
    radial-gradient(circle at 5% 10%, rgba(17, 181, 197, .13), transparent 27rem),
    linear-gradient(180deg, #f4faff 0%, #eef7fd 100%);
  color: var(--bit-navy);
}

.bit-page .wrap {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.bit-conversation {
  padding: 40px 0 64px;
}

.bit-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.bit-chat-panel {
  border: 1px solid #c4dcec;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(4, 31, 61, .1);
}

.bit-context-summary {
  display: flex;
  min-height: 58px;
  padding: 12px 18px;
  border: 1px solid #c4dcec;
  border-radius: 18px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 10px 24px rgba(4, 31, 61, .06);
}

.bit-context-summary div {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 10px;
}

.bit-context-summary strong {
  color: #08798e;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.bit-context-summary span,
.bit-context-summary p {
  margin: 0;
  color: #536f83;
  font-size: 12px;
  line-height: 1.4;
}

.bit-context-summary p {
  max-width: 450px;
  text-align: right;
}

.bit-chat-panel {
  display: flex;
  min-height: 680px;
  height: min(800px, calc(100dvh - 170px));
  overflow: hidden;
  flex-direction: column;
}

.bit-chat-header {
  display: flex;
  min-height: 86px;
  padding: 14px 20px;
  border-bottom: 1px solid #d8e7f1;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, .96);
}

.bit-chat-identity {
  display: flex;
  align-items: center;
  gap: 12px;
}

.bit-avatar-shell {
  display: grid;
  width: 56px;
  height: 56px;
  overflow: hidden;
  border: 2px solid #9ce8ef;
  border-radius: 18px;
  place-items: center;
  background: linear-gradient(145deg, #e9fbff, #dcecff);
}

.bit-avatar-shell img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.bit-chat-identity strong {
  display: block;
  font: 800 22px/1 "Plus Jakarta Sans", sans-serif;
}

.bit-chat-identity small {
  display: flex;
  margin-top: 6px;
  color: #56758c;
  font-size: 12px;
  font-weight: 700;
  align-items: center;
  gap: 7px;
}

.bit-chat-identity i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0b9877;
  box-shadow: 0 0 0 4px #dff7ef;
}

.bit-new-chat {
  padding: 10px 13px;
  border: 1px solid #bad2e4;
  border-radius: 11px;
  color: #315770;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.bit-new-chat:hover,
.bit-new-chat:focus-visible {
  border-color: var(--bit-blue);
  color: var(--bit-blue);
}

.bit-transcript {
  flex: 1 1 auto;
  min-height: 0;
  padding: 26px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scroll-behavior: smooth;
  scrollbar-color: #a8cce4 transparent;
}

.bit-message {
  display: flex;
  width: min(100%, 790px);
  margin-bottom: 20px;
  align-items: flex-start;
  gap: 12px;
}

.bit-message > img {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  object-fit: contain;
  filter: drop-shadow(0 8px 10px rgba(4, 31, 61, .15));
}

.bit-message-body {
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid #c9e1f0;
  border-radius: 5px 19px 19px 19px;
  background: #eaf6ff;
}

.bit-message strong {
  display: block;
  margin-bottom: 6px;
}

.bit-message p {
  margin: 0;
  color: #3e5e75;
  line-height: 1.58;
}

.bit-rich-text {
  color: #31556f;
  font-size: 16px;
  line-height: 1.62;
}

.bit-rich-text p {
  margin: 0 0 12px;
}

.bit-rich-text p:last-child,
.bit-rich-text ul:last-child {
  margin-bottom: 0;
}

.bit-rich-text strong {
  display: inline;
  margin: 0;
  color: var(--bit-navy);
  font-weight: 850;
}

.bit-rich-text ul {
  display: grid;
  gap: 6px;
  margin: 4px 0 16px;
  padding: 0;
  list-style: none;
}

.bit-rich-text li {
  position: relative;
  padding-left: 22px;
}

.bit-rich-text li::before {
  position: absolute;
  top: .65em;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--bit-aqua);
  content: "";
}

.bit-message-typing .bit-message-body {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 9px;
}

.bit-typing-status {
  color: #284e6a;
  font-size: 14px;
  font-weight: 750;
}

.bit-typing-dots {
  display: inline-flex;
  min-width: 30px;
  align-items: center;
  gap: 4px;
}

.bit-typing-dots i {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--bit-blue);
  animation: bit-typing-dot 1.05s ease-in-out infinite;
}

.bit-typing-dots i:nth-child(2) {
  animation-delay: .14s;
}

.bit-typing-dots i:nth-child(3) {
  animation-delay: .28s;
}

@keyframes bit-typing-dot {
  0%, 60%, 100% {
    opacity: .35;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
    transform: translateY(-4px);
  }
}

.bit-message-user {
  width: auto;
  max-width: min(78%, 660px);
  margin-left: auto;
  justify-content: flex-end;
}

.bit-message-user .bit-message-body {
  border-color: #f3d35e;
  border-radius: 19px 5px 19px 19px;
  background: #fff5c9;
}

.bit-message-welcome {
  width: 100%;
  max-width: none;
}

.bit-message-welcome > img {
  width: 58px;
  height: 58px;
  flex-basis: 58px;
}

.bit-message-welcome .bit-message-body {
  position: relative;
  overflow: hidden;
  padding: 28px 30px;
  border: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(43, 217, 225, .42), transparent 18rem),
    linear-gradient(135deg, #07358f 0%, #0762db 65%, #0aa5c2 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(6, 63, 187, .22);
}

.bit-kicker {
  margin: 0 0 10px !important;
  color: #4aebed !important;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.bit-message-welcome h1 {
  max-width: 630px;
  margin: 0 0 15px;
  color: #fff;
  font: 800 clamp(30px, 4vw, 46px)/1.05 "Plus Jakarta Sans", sans-serif;
  letter-spacing: -.045em;
}

.bit-message-welcome .bit-message-body > p:not(.bit-kicker) {
  max-width: 650px;
  color: #e7f9ff;
}

.bit-message-welcome .bit-example {
  margin-top: 18px !important;
  padding: 13px 15px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 13px;
  background: rgba(0, 25, 77, .28);
  color: #fff !important;
  font-weight: 700;
}

.bit-turn {
  display: contents;
}

.bit-message-answer {
  width: 100%;
  max-width: none;
}

.bit-message-answer .bit-message-body {
  width: calc(100% - 58px);
}

.bit-message-answer h2 {
  margin: 4px 0 8px;
  font: 800 clamp(22px, 3vw, 30px)/1.15 "Plus Jakarta Sans", sans-serif;
  letter-spacing: -.025em;
}

.bit-recommendations {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #c6dfef;
}

.bit-recommendations-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.bit-recommendations-head span {
  color: #087f92;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bit-recommendations-head h2 {
  margin: 4px 0 0;
  font-size: clamp(20px, 3vw, 26px);
}

.bit-recommendations-head small {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff4c8;
  color: #775800;
  font-size: 11px;
  font-weight: 900;
}

.bit-tour-grid {
  display: grid !important;
  grid-template-columns: none !important;
  grid-auto-columns: minmax(286px, 332px);
  grid-auto-flow: column;
  gap: 14px;
  margin: 14px -4px 4px;
  padding: 4px 4px 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-color: #8cb9da transparent;
}

.bit-tour-grid > * {
  min-width: 0;
  scroll-snap-align: start;
}

.bit-tour-card {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid #b7d6ea;
  border-radius: 18px;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 9px 24px rgba(4, 31, 61, .08);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.bit-tour-card:hover {
  border-color: #77ace0;
  box-shadow: 0 14px 32px rgba(4, 51, 112, .14);
  transform: translateY(-2px);
}

.bit-tour-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #dbeaf5;
}

.bit-tour-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.bit-tour-card:hover .bit-tour-media img {
  transform: scale(1.025);
}

.bit-tour-media > span {
  display: inline-flex;
  position: absolute;
  bottom: 10px;
  left: 10px;
  min-height: 30px;
  padding: 6px 9px;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  background: var(--bit-yellow);
  color: #102d51;
  box-shadow: 0 5px 15px rgba(4, 31, 61, .2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
}

.bit-tour-media svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.bit-tour-content {
  display: flex;
  min-height: 0;
  padding: 15px;
  flex: 1;
  flex-direction: column;
}

.bit-tour-content h3 {
  margin: 0 0 7px;
  color: var(--bit-navy);
  font: 850 17px/1.23 "Plus Jakarta Sans", sans-serif;
  letter-spacing: -.025em;
}

.bit-tour-content > p {
  display: -webkit-box;
  margin: 0;
  overflow: hidden;
  color: #567287;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.bit-tour-price {
  display: flex;
  margin-top: auto;
  padding-top: 13px;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
}

.bit-tour-price small {
  color: #61798b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.bit-tour-price strong {
  display: block;
  margin: 0;
  color: var(--bit-deep-blue);
  font: 900 20px/1 "Plus Jakarta Sans", sans-serif;
  white-space: nowrap;
}

.bit-tour-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 7px;
  margin-top: 13px;
}

.bit-tour-actions button,
.bit-tour-actions a {
  display: inline-flex;
  min-height: 44px;
  border-radius: 11px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: 850 12px/1 Manrope, sans-serif;
  text-decoration: none;
}

.bit-tour-actions button {
  padding: 0 14px;
  border: 0;
  background: linear-gradient(135deg, var(--bit-deep-blue), #0879e8);
  color: #fff;
  box-shadow: 0 8px 18px rgba(7, 95, 216, .2);
  cursor: pointer;
}

.bit-tour-actions button svg {
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.bit-tour-actions a {
  color: #315c7b;
}

.bit-tour-actions a:hover,
.bit-tour-actions a:focus-visible {
  color: var(--bit-deep-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bit-tour-actions button:hover,
.bit-tour-actions button:focus-visible {
  background: linear-gradient(135deg, #052f91, #066bd0);
}

.bit-tour-actions button:focus-visible,
.bit-tour-actions a:focus-visible {
  outline: 3px solid rgba(255, 201, 40, .75);
  outline-offset: 2px;
}

.bit-follow-up {
  margin-top: 16px !important;
  padding-top: 14px;
  border-top: 1px solid #c6dfef;
  color: #183f5e !important;
  font-weight: 750;
}

.bit-follow-up p {
  color: inherit;
}

@media (prefers-reduced-motion: reduce) {
  .bit-tour-card,
  .bit-tour-media img {
    transition: none;
  }
}

.bit-tour-details,
.bit-availability-form,
.bit-quote-card,
.bit-booking-confirmation {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid #b8d5e8;
  border-radius: 18px;
  background: #fff;
}

.bit-tour-details-head {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 16px;
}

.bit-tour-details-head img {
  width: 100%;
  height: 120px;
  border-radius: 14px;
  object-fit: cover;
}

.bit-tour-details-head span,
.bit-rates-title,
.bit-availability-form header > span,
.bit-quote-card > span {
  color: #008da0;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.bit-tour-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.bit-tour-facts section,
.bit-rate-card {
  padding: 14px;
  border-radius: 14px;
  background: #f4faff;
}

.bit-tour-facts h3,
.bit-rates-title,
.bit-rate-card h4,
.bit-booking-form h3 {
  margin: 0 0 8px;
}

.bit-tour-facts ul,
.bit-rate-card ul {
  margin: 0;
  padding-left: 19px;
}

.bit-rate-list {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.bit-rate-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(150px, auto);
  gap: 14px;
  align-items: center;
  border: 1px solid #d6e7f2;
  background: #fff;
}

.bit-rate-choice {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.bit-rate-choice strong {
  color: var(--bit-blue);
  font-size: 22px;
}

.bit-rate-choice button,
.bit-availability-form > button,
.bit-quote-card > button,
.bit-booking-submit {
  min-height: 46px;
  padding: 0 17px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--bit-deep-blue), #0c7cf0);
  color: #fff;
  font: 850 14px/1 Manrope, sans-serif;
  cursor: pointer;
}

.bit-full-page-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--bit-blue);
  font-weight: 850;
}

.bit-availability-form header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 4px 12px;
}

.bit-availability-form header > span {
  grid-column: 1 / -1;
}

.bit-availability-form header strong {
  color: var(--bit-blue);
  font-size: 22px;
}

.bit-availability-fields {
  display: grid;
  grid-template-columns: 1.5fr repeat(2, minmax(90px, .6fr));
  gap: 10px;
  margin: 14px 0;
}

.bit-availability-fields label,
.bit-booking-fields label {
  display: grid;
  gap: 6px;
  color: #284c67;
  font-size: 12px;
  font-weight: 850;
}

.bit-availability-fields input,
.bit-booking-fields input,
.bit-booking-fields select {
  width: 100%;
  min-height: 48px;
  padding: 0 12px;
  border: 1px solid #abc9df;
  border-radius: 12px;
  background: #fff;
  color: var(--bit-navy);
  font: 650 15px/1.2 Manrope, sans-serif;
}

.bit-quote-total {
  display: flex;
  margin: 14px 0;
  padding: 14px;
  border-radius: 14px;
  align-items: center;
  justify-content: space-between;
  background: #e9f8f2;
}

.bit-quote-total strong {
  color: #087c64;
  font-size: 25px;
}

.bit-booking-alert {
  padding: 12px;
  border-left: 4px solid #c83327;
  border-radius: 8px;
  background: #fff1ef;
  color: #8f251d !important;
  font-weight: 750;
}

.bit-booking-form {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #d3e4ef;
}

.bit-booking-form-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bit-booking-form-head > span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #e9f8f2;
  color: #087c64;
  font-size: 11px;
  font-weight: 900;
}

.bit-booking-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
  margin-top: 14px;
}

.bit-field-full,
.bit-phone-fields {
  grid-column: 1 / -1;
}

.bit-phone-fields {
  display: grid;
  grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr);
  gap: 10px;
}

.bit-booking-fields [aria-invalid="true"] {
  border-color: #c83327;
  outline: 2px solid rgba(200, 51, 39, .12);
}

.bit-field-error {
  display: block;
  margin-top: 4px;
  color: #a52a21;
  font-size: 11px;
  font-weight: 800;
}

.bit-payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 12px;
  padding: 0;
  border: 0;
}

.bit-payment-options legend {
  grid-column: 1 / -1;
  margin-bottom: 8px;
  color: var(--bit-navy);
  font-weight: 850;
}

.bit-payment-options label {
  display: flex;
  min-height: 78px;
  padding: 12px;
  border: 1px solid #b8d5e8;
  border-radius: 14px;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.bit-payment-options label:has(input:checked) {
  border: 2px solid var(--bit-blue);
  background: #edf6ff;
}

.bit-payment-options span {
  display: grid;
  gap: 5px;
}

.bit-payment-options small {
  color: #607b8f;
}

.bit-terms {
  display: flex;
  margin: 12px 0;
  align-items: flex-start;
  gap: 9px;
  color: #365b74;
  font-size: 12px;
  line-height: 1.45;
}

.bit-booking-submit {
  width: 100%;
  min-height: 52px;
}

.bit-booking-note {
  margin: 9px 0 0 !important;
  color: #688195 !important;
  font-size: 11px !important;
  text-align: center;
}

.bit-booking-confirmation {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  border-color: #9edcc8;
  background: #effbf7;
}

.bit-booking-confirmation > span {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  place-items: center;
  background: #087c64;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}

.bit-booking-confirmation a {
  color: var(--bit-blue);
  font-weight: 850;
}

.bit-inline-link {
  display: inline-flex;
  margin-top: 12px;
  color: var(--bit-blue);
  font-weight: 850;
  text-decoration: none;
  gap: 8px;
}

.bit-form {
  position: relative;
  z-index: 2;
  padding: 16px 20px 14px;
  border-top: 1px solid #d3e4ef;
  background: #fff;
  box-shadow: 0 -12px 26px rgba(4, 31, 61, .06);
}

.bit-query-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
}

.bit-query-row textarea,
.bit-refine input,
.bit-refine select {
  min-height: 54px;
  border: 1px solid #abc9df;
  border-radius: 14px;
  background: #fff;
  color: var(--bit-navy);
  font: 650 16px/1.35 Manrope, sans-serif;
}

.bit-query-row textarea {
  width: 100%;
  max-height: 118px;
  padding: 15px 17px;
  resize: none;
}

.bit-query-row textarea:focus,
.bit-refine input:focus,
.bit-refine select:focus {
  border-color: var(--bit-blue);
  outline: 3px solid rgba(6, 95, 216, .16);
}

.bit-query-row button {
  display: inline-flex;
  min-width: 112px;
  min-height: 54px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: linear-gradient(135deg, var(--bit-deep-blue), #0c7cf0);
  color: #fff;
  font: 850 15px/1 Manrope, sans-serif;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(6, 63, 187, .2);
}

.bit-query-row button svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.bit-query-row button[aria-busy="true"] {
  opacity: .65;
  pointer-events: none;
}

.bit-refine {
  margin-top: 9px;
}

.bit-refine summary {
  width: max-content;
  padding: 7px 0;
  color: #3e6783;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.bit-refine > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px 0 4px;
}

.bit-refine label {
  display: grid;
  gap: 5px;
  color: #49687e;
  font-size: 12px;
  font-weight: 800;
}

.bit-refine select,
.bit-refine input {
  width: 100%;
  min-height: 46px;
  padding: 0 11px;
}

.bit-transparency {
  margin: 7px 0 0;
  color: #668095;
  font-size: 11px;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .bit-context-summary {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }

  .bit-context-summary p {
    max-width: none;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .bit-page .wrap {
    width: min(100% - 20px, 1240px);
  }

  .bit-conversation {
    padding: 18px 0 38px;
  }

  .bit-chat-panel {
    min-height: 670px;
    height: calc(100dvh - 118px);
    border-radius: 20px;
  }

  .bit-chat-header {
    min-height: 76px;
    padding: 10px 12px;
  }

  .bit-avatar-shell {
    width: 48px;
    height: 48px;
  }

  .bit-avatar-shell img {
    width: 45px;
    height: 45px;
  }

  .bit-new-chat {
    max-width: 92px;
    padding: 9px;
    text-align: center;
  }

  .bit-transcript {
    padding: 18px 12px;
  }

  .bit-message {
    gap: 8px;
  }

  .bit-message > img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .bit-message-welcome > img {
    display: none;
  }

  .bit-message-welcome .bit-message-body {
    padding: 22px 19px;
    border-radius: 18px;
  }

  .bit-message-welcome h1 {
    font-size: 31px;
  }

  .bit-message-user {
    max-width: 88%;
  }

  .bit-message-answer .bit-message-body {
    width: calc(100% - 44px);
    padding: 14px;
  }

  .bit-tour-details-head,
  .bit-tour-facts,
  .bit-rate-card,
  .bit-booking-fields,
  .bit-phone-fields,
  .bit-payment-options {
    grid-template-columns: 1fr;
  }

  .bit-tour-details-head img {
    height: 155px;
  }

  .bit-rate-choice {
    justify-items: stretch;
  }

  .bit-rate-choice strong {
    font-size: 20px;
  }

  .bit-availability-fields {
    grid-template-columns: 1fr 1fr;
  }

  .bit-availability-fields label:first-child {
    grid-column: 1 / -1;
  }

  .bit-field-full,
  .bit-phone-fields {
    grid-column: auto;
  }

  .bit-tour-grid {
    grid-auto-columns: minmax(255px, 82vw);
  }

  .bit-form {
    padding: 12px;
  }

  .bit-query-row {
    grid-template-columns: minmax(0, 1fr) 52px;
  }

  .bit-query-row button {
    min-width: 52px;
    width: 52px;
    padding: 0;
  }

  .bit-query-row button span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .bit-refine > div {
    grid-template-columns: 1fr;
  }

  .bit-context-summary {
    padding: 10px 13px;
    border-radius: 14px;
  }

  .bit-context-summary div {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bit-transcript {
    scroll-behavior: auto;
  }

  .bit-typing-dots i {
    animation: none;
    opacity: .85;
  }
}
