/*
Theme Name: MyHome Child
Theme URI: https://tangiblewp.com/myhome
Author: TangibleWP
Author URI: https://tangiblewp.com
Description: MyHome
Template: myhome
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: myhome
*/

.myhome-listing-card-main-value{
  text-transform: none !important
}

.elementor-widget-mh_mortgage_calculator{
  display:none !important
}

.myhome-listing-card-auction-value{
	text-transform: uppercase;
}

.myhome-listing-card-main-value {
	text-decoration: none !important;
	color: #5a656f;
	font-weight:400 !important;
  font-size: 0.95rem !important;
}

.myhome-listing-card-main-value > span {
  position: relative;      /* cria contexto pro ::after */
  /* continua inline → não desalinhar no flex */
}

/* .myhome-listing-card-main-value > span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* centraliza verticalmente *
  left: -0.35em;               /* “sobra” pra esquerda (ajuste fino) *
  right: -0.35em;              /* “sobra” pra direita (ajuste fino) *
  height: 2px;                 /* espessura do traço *
  background: rgb(255, 93, 93);/* cor do traço *
  pointer-events: none;
} */

/* Linha base das praças */
.myhome-auction-row { line-height: 1.25; }

/* Praça 1 vencida: cinza claro + risco */
.myhome-auction-row.is-past {
  color: #9aa0a6;
  text-transform: uppercase;
}
.myhome-auction-row.is-past .mh-auction-date,
.myhome-auction-row.is-past .mh-auction-value {
  text-decoration-line: line-through;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.6px;
  text-decoration-skip-ink: none;
  text-underline-offset: -3px;
  color: #9aa0a6;
}

.myhome-auction-row .myhome-auction-pill .pill-current, .myhome-auction-row .myhome-auction-pill .pill-past{
  font-size: 0.75rem !important;
  padding: 3px 5px;
  border-radius: 3px;
  color: #fff !important;
  text-transform: uppercase !important;
}

.myhome-auction-row.is-past .myhome-auction-pill .pill-past{
  background-color:#9aa0a6 !important;
}

.myhome-auction-row .myhome-auction-pill .pill-current{
  background-color: rgb(255, 93, 93);
}

.myhome-auction-row .mh-auction-value{
  text-transform: uppercase;
}

.myhome-auction-row .mh-auction-date{
  font-weight: 300 !important;
  padding-right: 5px;
}

.myhome-auction-row .mh-auction-date, .myhome-auction-row .mh-auction-value{
  font-size: 0.95rem !important
} 