.location-btn {
    margin: 2px;
    transition: all 0.2s ease;
    font-size: 0.85rem;
}

.location-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.location-btn.active {
    background-color: white;
    color: white;
}

#locationButtons {
    border-radius: 5px;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}