.sahika-branches-map__canvas {
  background: #e6eef5;
  height: 500px;
  position: relative;
  width: 100%;
}

.sahika-branches-map__loading {
  align-items: center;
  color: #0431b8;
  display: flex;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  margin: 0;
}

.sahika-branches-map__canvas.is-ready .sahika-branches-map__loading {
  display: none;
}

.sahika-branches-map__canvas.is-error {
  height: auto;
  min-height: 130px;
}

.sahika-branches-map__canvas.is-error .sahika-branches-map__loading {
  color: #384a5e;
  min-height: 130px;
  padding: 24px;
  text-align: center;
}

.sahika-branches-map__fallback {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 16px 20px;
}

.sahika-branches-map__fallback a {
  color: #0431b8;
  text-decoration: underline;
}

.sahika-branches-map .mapboxgl-ctrl-top-right {
  right: 12px;
  top: 12px;
}

.sahika-branches-map .mapboxgl-ctrl-group {
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(5, 17, 53, .18);
}

.sahika-branches-map__attribution {
  align-items: center;
  background: rgba(255, 255, 255, .9);
  border-radius: 2px;
  bottom: 6px;
  color: #42536b;
  display: flex;
  font-size: 10px;
  gap: 5px;
  line-height: 1.2;
  padding: 3px 5px;
  position: absolute;
  right: 6px;
  z-index: 3;
}

.sahika-branches-map__attribution a {
  color: inherit;
  text-decoration: none;
}

.sahika-branches-map__attribution a:hover,
.sahika-branches-map__attribution a:focus {
  text-decoration: underline;
}

.sahika-branches-map .mapboxgl-popup-content {
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(5, 17, 53, .2);
  color: #29384a;
  font-family: inherit;
  padding: 18px;
}

.sahika-branches-map__popup-title {
  color: #0431b8;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 22px 8px 0;
}

.sahika-branches-map__popup-address,
.sahika-branches-map__popup-phone {
  align-items: center;
  display: flex;
  font-size: 14px;
  gap: 7px;
  line-height: 1.55;
  margin: 0 0 8px;
}

.sahika-branches-map__popup-phone a {
  color: #0431b8;
  font-weight: 600;
}

.sahika-branches-map__popup-phone-icon {
  color: #0431b8;
  flex: 0 0 16px;
  height: 16px;
  width: 16px;
}

.sahika-branches-map__popup-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0 0;
}

.sahika-branches-map__popup-route {
  background: #0431b8;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
  text-decoration: none !important;
}

.sahika-branches-map__popup-route:hover,
.sahika-branches-map__popup-route:focus {
  background: #006ece;
}

.sahika-branches-map__popup-call {
  background: #006ece;
  border-radius: 3px;
  color: #fff !important;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 13px;
  text-decoration: none !important;
}

.sahika-branches-map__popup-call:hover,
.sahika-branches-map__popup-call:focus {
  background: #0431b8;
}

@media screen and (max-width: 767px) {
  .sahika-branches-map__canvas {
    height: 360px;
  }

  .sahika-branches-map .mapboxgl-popup {
    max-width: 240px !important;
  }

  .sahika-branches-map .mapboxgl-popup-content {
    padding: 14px;
  }

  .sahika-branches-map__popup-title {
    font-size: 16px;
    margin-bottom: 6px;
  }

  .sahika-branches-map__popup-address,
  .sahika-branches-map__popup-phone {
    font-size: 13px;
    line-height: 1.45;
    margin-bottom: 6px;
  }

  .sahika-branches-map__popup-actions {
    margin-top: 10px;
  }

  .sahika-branches-map__popup-route,
  .sahika-branches-map__popup-call {
    font-size: 12px;
    padding: 8px 10px;
  }

  .sahika-branches-map__attribution {
    bottom: 5px;
    font-size: 9px;
    right: 5px;
  }
}
