a#downloadBtn:visited, a#downloadBtn:link, a#downloadBtn:hover {
    color: unset !important;
}

/* Ensure the metric box is responsive and uses theme colors */
.metric-card {
    background-color: #ffffff; /* Use card background var from ea_app_custom_styles.css */
    color: #1f2937; /* Use text color var */
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}
