/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/location-details/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-location-details {
  width: 100%;
  max-width: var(--wp--style--global--wide-size) !important;
}
.pmg-location-details h1, .pmg-location-details h2, .pmg-location-details h3 {
  color: #B24119;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}
.pmg-location-details h1 {
  text-align: center;
  font-family: brother-1816;
  font-size: 56px;
  line-height: 107.143%;
  margin-block-start: 1em;
}
.pmg-location-details .buttons,
.pmg-location-details .details,
.pmg-location-details .hiring,
.pmg-location-details .days > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
.pmg-location-details .details {
  align-items: flex-start;
}
.pmg-location-details .details h2 {
  font-family: neutronic;
  font-size: 18px;
  font-weight: 800;
  line-height: 122.222%;
}
.pmg-location-details .details p {
  color: #415465;
  font-family: "Hanken Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.42px;
  margin: 0 0 1.5em;
}
.pmg-location-details .details .pmg-btn {
  margin-top: 2em;
  width: 280px;
}
.pmg-location-details .details #map {
  width: 100%;
  max-width: 380px;
  height: 344px;
  border-radius: 16px;
  border: 2px solid #B24119;
  overflow: hidden;
}
.pmg-location-details .hiring {
  width: 100%;
  max-width: 380px;
  padding: 16px 24px;
  border-radius: 16px;
  border: 2px solid #B24119;
  background: #FFF;
}
.pmg-location-details .hiring p {
  color: #B24119;
  font-family: neutronic;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 122.222%;
  text-transform: uppercase;
  margin: 0 1em 0;
  position: relative;
  top: 3px;
}
.pmg-location-details .days > div > p {
  margin: 0 0 1.25em;
  white-space: nowrap;
}
.pmg-location-details .days > div > p:first-child {
  flex-basis: 50%;
  padding-right: 6em;
}

@media only screen and (max-width: 1180px) {
  .pmg-location-details {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (max-width: 1024px) {
  .pmg-location-details .details {
    flex-wrap: wrap;
  }
  .pmg-location-details .details #map {
    flex-basis: 100%;
    flex-grow: 1;
    max-width: none;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 665px) {
  .pmg-location-details .buttons {
    flex-wrap: wrap;
  }
  .pmg-location-details .buttons > * {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 610px) {
  .pmg-location-details h1 {
    font-size: 38px;
  }
  .pmg-location-details .details .store {
    margin-right: 1rem;
    flex-shrink: 1;
  }
  .pmg-location-details .details .pmg-btn {
    width: 100%;
    max-width: 232px;
  }
  .pmg-location-details .pmg-location-details .days > div > p:first-child {
    padding-right: 3em;
  }
}
@media only screen and (max-width: 576px) {
  .pmg-location-details h1 {
    font-size: 34px;
  }
  .pmg-location-details .store {
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 100%;
  }
  .pmg-location-details .hours {
    flex-basis: 100%;
    margin-top: 1rem;
  }
  .pmg-location-details .hours h2 {
    text-align: center;
  }
}

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