.brochure-link {
  display: grid;
  grid-template-columns: 48px 1fr;
  column-gap: 14px;
  align-items: center;
  margin-top: 34px;
  padding: 18px;
  border: 1px solid var(--line);
  max-width: 490px;
  background: var(--paper);
  transition: .25s;
}
.brochure-link:hover { border-color: var(--gold); transform: translateY(-2px); }
.brochure-link > span {
  grid-row: 1 / 3;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
}
.brochure-link strong { font-family: "Playfair Display", serif; font-size: 17px; line-height: 1.2; }
.brochure-link small { color: var(--muted); line-height: 1.3; }
.tenant-link {
  font-size: 11px;
  font-weight: 700;
  color: #89621e;
  margin-top: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tenant-actions { display: flex; align-items: center; gap: 14px; margin-top: 10px; }
.tenant-actions .tenant-link { margin-top: 0; }
.google-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  margin-top: 10px;
  color: #173f35;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tenant-actions .google-link { margin-top: 0; }
