/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/locations-nearby/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.pmg-locations-nearby {
  width: 100%;
  max-width: var(--wp--style--global--wide-size) !important;
}
.pmg-locations-nearby p.scroll {
  display: none;
}
.pmg-locations-nearby .container {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  min-width: 100%;
  position: relative;
  max-width: 100%;
}
.pmg-locations-nearby .location {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 280px;
  flex-shrink: 0;
  padding: 16px;
  align-items: flex-start;
  border-radius: 16px;
  border: 2px solid #B24119;
  background: #FFF;
  margin: 0 10px 26px;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.pmg-locations-nearby .location h3 {
  color: #B24119;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 144.444%;
  margin: 0;
}
.pmg-locations-nearby .location p {
  color: #415465;
  font-family: "Hanken Grotesk", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.42px;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.pmg-locations-nearby .location p.supports {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  flex-grow: 1;
}

@media only screen and (max-width: 1180px) {
  .pmg-locations-nearby .container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 650px) {
  .pmg-locations-nearby .container {
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: none;
  }
  .pmg-locations-nearby p.scroll {
    color: #415465;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.2px;
    font-size: 12px;
    margin-top: 0.5rem;
    display: block;
    text-align: left;
    padding: 0 1rem;
  }
  .pmg-locations-nearby p.scroll svg {
    margin-left: 12px;
  }
}

/*# sourceMappingURL=style-index.css.map*/