/* Bursa ilçe haritası - beyaz çizim, ilçe adları sınır içinde, beyaz renk */
.fpfl-bursa-map-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 8px;
}
.fpfl-bursa-map-container {
  position: relative;
}
.fpfl-bursa-map-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
.fpfl-bursa-labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.fpfl-bursa-label {
  position: absolute;
  transform: translate(-50%, -50%);
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  white-space: nowrap;
  cursor: pointer;
  text-decoration: none;
  padding: 10px;
  border-radius: 50px;
  transition: transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.fpfl-bursa-map-wrap a.fpfl-bursa-label:hover,
.fpfl-bursa-map-wrap a.fpfl-bursa-label:focus {
  transform: translate(-50%, -50%) scale(1.45);
  color: #FFEB3B !important;
  background: #000 !important;
  border-radius: 50px;
  padding: 10px 14px;
  z-index: 10;
}
