/* ACF Blocks admin styles */
html :where(.wp-block) {
  max-width: 1200px;
}
html :where(.wp-block) .button {
  font-size: 16px !important;
  color: #251b04 !important;
  border: 1px solid #d5d5d5 !important;
  border-radius: 100px !important;
  background: transparent !important;
  text-align: center;
}
html :where(.wp-block) .button:hover {
  background: #f1f1f1 !important;
}
html :where(.wp-block) textarea {
  height: unset !important;
}

.wp-block .our-offices-section .slider-blog-wrap .swiper-our_offices .swiper-wrapper {
  flex-wrap:nowrap;
}

.block-editor-block-list__block .acf-block-component .end-sticky {
  width: 100%;
  height: 50px;
  background-color: gray;
  position: relative;
}
.block-editor-block-list__block .acf-block-component .end-sticky:before {
  position: absolute;
  content: "End Sticky";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
}