#ramadan-times {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 250px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    z-index: 9999;
}
#district-search {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: none;
}
#ramadan-results h2 {
    margin: 0;
    font-size: 18px;
    text-align: center;
}
#ramadan-results p {
    margin: 5px 0;
    text-align: center;
}
