#location-list {
    max-height: 600px;
    overflow-y: auto;
}

#location-list .list-group-item {
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #eee;
    transition: all 0.3s ease;
}

#location-list .list-group-item:hover {
    background-color: #f8f9fa;
    cursor: pointer;
}

#location-list .list-group-item strong {
    color: #333;
    font-size: 1rem;
}

#location-list .list-group-item small {
    font-size: 0.85rem;
}

#search {
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 15px;
}

#search:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#showAll {
    background-color: #3E8B69;
    border-color: #3E8B69;
    transition: all 0.3s ease;
}

#showAll:hover {
    background-color: #2d6a52;
    border-color: #2d6a52;
}
