/**handles:block-acf-service-shops**/
/*.wp-block-letm-blocks-service-shops {
  padding: 0 5vw;
}*/


.wp-block-letm-blocks-service-shops h2 {
  color: #264f49;
  text-align: center;
}
.wp-block-letm-blocks-service-shops .service-shops-content {
  display: flex;
  gap: 1em;
}

@media (max-width: 600px) {
  .wp-block-letm-blocks-service-shops .service-shops-content {
    flex-direction: column-reverse;
  }
}

.wp-block-letm-blocks-service-shops .service-shops-list {
  flex: 1;
  max-height: 50vh;
  overflow-y: scroll;
}

.wp-block-letm-blocks-service-shops .service-shops-map {
  flex: 2;
}

.wp-block-letm-blocks-service-shops .service-shops-list .single-service-shop {
  margin-bottom: 0.5em;
  background-color: #f5f5f5;
  padding: 1em;
}

.wp-block-letm-blocks-service-shops
  .service-shops-list
  .single-service-shop
  p:first-child {
  cursor: pointer;
}

.wp-block-letm-blocks-service-shops .phone::before {
  content: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23cc0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z'></path></svg>");
  display: inline-block;
}

.wp-block-letm-blocks-service-shops .email::before {
  content: url("data:image/svg+xml;utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23cc0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'></path><polyline points='22,6 12,13 2,6'></polyline></svg>");
  display: inline-block;
}

.wp-block-letm-blocks-service-shops .service-shops-map #service-map {
  width: 100%;
  height: 50vh;
}

@media (max-width: 600px) {
  .wp-block-letm-blocks-service-shops .service-shops-map #service-map {
    height: 40vh;
  }
}