#eczane-listesi {
    list-style: none;
    padding: 0;
}
#eczane-listesi li {
    margin-bottom: 10px;
}
#yakindakiler {
    margin-top: 20px;
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    border: none;
    cursor: pointer;
}
#yakindakiler:hover {
    background: #005177;
}
#yakindakiler-sonuc {
    margin-top: 20px;
}
#yakindakiler-sonuc ul {
    list-style: none;
    padding: 0;
}
#yakindakiler-sonuc li {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
/* Genel container */
.eczane-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Başlık */
.eczane-baslik {
    font-size: 24px;
    color: #1a3c6d;
    margin-bottom: 20px;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

/* Eylemler (buton alanı) */
.eczane-eylemler {
    margin-bottom: 20px;
    text-align: center;
}

/* Yakın eczaneler butonu */
.eczane-button {
    background: #0073aa;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.eczane-button:hover {
    background: #005177;
    transform: translateY(-2px);
}

.eczane-button:active {
    transform: translateY(0);
}

/* Yakın eczaneler sonuç alanı */
.yakindakiler-sonuc {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.yakindakiler-sonuc h3 {
    font-size: 18px;
    color: #1a3c6d;
    margin-bottom: 10px;
}

.yakindakiler-sonuc ul {
    list-style: none;
    padding: 0;
}

.yakindakiler-sonuc li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Eczane listesi */
.eczane-liste {
    list-style: none;
    padding: 0;
}

/* Eczane kartı */
.eczane-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    transition: box-shadow 0.3s;
}

.eczane-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Eczane bilgileri */
.eczane-bilgi {
    display: flex;
    flex-direction: column;
   
}

.eczane-isim {
    font-size: 18px;
    color: #1a3c6d;
    font-weight: 600;
}

.eczane-adres {
    font-size: 14px;
    color: #555;
}

.eczane-telefon {
    font-size: 14px;
    color: #0073aa;
}

.eczane-telefon a {
    text-decoration: none;
    color: inherit;
}

.eczane-telefon a:hover {
    text-decoration: underline;
}

.eczane-ilce {
    font-size: 14px;
    color: #555;
}

.eczane-harita a {
    font-size: 14px;
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.eczane-harita a:hover {
    text-decoration: underline;
}

/* Uyarı mesajı */
.eczane-uyari {
    background: #fff3cd;
    color: #856404;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

/* Mobil uyumluluk */
@media (max-width: 600px) {
    .eczane-container {
        padding: 10px;
    }

    .eczane-baslik {
        font-size: 20px;
    }

    .eczane-button {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .eczane-item {
        padding: 10px;
    }

    .eczane-isim {
        font-size: 16px;
    }

    .eczane-adres, .eczane-telefon, .eczane-ilce, .eczane-harita a {
        font-size: 13px;
    }
}


/* Genel container */
.eczane-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 5px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* Başlık */
.eczane-baslik {
    font-size: 24px;
    color: #1a3c6d;
    margin-bottom: 20px;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

/* Eylemler (buton alanı) */
.eczane-eylemler {
    margin-bottom: 20px;
    text-align: center;
}

/* Yakın eczaneler butonu */
.eczane-button {
    background: #0073aa;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.eczane-button:hover {
    background: #005177;
    transform: translateY(-2px);
}

.eczane-button:active {
    transform: translateY(0);
}

/* Yakın eczaneler sonuç alanı */
.yakindakiler-sonuc {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.yakindakiler-sonuc h3 {
    font-size: 18px;
    color: #1a3c6d;
    margin-bottom: 10px;
}

.yakindakiler-sonuc ul {
    list-style: none;
    padding: 0;
}

.yakindakiler-sonuc li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

/* Eczane listesi */
.eczane-liste {
    list-style: none;
    padding: 0;
}

/* Eczane kartı */
.eczane-item {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    transition: box-shadow 0.3s;
}

.eczane-item:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Eczane bilgileri */
.eczane-bilgi {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.eczane-isim {
    font-size: 18px;
    color: #1a3c6d;
    font-weight: 600;
}

.eczane-adres {
    font-size: 14px;
    color: #555;
}

.eczane-telefon {
    font-size: 14px;
    color: #0073aa;
}

.eczane-telefon a {
    text-decoration: none;
    color: inherit;
}

.eczane-telefon a:hover {
    text-decoration: underline;
}

.eczane-ilce {
    font-size: 14px;
    color: #555;
}

.eczane-harita a {
    font-size: 14px;
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.eczane-harita a:hover {
    text-decoration: underline;
}

/* Uyarı mesajı */
.eczane-uyari {
    background: #fff3cd;
    color: #856404;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 20px;
}

/* Konuma Git butonu */
.konuma-git-button {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    margin-top: 10px;
    transition: background 0.3s;
}

.konuma-git-button:hover {
    background: #218838;
}

/* Uzaklık bilgisi */
.eczane-uzaklik {
    font-size: 13px;
    color: #666;
    margin-left: 10px;
}

/* Mobil uyumluluk */
@media (max-width: 600px) {
    .eczane-container {
        padding: 10px;
    }

    .eczane-baslik {
        font-size: 20px;
    }

    .eczane-button {
        width: 100%;
        padding: 10px;
        font-size: 14px;
    }

    .eczane-item {
        padding: 10px;
    }

    .eczane-isim {
        font-size: 16px;
    }

    .eczane-adres, .eczane-telefon, .eczane-ilce, .eczane-harita a, .konuma-git-button, .eczane-uzaklik {
        font-size: 13px;
    }
}