/* Child Theme - Custom CSS File for Buyers to Modify */
.propertyTag {
  background-color: #ac020a;
  width: 110px;
  color: white;
  padding: 4px 0;
  height: 32px;
  position: absolute;
  right: 15px;
  z-index: 5;
  text-align: center;
}

.propertyTagHome {
  background-color: #ac020a;
  width: 110px;
  color: white;
  padding: 3px 0;
  height: 32px;
  position: absolute;
  right: 15px;
  z-index: 5;
  text-align: center;
}

.propertyTagS {
  background-color: #ac020a;
  width: 110px;
  color: white;
  padding: 3px 0;
  height: 32px;
  position: absolute;
  right: 20px;
  z-index: 5;
  text-align: center;
}

.propertyTagSvm {
  background-color: #ac020a;
  width: 110px;
  color: white;
  padding: 3px 0;
  height: 32px;
  position: relative;
  left: calc(30% - 110px);
  ;
  z-index: 5;
  text-align: center;
  margin-bottom: -32px;
}

.rhea_latest_properties_2 .rhea_property_card_ele_stylish {
  position: relative;
}

.wrapper_properties_ele {
  position: relative;
}

@media (max-width: 767px) {
  .propertyTagSvm {
    left: unset;
    right: 0;
    position: absolute;

  }

  .rh_section .rh_list_card {
    position: relative;
  }
}

.rh_pagination .rh_pagination__btn:hover {
  color: #cad500;
}

.rh_pagination .current,
.rh_pagination .rh_pagination__btn:hover {
  background-color: #006430;
  color: #fff;
}