.custom-turkey-map-wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.custom-turkey-map-inner {
    position: relative;
}

.ctm-svg-holder svg {
    width: 100%;
    height: auto;
}

/* İl isimleri alanı */
.ctm-il-isimleri {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #1A1F1F;
    margin-bottom: 10px;
    min-height: 40px;
    line-height: 40px;
}


.ctm-svg-holder path {
    cursor: pointer;
    transition: fill 0.2s;
        fill: #222;

}
.ctm-svg-holder g:hover > path {
    fill: #ffb400 !important;
}