/*
theme name: eac child theme
template: neve
theme uri: https://wordpress.com
author: childtheme
author uri: https://wordpress.com
version: 1.0.0
license: gnu general public license v2 or later
license uri: http://www.gnu.org/licenses/gpl-2.0.html
tags: opensource
text domain: eac-neve-child
*/

.taxonomy-children-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    margin-bottom: 40px;
}

.taxonomy-children-list ul li a {
  background-color: var(--nv-primary-accent);
  color: white;
  padding: 8px;
  border-radius: 3px;
}

.google-map {
  width: 100%;
  height: 60vh;
  margin-bottom: 50px
}

.nv-title-meta-wrap {
  text-align: left;
}