/*custom block: Territories map*/
.view-territories-map-view {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4f7fa;
}

.view-territories-map-view div a {
  margin-left: 5px;
}

.view-territories-map-view:before {
  content: "";
  height: 49px;
  width: 54px;
  margin-right: 10px;
  display: inline-block;
  background-image: url(../images/map-icon-02.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
/* ↓ 2021/09/29 ↓ */

#block-views-block-territories-map-view-block-1-2 .form-container > div {
  padding-top: 2rem;
}

/* ↑ 2021/09/29 ↑ */
