#stores #anc_btns .wp-block-buttons {
  gap: 1em;
}
#stores #anc_btns .wp-block-buttons .wp-block-button {
  flex-basis: calc(25% - 0.75em);
}
#stores #anc_btns .wp-block-buttons .wp-block-button a img {
  display: inline-block;
  width: 2em;
  height: auto;
  margin-right: 0.5em;
  vertical-align: middle;
}
#stores #anc_btns .wp-block-buttons .wp-block-button a:after {
  display: none;
}
@media screen and (max-width: 781px) {
  #stores #anc_btns .wp-block-buttons {
    flex-direction: column;
  }
  #stores #anc_btns .wp-block-buttons .wp-block-button {
    flex-basis: calc(50% - 1em);
  }
}
#stores .cont_sect h2 {
  padding: 0.5em;
  font-size: 1.5em;
  border-radius: 2em;
}
#stores .cont_sect h2 img {
  display: inline-block;
  width: 1.75em;
  height: auto;
  margin-right: 0.5em;
  vertical-align: middle;
}
#stores .cont_sect .shops_blks {
  gap: 3em;
  align-items: stretch;
  justify-content: flex-start;
}
#stores .cont_sect .shops_blks .shops_blk {
  flex-basis: calc(33% - 2em);
  border: 1px solid var(--wp--preset--color--theme-black);
  border-radius: 1em;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#stores .cont_sect .shops_blks .shops_blk figure {
  margin-bottom: 1em;
}
#stores .cont_sect .shops_blks .shops_blk h3 {
  font-size: 1.3em;
  text-align: left;
  width: 100%;
  margin: 0 0 1em;
}
#stores .cont_sect .shops_blks .shops_blk .address {
  width: 100%;
  margin: 0 0 1em;
  flex-grow: 1;
  position: relative;
  padding-left: 1.5em;
}
#stores .cont_sect .shops_blks .shops_blk .address:before {
  content: " ";
  display: block;
  width: 1em;
  height: 1.5em;
  background-image: url(../images/icon_address.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#stores .cont_sect .shops_blks .shops_blk .url_btn {
  display: block;
  width: 100%;
  margin-top: auto;
  margin-bottom: 0;
  align-self: flex-end;
  text-align: right;
}
#stores .cont_sect .shops_blks .shops_blk .url_btn a {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
}
#stores .cont_sect .shops_blks .shops_blk .url_btn a:after {
  content: " ";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background-image: url(../images/icon_url.svg);
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 0;
}
@media screen and (max-width: 781px) {
  #stores .cont_sect .shops_blks {
    flex-direction: column;
  }
}/*# sourceMappingURL=stores.css.map */