.elementor .e-05e7ee9{flex-direction:column;}.elementor .e-26e50eb{flex-direction:column;/* =========================================
 UNIFORM CARD + IMAGE SIZE
 ========================================= */

/* CARD GRID */
.safar-room-widget-result-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
}


/* CARD COLUMN */
.safar-room-widget-result-wrap > [class*="safar-col-"] {
  display: flex !important;
  box-sizing: border-box !important;
}


/* CARD */
.safar-room-widget-result-wrap .safar-room__item {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
}


/* =========================================
 FORCE IMAGE CONTAINER
 ========================================= */

.safar-room-widget-result-wrap .safar-room__thumb {
  width: 100% !important;
  height: 200px !important;
  min-height: 200px !important;
  max-height: 200px !important;

  overflow: hidden !important;
  position: relative !important;

  flex-shrink: 0 !important;
}


/* =========================================
 FORCE EVERY IMAGE TO SAME SIZE
 ========================================= */

.safar-room-widget-result-wrap .safar-room__thumb img {
  width: 100% !important;
  height: 200px !important;

  min-width: 100% !important;
  min-height: 200px !important;

  max-width: none !important;
  max-height: none !important;

  display: block !important;

  object-fit: cover !important;
  object-position: center center !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* =========================================
 CARD CONTENT
 ========================================= */

.safar-room-widget-result-wrap .safar-room__content {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;

  box-sizing: border-box !important;
}


/* =========================================
 TABLET
 ========================================= */

@media (max-width: 1024px) {

  .safar-room-widget-result-wrap .safar-room__thumb {
      height: 180px !important;
      min-height: 180px !important;
      max-height: 180px !important;
  }

  .safar-room-widget-result-wrap .safar-room__thumb img {
      height: 180px !important;
      min-height: 180px !important;
  }
}


/* =========================================
 MOBILE
 ========================================= */

@media (max-width: 767px) {

  .safar-room-widget-result-wrap .safar-room__thumb {
      height: 180px !important;
      min-height: 180px !important;
      max-height: 180px !important;
  }

  .safar-room-widget-result-wrap .safar-room__thumb img {
      height: 180px !important;
      min-height: 180px !important;
  }
}\n}.elementor .e-49e1eca{flex-direction:column;}.elementor .e-ea5b290{background-color:#e3f6c1;flex-direction:column;}