/* Part 2 — listing watermark + store badges */
.property-card-media,
.hadafin-wm-host,
.veh-premium-card > .relative,
.home-mp-card .thumb {
  position: relative;
}
.property-card-media::after,
.hadafin-wm-host::after,
.veh-premium-card > .relative::after,
.home-mp-card .thumb::after {
  content: "";
  position: absolute;
  right: 0.45rem;
  bottom: 0.45rem;
  width: 1.85rem;
  height: 1.85rem;
  background: url("../images/brand/watermark.png") center / contain no-repeat;
  opacity: 0.42;
  pointer-events: none;
  z-index: 4;
  border-radius: 0.35rem;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.25));
}
@media (min-width: 768px) {
  .property-card-media::after,
  .hadafin-wm-host::after,
  .veh-premium-card > .relative::after {
    width: 2.15rem;
    height: 2.15rem;
  }
  .hadafin-wm-host--hero::after {
    width: 2.75rem;
    height: 2.75rem;
    right: 0.75rem;
    bottom: 0.75rem;
    opacity: 0.38;
  }
}

/* Download App store badges */
.hadafin-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.4rem;
}
.hadafin-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-width: 9.5rem;
  padding: 0.4rem 0.7rem 0.4rem 0.4rem;
  border-radius: 0.55rem;
  background: #0b1220;
  border: 1px solid rgba(148, 163, 184, 0.35);
  text-decoration: none;
  color: #f8fafc !important;
  line-height: 1.15;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.hadafin-store-badge:hover {
  border-color: rgba(251, 191, 36, 0.55);
  transform: translateY(-1px);
}
.hadafin-store-badge img {
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  object-fit: cover;
  flex-shrink: 0;
}
.hadafin-store-badge span {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
.hadafin-store-badge small {
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #94a3b8 !important;
}
.hadafin-store-badge strong {
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff !important;
}

body.home-marketplace .hadafin-store-badge {
  background: #071526;
}
body.home-marketplace .home-mp-store-badges .hadafin-store-badge {
  color: #f8fafc !important;
}
