/**
 * LaMilka Tour 0.4.79 — surgical WhatsApp geometry correction.
 *
 * Desktop header: preserve the source header placement and compact visual
 * weight; add only a small circular green background around the existing
 * MessageCircle glyph.
 *
 * Mobile tour/transfer bars: preserve Lovable's 72px circular WhatsApp action,
 * 64px booking action, 15px gap, and vertically centred row. No handset icon.
 */

/* Header utility: same source position (ml-5), compact footprint, now round. */
a.lamilka-header-icon.lamilka-whatsapp-bubble--header {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  flex: 0 0 28px !important;
  margin: 0 0 0 20px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #25d366 !important;
  color: #fff !important;
  box-shadow: none !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

a.lamilka-header-icon.lamilka-whatsapp-bubble--header > svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

a.lamilka-header-icon.lamilka-whatsapp-bubble--header:hover,
a.lamilka-header-icon.lamilka-whatsapp-bubble--header:focus-visible {
  background: #1fbd5a !important;
  color: #fff !important;
  box-shadow: none !important;
}

/* Exact Lovable mobile sticky-action geometry for tours and transfers. */
@media (max-width: 767px) {
  .lamilka-detail__mobile-booking-bar > div,
  .lamilka-transfer__mobile-bar {
    align-items: center !important;
    justify-content: center !important;
    gap: 15px !important;
  }

  .lamilka-transfer__mobile-bar {
    box-sizing: border-box !important;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom)) !important;
  }

  .lamilka-detail__mobile-whatsapp.lamilka-whatsapp-bubble--booking,
  .lamilka-transfer__mobile-bar > a.lamilka-whatsapp-bubble--booking:first-child {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: 72px !important;
    height: 72px !important;
    min-width: 72px !important;
    min-height: 72px !important;
    max-width: 72px !important;
    max-height: 72px !important;
    flex: 0 0 72px !important;
    aspect-ratio: 1 / 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #25d366 !important;
    color: #fff !important;
    box-shadow: 0 10px 20px rgba(15, 27, 61, .16) !important;
    line-height: 0 !important;
    overflow: hidden !important;
    text-decoration: none !important;
  }

  .lamilka-detail__mobile-whatsapp.lamilka-whatsapp-bubble--booking > .lamilka-message-bubble-icon,
  .lamilka-transfer__mobile-bar > a.lamilka-whatsapp-bubble--booking:first-child > .lamilka-message-bubble-icon {
    display: block !important;
    width: 36px !important;
    height: 36px !important;
    flex: 0 0 36px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2 !important;
  }

  .lamilka-detail__mobile-booking-cta,
  .lamilka-transfer__mobile-bar > a:last-child {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
    width: auto !important;
    min-width: 184px !important;
    height: 64px !important;
    min-height: 64px !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 32px !important;
    border-radius: 16px !important;
    line-height: 1.2 !important;
  }
}
