/* Buy / Rent intent badge — property detail & cards */
.pd-listing-intent {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.38rem 0.8rem 0.38rem 0.55rem;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
}

.pd-listing-intent__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  font-size: 0.62rem;
  flex-shrink: 0;
}

.pd-listing-intent--buy {
  color: #1e5f7a;
  background: rgba(30, 95, 122, 0.1);
  border: 1px solid rgba(30, 95, 122, 0.28);
}

.pd-listing-intent--buy .pd-listing-intent__icon {
  color: #fff;
  background: #1e5f7a;
}

.pd-listing-intent--rent {
  color: #c96e2e;
  background: rgba(235, 137, 68, 0.12);
  border: 1px solid rgba(235, 137, 68, 0.35);
}

.pd-listing-intent--rent .pd-listing-intent__icon {
  color: #fff;
  background: #eb8944;
}

.pd-listing-intent--hero {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 6;
  box-shadow: 0 4px 14px rgba(26, 43, 60, 0.14);
  backdrop-filter: blur(4px);
}

.pd-listing-intent--hero .pd-listing-intent__icon {
  width: 1.45rem;
  height: 1.45rem;
  font-size: 0.65rem;
}

.pd-listing-intent--title {
  margin-bottom: 0.55rem;
}

.pd-listing-intent--card {
  font-size: 0.66rem;
  padding: 0.3rem 0.65rem 0.3rem 0.45rem;
}

.pd-listing-intent--card .pd-listing-intent__icon {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.55rem;
}

.pd-listing-intent--overlay {
  position: absolute;
  top: 0.7rem;
  right: 0.7rem;
  z-index: 3;
  box-shadow: 0 3px 10px rgba(26, 43, 60, 0.12);
}
