/* Wild Vibes — booking page only. Loaded after pages.css.
   One addition: the live preview of the WhatsApp message. Everything else the
   booking page needs already exists in components.css / pages.css. */

.book-preview {
  margin: 0;
  padding: var(--sp-4);
  border-radius: var(--r-sm);
  background: #FFFFFF;
  border: 1px solid var(--wv-lime-deep);
  color: var(--wv-ink);
  font-size: 0.84rem;
  line-height: 1.75;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}
