/* Analytics Overview Dashboard */

/* Info icon in a stat card header — hover for a calculation explanation. */
.stat-info {
    color: #cbd5e1;
    font-size: 13px;
    cursor: help;
}

.stat-info:hover {
    color: #64748b;
}

.overview-section {
    margin-bottom: 32px;
}

.overview-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.overview-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.overview-section-title i {
    color: #64748b;
    font-size: 15px;
}

.overview-section-link {
    font-size: 13px;
    font-weight: 600;
    color: #059669;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.15s;
}

.overview-section-link:hover {
    color: #047857;
}

.overview-section-link i {
    font-size: 11px;
}
