body {
    background-color: #f5f7f5;
}

.login-page {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    min-height: 100vh;
}

.custom-marker {
    background: none;
    border: none;
}

.navbar-brand {
    font-size: 1.25rem;
}

.stat-card .card-body h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}

.stat-card .card-body h6 {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#locationSearch:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.15rem rgba(25, 135, 84, 0.25);
}

.list-group-item.location-item {
    padding: 0.5rem 0.75rem;
}
