.tag-grid {
  margin: 44px 0;
}
@media (min-width: 768px) {
  .tag-grid {
    margin: 64px 0;
  }
}
.tag-grid .view__title {
  margin-top: 0;
}
.path-frontpage .tag-grid {
  margin-top: 0;
}
.tag-grid__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.tag-grid__heading {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.25;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .tag-grid__heading {
    font-size: 1.875rem;
  }
}
.tag-grid__heading {
  color: #1F1F1F;
  font-weight: 400;
  margin: 0;
}
.tag-grid__see-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1F1F1F;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .tag-grid__see-all {
    font-size: 1.125rem;
  }
}
.tag-grid__see-all::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/themes/custom/kilden/build/assets/icons/arrow-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  flex-shrink: 0;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.tag-grid__see-all:hover, .tag-grid__see-all:focus {
  color: #006875;
  text-decoration: none !important;
}
.tag-grid__see-all:hover::before, .tag-grid__see-all:focus::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.tag-grid__see-all {
  white-space: nowrap;
  flex-shrink: 0;
}
.tag-grid__row-group {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
@media (min-width: 576px) {
  .tag-grid__row-group {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .tag-grid__row-group {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .tag-grid__row-group {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tag-grid__row-group .views-row {
  padding: 0.875rem 0.5rem 0.875rem 0;
}
.tag-grid__row-group a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #1F1F1F;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.45;
}
@media (min-width: 768px) {
  .tag-grid__row-group a {
    font-size: 1.125rem;
  }
}
.tag-grid__row-group a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/themes/custom/kilden/build/assets/icons/arrow-link.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  flex-shrink: 0;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.tag-grid__row-group a:hover, .tag-grid__row-group a:focus {
  color: #006875;
  text-decoration: none !important;
}
.tag-grid__row-group a:hover::before, .tag-grid__row-group a:focus::before {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.tag-grid__row-group a {
  font-family: "PPNeueMontreal", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #1F1F1F;
}
.tag-grid__row-group a:hover {
  color: #006875;
}

/*# sourceMappingURL=tag-grid.css.map*/