/* ==========================================================
   SANOME COMPONENT: PROPERTY CARD H3 + FEES (V1 CANDIDATE)
   Owner canônico do subtítulo H3 (condomínio/bairro/cidade) e taxas (Condomínio/IPTU)
   ========================================================== */

/* 1. H3 Subtitle & Location Inline */
.sn-card .sn-card-condominio-name-inline {
  font-size: 10.8px !important;
}

.sn-card-title > h3 {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.sn-card-title > h3 {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  letter-spacing: normal !important;
  text-transform: none !important;
}

.sn-card-title > h3 {
  color: #fff !important;
  font-size: 14px !important;
  line-height: 1.22 !important;
}

.sn-card-title > h3 {
  font-size: 13px !important;
  line-height: 1.18 !important;
}

/* 2. Fees (Condomínio & IPTU Block) */
.sn-card-condominio-iptu-inline {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0;
  margin: 17px 0 4px !important;
  color: #fff !important;
  font-size: 9.2px;
  font-weight: 500;
  line-height: 1.2;
}
