.province-container {
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.province-container h2 {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-primary-font-family, Lato, sans-serif);
  font-weight: bold;
  color: #ffffffff;
  border-bottom: 1px solid #eee;
  border-radius: 8px;
  padding: 0.8rem;
  background-color: #ff3b3b;
  cursor: pointer;
}

.province-container h3 {
  padding: 0;
  margin: 0;
  font-size: 1.5rem;
  font-family: var(--e-global-typography-primary-font-family, Lato, sans-serif);
  font-weight: bold;
  color: #333;
}

.province-container.open .branch-container {
  max-height: 6000px;
  padding: 1rem;
}

.province-container .branch-container {
  max-height: 0;
  padding: 0 1rem;
  overflow: hidden;
  transition: max-height 0.5s ease, padding 0.6s ease;
}

.province-container .branch-container h3 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

.province-container .branch-container h3:first-child {
  margin-top: 0;
}

.province-container .branch-container h4 {
  padding: 0;
  margin: 0;
}

.province-container .branch-container .branch-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.province-container .branch-container .branch-locations .branch-item .branch-info {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #eee;
  border-radius: 5px;
}

.province-container .branch-container .branch-locations .branch-item .branch-info label {
  font-weight: bold;
}

.province-container .branch-container .branch-locations .branch-item .loc-map {
  overflow: hidden;
  flex-shrink: 0;
  width: 100%;
  background: #000;
  border-radius: 5px;
}

@media (min-width: 824px) {
  .branch-item {
    display: flex;
    gap: 1rem;
  }

  .loc-map {
    width: 300px !important;
    min-height: unset !important;
  }
}

.divider {
  margin: 1rem 0;
}

.cabang-name-badge {
  background-color: #ff3b3b;
  color: white;
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

a {
    background-color: transparent;
    color: #25D366;
    text-decoration: none
}

a:active,a:hover {
    color: #20ac53ff;
    cursor: pointer;
}

a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

a1 {
    background-color: transparent;
    color: #25D366;
    text-decoration: none
}

a1:active,a1:hover {
    color: #20ac53ff;
    cursor: pointer;
}

a1:not([href]):not([tabindex]),a1:not([href]):not([tabindex]):focus,a1:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a1:not([href]):not([tabindex]):focus {
    outline: 0
}

a2 {
    background-color: transparent;
    color: #ff0000ff;
    text-decoration: none
}

a2:active,a2:hover {
    color: #d30000ff;
    cursor: pointer;
}

a2:not([href]):not([tabindex]),a2:not([href]):not([tabindex]):focus,a2:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a2:not([href]):not([tabindex]):focus {
    outline: 0
}