.phone {
  font-size: 24px !important;
}

/* Ofis adlarını aynı satırda göster ve aralarına | ekle */
.ba-map-shortcode .map-info .offices .list-offices {
  display: flex;
  flex-wrap: wrap;           /* taşarsa alt satıra geçsin */
  gap: 0;                    /* boşluğu pseudo-elementten vereceğiz */
}

.ba-map-shortcode .map-info .offices .list-offices .text:not(:last-child)::after {
  content: " | ";
  margin: 0 .35em;
  opacity: .8;
}

/* "Baki Grup" bold */
.ba-map-shortcode .map-info .address {
  font-weight: bold;
}

/* Telefon kelimesi bold, numara normal */
.ba-map-shortcode .map-info .phone span {
  font-weight: bold;
}
.ba-map-shortcode .map-info .phone {
  font-weight: normal; /* numara kısmı normale dönsün */
}