.spotmap-dashboard-widget {
    font-size: 13px;
}

.spotmap-stats-summary {
    display: flex;
    gap: 24px;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dcdcde;
}

.spotmap-stat {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.spotmap-stat-value {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #1d2327;
}

.spotmap-stat-label {
    font-size: 12px;
    color: #646970;
    margin-top: 3px;
}

.spotmap-feeds-table {
    margin: 0;
}

.spotmap-feeds-table th {
    font-weight: 600;
}

.spotmap-section-heading {
    font-weight: 600;
    margin: 12px 0 6px;
    color: #1d2327;
}

.spotmap-no-activity {
    color: #646970;
    font-style: italic;
    margin: 4px 0 8px;
}

.spotmap-stat-disabled {
    color: #c3c4c7;
}

