.pub-sidebar-map {
  height: 260px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  /* Leaflet bajo el header/dropdowns del sitio */
  position: relative;
  z-index: 1;
}
.pub-sidebar-heading {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.75rem;
}
.pub-contact-list { list-style: none; padding: 0; margin: 0; }
.pub-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
  color: #4a5568;
}
.pub-contact-list li:last-child { margin-bottom: 0; }
/* Color de marca (--brand la define la página); fallback neutro. */
.pub-contact-list li i { font-size: 1rem; margin-top: 2px; flex-shrink: 0; color: var(--brand, #4a5568); }
.pub-contact-list a { color: #4a5568; text-decoration: none; }
.pub-contact-list a:hover { text-decoration: underline; }
/* ---- Rating (estilo ClassPass) ---- */
.pub-rating-title { font-weight: 700; color: #2d3748; margin-bottom: 0.85rem; }
.pub-rating-score { font-size: 2.8rem; font-weight: 800; line-height: 1; color: #2d3748; }
.pub-rating-score.is-empty { color: #cfd3da; }
.pub-rating-stars { color: #f5a623; font-size: 0.95rem; letter-spacing: 1px; }
.pub-rating-stars .ti-star { color: #d1d5db; }
.pub-rating-bar-row { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 0.3rem; }
.pub-rating-bar-num { width: 12px; color: #697a8d; font-size: 0.8rem; text-align: center; }
.pub-rating-bar { flex: 1; height: 8px; background: #e2e8f0; border-radius: 4px; overflow: hidden; }
.pub-rating-bar > i { display: block; height: 100%; background: #f5a623; }
.pub-testimonial-text { color: #4a5568; font-size: 0.9rem; margin-bottom: 0.35rem; white-space: pre-line; }
