/*
 * IslaMarket Listing Reference V1
 * Referencia pública visible solo dentro de la ficha del anuncio: IM-A-000123
 */

.im-listing-ref {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  border: 1px solid rgba(15, 23, 42, .08);
  background: linear-gradient(180deg, rgba(248, 250, 252, .98), rgba(241, 245, 249, .92));
  color: #64748b;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
  user-select: text;
  white-space: nowrap;
}

.im-listing-ref::before {
  content: "#";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: rgba(15, 118, 110, .10);
  color: #0f766e;
  font-size: 11px;
  font-weight: 950;
}

.im-listing-ref--show {
  margin: 10px 0 14px;
  padding: 7px 10px;
  font-size: 12px;
}

@media (max-width: 640px) {
  .im-listing-ref--show {
    margin-top: 8px;
    font-size: 11.5px;
  }
}
