/* app.css — small additive layer only. The original style.css is untouched. */

.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  z-index: 999;
}
.whatsapp-float:hover {
  color: #fff;
  opacity: 0.9;
}

.search-widget input.datepicker,
.search-widget select {
  height: 46px;
}

.booking-widget {
  border-radius: 4px;
}

#bw-live-units {
  min-height: 18px;
}

.gallery-thumb {
  display: block;
  width: 72px;
  height: 60px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
  flex-shrink: 0;
}
.gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-thumb.active,
.gallery-thumb:hover {
  border-color: #3aafa9;
}
