:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.lmn-locations {
  position: relative;
}
.lmn-locations--inner {
  max-width: 50%;
  z-index: 2;
  position: relative;
}
@media (max-width: 1400px) {
  .lmn-locations--inner {
    max-width: 60%;
  }
}
@media (max-width: 1023px) {
  .lmn-locations--inner {
    max-width: 100%;
  }
}
.lmn-locations--inner--item {
  display: none;
  height: 800px;
  margin-bottom: 0px;
}
.lmn-locations--inner--item.is-active {
  display: block;
}
@media (max-width: 1023px) {
  .lmn-locations--inner--item.show-on-mobile {
    display: block !important;
    height: auto;
  }
  .lmn-locations--inner--item.show-on-mobile:nth-of-type(1) {
    margin-bottom: 5rem;
  }
}
.lmn-locations--inner--item .image-holder {
  margin-bottom: 3rem;
}
.lmn-locations--inner--item .image-holder h5 {
  font-size: 3.8rem;
  color: #080104;
  position: relative;
  z-index: 2;
  margin-bottom: 1rem;
  display: block;
}
.lmn-locations--inner--item .image-holder h6 {
  font-size: 2.8rem;
  color: #080104;
  position: relative;
  z-index: 2;
  border-top: 1px dotted #941744;
  display: inline-block;
  padding-top: 1rem;
  margin-bottom: 0;
}
.lmn-locations--inner--item .content ul {
  list-style-type: none;
  padding: 0;
  margin: 3rem 0;
  position: relative;
}
.lmn-locations--inner--item .content ul:after {
  content: "";
  height: 100%;
  width: 1px;
  border-right: 1px dotted #F2842A;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
}
.lmn-locations--inner--item .content ul li {
  background-image: url("../../../assets/images/theme/tick-list-icon-black.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 1rem 0rem 1rem 7rem;
}
.lmn-locations--inner--item .button {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 12px 15px;
  color: #080104;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-transform: uppercase;
  border-radius: 3px;
  background-image: url("../assets/images/theme/button-line-red.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  padding-right: 50px;
  margin-bottom: 0px;
}
.lmn-locations--inner--item .button:hover, .lmn-locations--inner--item .button:active, .lmn-locations--inner--item .button:focus {
  background-image: url("../assets/images/theme/arrow-right-red.svg");
  color: #941744;
}
.lmn-locations--inner--item .button.pale-button {
  background-color: #EDE9E5;
}
.lmn-locations--inner--item .button.block-bg-button {
  background-image: url("../../../assets/images/theme/button-line-red.svg");
}
.lmn-locations--inner--item .button.block-bg-button:hover, .lmn-locations--inner--item .button.block-bg-button:active, .lmn-locations--inner--item .button.block-bg-button:focus {
  background-image: url("../../../assets/images/theme/arrow-right-red.svg");
  color: #941744;
}
.lmn-locations--inner--item .button.block-bg-button-orange-line {
  background-image: url("../../../assets/images/theme/button-line-orange.svg");
}
.lmn-locations--inner--item .button.load-more-button {
  background-image: url("../../../assets/images/theme/load-more-button.svg");
}
.lmn-locations--pagination {
  display: flex;
  gap: 8px;
  justify-content: left;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 20;
}
@media (max-width: 1023px) {
  .lmn-locations--pagination {
    display: none !important;
  }
}
.lmn-locations--pagination--next, .lmn-locations--pagination--prev {
  border-radius: 50%;
  height: 40px;
  width: 40px;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background-color: #941744;
  font-size: 3rem;
  padding-left: 4px;
}
.lmn-locations--pagination--next svg path, .lmn-locations--pagination--prev svg path {
  fill: #fff;
}
.lmn-locations--pagination--next:hover, .lmn-locations--pagination--prev:hover {
  color: #fff;
  background-color: #080104;
}
.lmn-locations--pagination--next:hover svg path, .lmn-locations--pagination--prev:hover svg path {
  fill: #fff;
}
.lmn-locations--pagination--prev {
  transform: rotate(180deg);
}
.lmn-locations .lmn-locations--pagination--dot.is-active {
  background: #941744;
}

/* Map pin and location styles */
[id$=-location],
[id$=-pin] {
  transition: fill 0.3s ease;
}

[id$=-location].is-highlighted {
  fill: #BEA160;
}

[id$=-pin].is-highlighted {
  fill: #941744;
}/*# sourceMappingURL=block-locations.css.map */