[data-element="locations"] > .uk-container > .headline {
  text-align: center;
  margin-bottom: 5px;
}
[data-element="locations"] > .uk-container > .headline + .article-tag {
  text-align: center;
  margin-top: 0;
}
[data-element="locations"] > .uk-container > .headline + .article-tag span {
  display: none;
}
[data-element="locations"] .locationsList .item article .uk-card-body .locationsCatName {
  margin-bottom: 5px;
}
[data-element="locations"] .locationsList .item article .uk-card-body > a {
  text-decoration: none;
}
[data-element="locations"] .locationsList .item article .uk-card-body > a .uk-card-title {
  margin-bottom: 0px;
}
[data-element="locations"] .locationsSingle .locationAddress .title {
  font-size: 1.2rem;
  font-weight: 700;
}
[data-element="locations"] .locationsSingle .locationAddress .address .street {
  display: block;
}
[data-element="locations"] .locationsSingle .article-tags .uk-article-meta {
  text-align: center;
  margin-top: 15px;
}
