/* Atlas Fleet Cards — uniform grid, images, content boxes, price badge */

/* Equal-height cards in grid rows */
.archive_rental .row,
.ovacrs_product_filter .row {
  display: flex;
  flex-wrap: wrap;
}

.archive_rental .rental_item.style1.col-lg-4,
.archive_rental .rental_item.style1.col-md-6,
.ovacrs_product_filter .rental_item.style1,
.ovacrs_product_filter .ire-col {
  display: flex;
  flex-direction: column;
}

.archive_rental .rental_item.style1,
.ovacrs_product_filter .rental_item.style1 {
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}

/* Fixed image stage — same size on every card */
.rental_item.style1 .wrap_img {
  position: relative;
  flex: 0 0 200px;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: visible;
  background: #fff;
}

.rental_item.style1 .wrap_img img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
  object-position: center bottom;
}

/* Price badge — lower overlap, readable size */
.rental_item.style1 .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
  margin-top: 0 !important;
  z-index: 3;
  text-align: center;
  pointer-events: none;
}

.rental_item.style1 .wrap_btn {
  pointer-events: auto;
  border-radius: 4px;
  line-height: 1;
}

.rental_item.style1 .wrap_btn a.btn_price {
  margin: 2px;
}

.rental_item.style1 .wrap_btn a.btn_price .wrap_content {
  padding: 8px 24px !important;
  line-height: 1.25;
}

.rental_item.style1 .wrap_btn a.btn_price .wrap_content .amount,
.rental_item.style1 .wrap_btn a.btn_price .wrap_content .amount .woocommerce-Price-amount {
  font-size: 20px !important;
  font-weight: 600;
  color: #e9a31b;
}

.rental_item.style1 .wrap_btn a.btn_price .wrap_content .time {
  font-size: 13px !important;
  padding-left: 10px !important;
  margin-top: 0 !important;
}

.rental_item.style1:hover .wrap_btn a.btn_price .wrap_content .text {
  font-size: 13px !important;
  bottom: -8px !important;
}

/* Content / specs box — pushed lower, uniform height */
.rental_item.style1 .content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  margin-top: 10px !important;
  padding: 0 24px 20px !important;
  min-height: 260px;
  position: relative;
  z-index: 1;
}

.rental_item.style1 .content h3.title {
  margin-top: 40px !important;
  margin-bottom: 6px !important;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rental_item.style1 .content h3.title a {
  font-size: 16px;
  line-height: 1.2;
}

.rental_item.style1 .content .woocommerce-product-rating {
  margin-bottom: 12px !important;
  min-height: 20px;
}

.rental_item.style1 .content .features {
  margin-bottom: 0 !important;
  flex: 1 1 auto;
}

.rental_item.style1 .content .features .feature-item {
  white-space: nowrap;
  padding-bottom: 5px !important;
  font-size: 13px;
}

.rental_item.style1 .content .features .feature-item .desc {
  white-space: nowrap;
}

.rental_item.style1 .content .features .feature-item i {
  font-size: 15px;
  margin-right: 8px;
}

@media (max-width: 991.98px) {
  .rental_item.style1 .wrap_img {
    flex: 0 0 180px;
    height: 180px;
    min-height: 180px;
    max-height: 180px;
  }

  .rental_item.style1 .wrap_img img {
    max-height: 180px;
  }

  .rental_item.style1 .bottom {
    bottom: -18px;
  }

  .rental_item.style1 .content {
    margin-top: 8px !important;
    min-height: 240px;
    padding: 0 16px 16px !important;
  }

  .rental_item.style1 .content h3.title {
    margin-top: 34px !important;
  }
}

@media (max-width: 767.98px) {
  .rental_item.style1 .wrap_btn a.btn_price .wrap_content {
    padding: 7px 18px !important;
  }

  .rental_item.style1 .wrap_btn a.btn_price .wrap_content .amount,
  .rental_item.style1 .wrap_btn a.btn_price .wrap_content .amount .woocommerce-Price-amount {
    font-size: 18px !important;
  }
}
