/*
 Theme Name:   Houzez Child
 Theme URI:    http://tu-dominio.com
 Description:  Child theme para personalizar Houzez
 Author:       Jorge C.
 Author URI:   http://tu-dominio.com
 Template:     houzez
 Version:      1.0.0
*/

/* Importa estilos del tema padre */
@import url("../houzez/style.css");
/* Bloque de precios en listado */
.custom-price-box {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.custom-price-box .property-final-price {
  font-size: 16px;
  font-weight: 600;
  color: #2ecc71;
}

.custom-price-box .property-published-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.custom-price-box .property-closing-date {
  font-size: 14px;
  color: #333;
}
/* Forzar a que el precio no se superponga */
.item-price-wrap,
.custom-price-box-fixed {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 10px 0 5px 0;
  display: block;
  clear: both;
}

.custom-price-box-fixed .property-final-price {
  font-size: 16px;
  font-weight: 600;
  color: #2ecc71;
}

.custom-price-box-fixed .property-published-price {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.custom-price-box-fixed .property-closing-date {
  font-size: 14px;
  color: #333;
}
