/* Map Styles */
.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto 40px auto;
  text-align: center;
  position: relative; /* For absolute positioning of tooltip */
}
.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}
.il-isimleri {
  position: absolute;
  z-index: 9999;
  pointer-events: none;
  top: 0;
  left: 0;
  display: none; /* Hidden by default */
}
.il-isimleri div {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  background: rgba(34, 34, 34, 0.9);
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 14px;
  white-space: nowrap;
}

#svg-turkiye-haritasi path {
  cursor: pointer;
  transition: fill 0.2s;
}
#svg-turkiye-haritasi path:hover {
  fill: #d32f2f !important; /* Red hover override */
}
#svg-turkiye-haritasi path.active {
    fill: #b71c1c !important; /* Darker red active override */
}

/* Region Colors */
#bolge-1 g path{ fill:#87cdde; stroke:#fff; stroke-width:0.5px; }
#bolge-2 g path{ fill:#ac93a7; stroke:#fff; stroke-width:0.5px; }
#bolge-3 g path{ fill:#ffb380; stroke:#fff; stroke-width:0.5px; }
#bolge-4 g path{ fill:#cccccc; stroke:#fff; stroke-width:0.5px; }
#bolge-5 g path{ fill:#decd87; stroke:#fff; stroke-width:0.5px; }
#bolge-6 g path{ fill:#de8787; stroke:#fff; stroke-width:0.5px; }
#bolge-7 g path{ fill:#aade87; stroke:#fff; stroke-width:0.5px; }

/* User's List Styles Adaptation */
.bayi-listesi {
    padding: 20px 0;
}

.heading-bottom-border {
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.heading-bottom-border.double {
    border-bottom-style: double;
    border-bottom-width: 4px;
}

.info-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 30px;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.info-box-content h4 {
    color: #d32f2f;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
}

.info-box-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
}

/* Responsive Grid Fixes */
@media (min-width: 768px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
        padding-left: 15px;
        box-sizing: border-box;
    }
}
@media (min-width: 1200px) {
    .col-xl-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
