/* Plant group color coding */
.bg-light-blue {
    background-color: rgba(0, 123, 255, 0.05) !important;
}
.bg-light-red {
    background-color: rgba(220, 53, 69, 0.05) !important;
}
.bg-light-yellow {
    background-color: rgba(255, 193, 7, 0.08) !important;
}

/* Photo preview */
.photo-preview {
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

/* Form spacing */
.card-body .form-label {
    font-weight: 500;
    margin-bottom: 0.25rem;
}

/* Timer button active state */
.btn-warning {
    font-family: 'Courier New', monospace;
    font-size: 1.1em;
    font-weight: bold;
    min-width: 120px;
}

/* Insect count rows */
.col-form-label-sm {
    font-size: 0.875rem;
}

/* Map container */
#map_container {
    border: 2px solid #dee2e6;
}
