.ls-branch-selector .link-block-2.service.is-selected {
  border-left: 5px solid #fce502;
  background: #f8fbff;
  transform: translate(8px);
}

.ls-service-scheduler .link-block-2.service.is-selected {
  border-left: 5px solid #fce502;
  background: #f8fbff;
  transform: translate(8px);
}

.ls-service-scheduler .ls-service-calendar-block .dropdown-list {
  display: none !important;
}

.ls-service-empty {
  opacity: .55;
}

.link-block.left.google-maps,
.link-block.left.phone,
.link-block.left.cita {
  transition: background-color .2s ease, opacity .2s ease;
}

.link-block.left.google-maps:hover,
.link-block.left.phone:hover,
.link-block.left.cita:hover {
  background-color: #f8fbff;
}

.ls-branch-empty {
  opacity: .55;
}

.ls-service-page-calendar[hidden],
.sucursales[hidden],
.alert[hidden],
.serivece-calendar > [hidden] {
  display: none !important;
}

.ls-service-page-calendar {
  animation: lsFadeUp .25s ease both;
}

.branch-card.branch {
  cursor: pointer;
}

.branch-card.branch.selected {
  border-color: #fce502;
}

.branch-calendar-info iframe {
  display: block;
  width: 100%;
  border: 0;
}

.branch-calendar-info .code-embed {
  height: 350px;
  min-height: 0;
  margin-top: 0;
}

.branch-calendar-info .code-embed iframe {
  height: 350px;
  min-height: 350px;
}

.branch-calendar-info .w-embed.w-script iframe {
  min-height: 820px;
}

.ls-locations {
  min-height: calc(100vh - 122px);
}

.ls-locations .lista-sucursales {
  height: calc(100vh - 122px);
  min-height: 700px;
}

.ls-locations .branch-card.branch.left-card {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.ls-locations .branch-card.branch.left-card:hover,
.ls-locations .branch-card.branch.left-card.selected {
  border-color: #fce502;
  box-shadow: 0 14px 34px rgba(0, 15, 43, .12);
  transform: translateY(-2px);
}

.ls-locations .mapa-de-sucursales {
  position: sticky;
  top: 0;
  display: block;
  height: calc(100vh - 122px);
  min-height: 700px;
  overflow: hidden;
  background: #eef3f8;
}

.ls-locations-map__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.ls-locations-map__label {
  position: absolute;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  gap: 4px;
  max-width: 520px;
  padding: 18px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 54px rgba(0, 15, 43, .18);
  color: #000f2b;
  font-family: Noto Sans, sans-serif;
}

.ls-locations-map__label strong {
  font-family: Michelin, Impact, sans-serif;
  font-size: 26px;
  line-height: 1;
}

.ls-locations-map__label span {
  color: #5f6672;
  font-size: 14px;
  line-height: 1.35;
}

@keyframes lsFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ls-branch-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  padding: 24px;
  background: rgba(0, 15, 44, .68);
}

.ls-branch-modal.is-open {
  display: grid;
  place-items: center;
}

.ls-branch-modal__panel {
  position: relative;
  width: min(980px, 100%);
  max-height: min(920px, 92vh);
  overflow: auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 22px 80px rgba(0, 15, 44, .35);
}

.ls-branch-modal__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding: 24px 24px 16px;
  border-bottom: 1px solid rgba(0, 32, 91, .12);
}

.ls-branch-modal__header h2 {
  margin: 0 0 6px;
  color: #00205b;
  font-family: Michelin, Impact, sans-serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.ls-branch-modal__header p {
  margin: 0;
  color: #5b6678;
  font-family: Noto Sans, sans-serif;
}

.ls-branch-modal__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  color: #00205b;
  background: #fce502;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
}

.ls-branch-modal__calendar {
  min-height: 760px;
  padding: 0 16px 18px;
}

.ls-branch-modal__calendar iframe {
  display: block;
  width: 100%;
  min-height: 760px;
  border: 0;
}

@media (max-width: 767px) {
  .ls-branch-modal {
    padding: 10px;
  }

  .ls-branch-modal__header {
    padding: 18px 16px 12px;
  }

  .ls-branch-modal__header h2 {
    font-size: 26px;
  }

  .ls-branch-modal__calendar {
    min-height: 720px;
    padding: 0 8px 10px;
  }

  .ls-branch-modal__calendar iframe {
    min-height: 720px;
  }
}

@media (max-width: 991px) {
  .ls-locations {
    min-height: 0;
  }

  .ls-locations .lista-sucursales {
    height: auto;
    min-height: 0;
    overflow: visible;
  }

  .ls-locations .mapa-de-sucursales {
    position: relative;
    height: 420px;
    min-height: 420px;
    order: -1;
  }
}

@media (max-width: 479px) {
  .ls-locations .mapa-de-sucursales {
    height: 360px;
    min-height: 360px;
  }

  .ls-locations-map__label {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 14px 16px;
  }
}
