.elementor-2869 .elementor-element.elementor-element-1251c46{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--padding-top:2%;--padding-bottom:2%;--padding-left:8%;--padding-right:8%;}.elementor-2869 .elementor-element.elementor-element-a3dafb6{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-2869 .elementor-element.elementor-element-1251c46{--padding-top:8%;--padding-bottom:8%;--padding-left:8%;--padding-right:8%;}}@media(min-width:768px){.elementor-2869 .elementor-element.elementor-element-1251c46{--width:100%;}}/* Start custom CSS for mphbe-search-results, class: .elementor-element-ba54cff *//* Base flex container */
.elementor-2869 .elementor-element.elementor-element-ba54cff .mphb-room-type {
  display: flex;
  padding: 4%;
  flex-wrap: wrap; /* Allows items to wrap to the next line if needed */
  align-items: flex-start; /* Aligns items to the start of the container */
}

/* Thumbnail image */
.mphb-room-type .post-thumbnail.mphb-loop-room-thumbnail {
  flex: 0 0 40%; /* Image now takes up 30% of the container width */
  max-width: 40%; /* Max width also set to 30% to prevent it from growing larger */
}

/* Room content (title, details, attributes, price, button) */
.mphb-room-type .mphb-room-type-content {
  flex: 0 0 60%; /* Remaining content takes up the rest, which is 70% */
  max-width: 70%; /* Max width also set to 70% */
}

/* Responsive adjustments for mobile */
@media (max-width: 768px) {
  .mphb-room-type .post-thumbnail.mphb-loop-room-thumbnail,
  .mphb-room-type .mphb-room-type-content {
    flex-basis: 100%; /* Each element takes full width on mobile */
    max-width: 100%; /* Ensure they don't exceed 100% width */
  }
}


.elementor-2869 .elementor-element.elementor-element-ba54cff .mphb-attribute-value a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
}/* End custom CSS */