/* Snowfall 6 Hour Report styling */

/* Enhanced form styling */
.form-label {
    font-weight: 600;
    color: #495057;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.card-title {
    color: #495057;
    font-weight: 600;
}

/* Button styling */
.btn-primary {
    background-color: #0d6efd;
    border-color: #0d6efd;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
    font-weight: 500;
}

/* Table styling */
.table-responsive {
    border-radius: 0.375rem;
    overflow: hidden;
}

.table-dark {
    --bs-table-bg: #495057;
}

/* Badge styling for trace amounts */
.badge.bg-info {
    background-color: #0dcaf0 !important;
    color: #000;
    font-weight: 600;
}

/* Tabulator height */
#snowfall-tabulator {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
}

/* Form check improvements */
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-label {
    font-size: 0.9rem;
    color: #495057;
}

/* Responsive improvements */
@media (max-width: 768px) {
    .col-md-4 {
        margin-bottom: 0.5rem;
    }
    
    .form-check {
        margin-bottom: 0.25rem;
    }
}
