/* KICKWISE — SINGLE PROFILE METRICS
   Exact visual contract copied from Job Single metrics.
   Used by Candidate, Football Player and Employer single profiles. */

.kw-profile-single-metrics {
    margin-top: 8px;
}

.kw-job-single-metrics {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px 14px;
    min-width: 0;
    font-size: 12.2px;
    font-weight: 680;
    line-height: 1.35;
    letter-spacing: -.006em;
    text-shadow: none;
}

.kw-job-single-metric {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-shadow: none;
}

.kw-job-single-metric--shortlisted {
    color: #c05b12;
}

.kw-job-single-metric--views {
    color: #1a5da8;
}

html[data-theme="dark"] .kw-job-single-metric--shortlisted {
    color: #fb923c;
}

html[data-theme="dark"] .kw-job-single-metric--views {
    color: #60a5fa;
}

@media (max-width: 760px) {
    .kw-profile-single-metrics {
        margin-top: 7px;
    }

    .kw-job-single-metrics {
        gap: 5px 12px;
        font-size: 11.6px;
    }
}
