:root {
  --hmbrgr-orange: #dc762c;
  --hmbrgr-cream: #f1e9d9;
  --hmbrgr-blue: #2e4896;
  --hmbrgr-text: #132341;
}

.hmbrgr-branch-selector,
.hmbrgr-branch-selector * {
  box-sizing: border-box !important;
}

.hmbrgr-branch-selector {
  width: 100% !important;
  max-width: 620px !important;
  margin: 0 !important;
  font-family: "Montserrat", Arial, sans-serif !important;
}

.hmbrgr-branch-phone {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  min-height: 104px !important;
  margin: 0 0 14px !important;
  padding: 18px 22px !important;
  overflow: hidden !important;
  border: 2px solid var(--hmbrgr-orange) !important;
  border-radius: 22px !important;
  background-color: var(--hmbrgr-cream) !important;
  background-image:
    linear-gradient(rgba(46, 72, 150, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(46, 72, 150, 0.09) 1px, transparent 1px) !important;
  background-size: 38px 38px !important;
  box-shadow: 0 14px 34px rgba(46, 72, 150, 0.12) !important;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease !important;
}

.hmbrgr-branch-phone::after {
  content: "" !important;
  position: absolute !important;
  inset: auto -38px -58px auto !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  background: rgba(220, 118, 44, 0.12) !important;
  pointer-events: none !important;
}

.hmbrgr-branch-phone.is-ready {
  border-color: var(--hmbrgr-blue) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 18px 38px rgba(46, 72, 150, 0.18) !important;
}

.hmbrgr-branch-phone.is-loading {
  opacity: 0.76 !important;
}

.hmbrgr-branch-phone.has-error {
  border-color: var(--hmbrgr-orange) !important;
}

.hmbrgr-branch-phone__icon {
  position: relative !important;
  z-index: 1 !important;
  display: inline-flex !important;
  flex: 0 0 58px !important;
  width: 58px !important;
  height: 58px !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: var(--hmbrgr-orange) !important;
  box-shadow: 0 8px 18px rgba(220, 118, 44, 0.25) !important;
}

.hmbrgr-branch-phone.is-ready .hmbrgr-branch-phone__icon {
  background: var(--hmbrgr-blue) !important;
}

.hmbrgr-branch-phone__icon svg {
  display: block !important;
  width: 29px !important;
  height: 29px !important;
  fill: #fff !important;
}

.hmbrgr-branch-phone__content {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.hmbrgr-branch-phone__label {
  display: block !important;
  margin: 0 0 3px !important;
  color: var(--hmbrgr-orange) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
}

.hmbrgr-branch-phone__number,
.hmbrgr-branch-phone__number:link,
.hmbrgr-branch-phone__number:visited {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--hmbrgr-blue) !important;
  font-family: "Bangers", Impact, sans-serif !important;
  font-size: clamp(27px, 4.2vw, 43px) !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  text-decoration: none !important;
  white-space: pre-line !important;
  overflow-wrap: anywhere !important;
  transition: color 160ms ease, transform 160ms ease !important;
}

.hmbrgr-branch-phone.is-ready .hmbrgr-branch-phone__number:hover {
  color: var(--hmbrgr-orange) !important;
  transform: translateX(3px) !important;
}

.hmbrgr-branch-phone__number[aria-disabled="true"] {
  cursor: default !important;
}

.hmbrgr-branch-phone__branch {
  display: block !important;
  margin-top: 4px !important;
  color: var(--hmbrgr-text) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.hmbrgr-branch-phone__branch[hidden] {
  display: none !important;
}

.hmbrgr-branch-select-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.hmbrgr-branch-select,
.hmbrgr-branch-select:hover,
.hmbrgr-branch-select:focus {
  display: block !important;
  width: 100% !important;
  min-height: 62px !important;
  margin: 0 !important;
  padding: 0 58px 0 20px !important;
  border: 2px solid var(--hmbrgr-blue) !important;
  border-radius: 18px !important;
  outline: 0 !important;
  background: #fff !important;
  color: var(--hmbrgr-blue) !important;
  box-shadow: none !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease !important;
}

.hmbrgr-branch-select:hover {
  border-color: var(--hmbrgr-orange) !important;
  transform: translateY(-1px) !important;
}

.hmbrgr-branch-select:focus {
  border-color: var(--hmbrgr-orange) !important;
  box-shadow: 0 0 0 4px rgba(220, 118, 44, 0.15) !important;
}

.hmbrgr-branch-select:disabled {
  cursor: wait !important;
  opacity: 0.68 !important;
}

.hmbrgr-branch-select-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 22px !important;
  width: 12px !important;
  height: 12px !important;
  border-right: 3px solid var(--hmbrgr-orange) !important;
  border-bottom: 3px solid var(--hmbrgr-orange) !important;
  transform: translateY(-68%) rotate(45deg) !important;
  pointer-events: none !important;
}

.hmbrgr-branch-empty {
  padding: 18px 20px !important;
  border: 2px solid var(--hmbrgr-orange) !important;
  border-radius: 18px !important;
  background: var(--hmbrgr-cream) !important;
  color: var(--hmbrgr-blue) !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 700 !important;
}

#mapDiv.hmbrgr-map-loading,
.hmbrgr-map-loading {
  position: relative !important;
  min-height: 120px !important;
  pointer-events: none !important;
}

#mapDiv.hmbrgr-map-loading::after,
.hmbrgr-map-loading::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 8 !important;
  border-radius: inherit !important;
  background: rgba(241, 233, 217, 0.68) !important;
}

.hmbrgr-map-spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 9 !important;
  width: 44px !important;
  height: 44px !important;
  margin: -22px 0 0 -22px !important;
  border: 4px solid rgba(46, 72, 150, 0.22) !important;
  border-top-color: var(--hmbrgr-orange) !important;
  border-radius: 50% !important;
  animation: hmbrgr-branch-spin 0.75s linear infinite !important;
}

@keyframes hmbrgr-branch-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .hmbrgr-branch-phone {
    min-height: 94px !important;
    gap: 13px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .hmbrgr-branch-phone__icon {
    flex-basis: 50px !important;
    width: 50px !important;
    height: 50px !important;
  }

  .hmbrgr-branch-phone__icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .hmbrgr-branch-select,
  .hmbrgr-branch-select:hover,
  .hmbrgr-branch-select:focus {
    min-height: 58px !important;
    border-radius: 16px !important;
    font-size: 14px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hmbrgr-branch-phone,
  .hmbrgr-branch-phone__number,
  .hmbrgr-branch-select {
    transition: none !important;
  }

  .hmbrgr-map-spinner {
    animation-duration: 1.5s !important;
  }
}
