/* Funding is a project fact, aligned with the card's editorial content. */
.priority-card .project-funding {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin: 0 0 22px;
    padding: 0 0 20px;
    border: 0;
    border-bottom: 1px solid var(--border, #dce1e5);
    background: transparent;
    color: var(--navy, #081e3f);
}
.priority-card .project-funding > span {
    color: var(--text, #34455b);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}
.priority-card .project-funding > strong {
    display: block;
    max-width: 100%;
    font-size: clamp(1.5rem, 2.2vw, 1.875rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -.025em;
    font-variant-numeric: tabular-nums;
    overflow-wrap: anywhere;
}
