.brx-google-marker {
  width: 50px;
  height: 50px;
  padding: 15px;
  background: var(--white-trans-90);
  border-radius: var(--radius-circle);
  display: flex;
  align-items: center;
  justify-content: center;

}

.brx-google-marker img {
  margin-bottom: 3px;
}

.brxe-map .infoBox {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0);
    display: flex;
    flex-direction: column;
    font-size: var(--text-m);
    gap: 5px;
    min-width: 300px;
    padding: 10px;
    transform: translate(-50%, calc(-100% - 60px)) !important;
    color: #333;
}

.brxe-map .infoBox .close-infobox {
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    pointer-events: all;
    position: absolute;
    right: 10px;
    top: 5px;
}

.brxe-map .infoBox .title {
  font-size: var(--text-m);
  font-weight: 400;
}