/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
}

.svg-turkiye-haritasi svg {
  width: 100%;
  height: auto;
}

#svg-turkiye-haritasi text tspan:first-child {
  font-size: 12px;
  /* İl adı */
}

#svg-turkiye-haritasi text tspan:nth-child(2) {
  font-size: 10px;
  /* Alt satır rakam */
}

.il-isimleri {
  position: absolute;
  z-index: 2;
}

.il-isimleri div {
  font-family: cursive;
  display: inline-block;
  background: #212121;
  color: #FFCA28;
  padding: 8px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#svg-turkiye-haritasi path {
  cursor: pointer;
  fill: mediumaquamarine;
}

#svg-turkiye-haritasi path:hover {
  fill: aquamarine ;
}

#guney-kibris {
  pointer-events: none;
}