.elementor-335 .elementor-element.elementor-element-5a1dd111{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}@media(min-width:768px){.elementor-335 .elementor-element.elementor-element-5a1dd111{--content-width:1270px;}}/* Start custom CSS for container, class: .elementor-element-5a1dd111 *//* =========================================================
   MotoPress Hotel Booking (MPHB) - 2 Cards Per Row + Card UI
   ========================================================= */

/* ===== 1) Layout: FORCE 2 per row ===== */
.mphb_sc_rooms-wrapper,
.mphb-room-types,
.mphb-room-type-list,
.mphb-loop-room-types,
.mphb-search-results,
.mphb-rooms,
.mphb-rooms-wrapper {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

.mphb_sc_search_results-info{
    text-align: center; font-size: 24px; font-weight: 500;
}
/* Tablet & below: 1 per row */
@media (max-width: 1024px) {
  .mphb_sc_rooms-wrapper,
  .mphb-room-types,
  .mphb-room-type-list,
  .mphb-loop-room-types,
  .mphb-search-results,
  .mphb-rooms,
  .mphb-rooms-wrapper {
    grid-template-columns: 1fr !important;
  }
}
.mphb_sc_search_results-wrapper .mphb-reservation-cart{
    margin-bottom: 0px;
}
.mphb-loop-room-type-attributes, .mphb-room-type-details-title, .mphb-regular-price, .mphb-regular-price, .mphb-view-details-button-wrapper, .mphb-book-button, .mphb-reserve-room-section,.mphb-reservation-details{
    display: none !important;
}
/* Make sure items don’t have weird default widths/margins */
.mphb-room-type {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

/* ===== 2) Card styling ===== */
.mphb-room-type {
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

.mphb-room-type:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 35px rgba(0,0,0,.10);
}

/* Spacing inside card (exclude image wrapper) */
 

.mphb-room-type-title {
  margin: 14px 0 6px; 
  line-height: 1.25;
  font-family: "Vidaloka", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #0A0A0A;
}

.mphb-room-type p {
  margin: 0 0 12px; 
  font-family: "Vidaloka", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #0A0A0A;
}

/* ===== 3) Price row ===== */
.mphb-regular-price {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding: 12px 18px;
  margin: 8px 0 0;
  border-top: 1px solid rgba(0,0,0,.06);
}

.mphb-regular-price strong { font-weight: 600; opacity: .7; }
.mphb-price { font-size: 18px; font-weight: 700; }
.mphb-price-period { opacity: .65; font-size: 12px; }

/* ===== 4) Buttons ===== */
.mphb-view-details-button-wrapper,
.mphb-reserve-room-section {
  padding: 14px 18px 18px;
}

.mphb-view-details-button,
.mphb-book-button,
.mphb-confirm-reservation {
  border-radius: 12px;
  padding: 10px 14px;
}

.mphb-view-details-button {
  display: inline-block;
  margin-bottom: 10px;
}

.mphb-book-button,
.mphb-confirm-reservation {
  width: 100%;
  margin-top: 8px;
}

/* ===== 5) Images: consistent ratio ===== */
.mphb-room-type-images .mphb-gallery-main-slider .slides img {
  width: 100%;
  height: 320px;     /* adjust 280/360 if needed */
  object-fit: cover;
  display: block;
}

/* Thumbnail strip */
.mphb-room-type-images .mphb-gallery-thumbnail-slider .slides img {
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
/* ===== MotoPress Search Results: make cards/grid ===== */
.mphb_sc_search_results-wrapper{
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* Keep header text + cart full width */
.mphb_sc_search_results-wrapper > .mphb_sc_search_results-info,
.mphb_sc_search_results-wrapper > form.mphb-reservation-cart{
  grid-column: 1 / -1;
}

/* Each accommodation becomes a card */
.mphb_sc_search_results-wrapper > .mphb-room-type{
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  overflow: hidden;
  padding: 16px;
  background: #fff;
}

/* Image area */
.mphb_sc_search_results-wrapper .mphb-room-type-images{
  border-radius: 12px;
  overflow: hidden;
  margin: -16px -16px 14px -16px; /* make image flush to card edges */
}

/* Title spacing */
.mphb_sc_search_results-wrapper h2.mphb-room-type-title{
  margin: 10px 0 6px;
  line-height: 1.2;
}

/* Price + buttons */
.mphb_sc_search_results-wrapper .mphb-regular-price{
  margin: 10px 0 14px;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-book-button,
.mphb_sc_search_results-wrapper .mphb-reserve-room-section .mphb-confirm-reservation{
  flex: 1 1 160px;
}

/* ===== Responsive ===== */
@media (max-width: 1024px){
  .mphb_sc_search_results-wrapper{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px){
  .mphb_sc_search_results-wrapper{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */