/*
Theme Name: WpRentals Child
Theme URI: https://themeforest.net/item/wp-rentals-booking-accommodation-wordpress-theme/12921802
Description: Child theme de WpRentals
Author: wpestate
Template: wprentals
Version: 1.0
*/
/* p.kumyy-step-tip {
  margin-bottom: 25px;
} */

.kumyy-owner-languages {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: -4px 0 12px;
  color: inherit;
  font-size: 15px;
  line-height: 1.45;
}

/* Mobile: evitar que WhatsApp tape el boton fijo de reservar */
@media (max-width: 767px) {
  body.single-estate_property .qlwapp__container.qlwapp__container--bottom-right {
    right: 14px !important;
    bottom: var(--kumyy-mobile-booking-offset, 110px) !important;
    max-width: calc(100vw - 28px);
    width: 100%;
    left: 0;
  }

  body.single-estate_property .qlwapp__container .qlwapp__button {
    max-width: fit-content;
    font-size: 15px;
    /* white-space: normal; */
    margin-left: 14px;
    /* padding-left: 0; */
  }
}
