
/* v51t – detail reference: lokalita / typ / rok nesmí být slepené */
html body .reference-detail-meta{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px 18px!important;
  margin-top:14px!important;
  margin-bottom:22px!important;
  font-weight:900!important;
  font-size:16px!important;
  line-height:1.35!important;
  color:#243026!important;
  text-align:center!important;
  letter-spacing:.01em!important;
}

html body .reference-detail-meta span{
  display:inline-flex!important;
  align-items:center!important;
  white-space:nowrap!important;
  font-weight:900!important;
}

html body .reference-detail-meta span + span::before{
  content:"•"!important;
  display:inline-block!important;
  margin-right:18px!important;
  color:rgba(36,48,38,.45)!important;
  font-weight:700!important;
}

/* Mobil: menší mezery, ale pořád neslepené */
@media(max-width:760px){
  html body .reference-detail-meta{
    gap:8px 12px!important;
    font-size:14px!important;
    margin-top:10px!important;
    margin-bottom:18px!important;
  }

  html body .reference-detail-meta span + span::before{
    margin-right:12px!important;
  }
}
