.fpa-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 18px;
    background: var(--fpa-gold);
    color: var(--fpa-text);
    font-weight: 900;
}

.fpa-card .fpa-icon {
    margin-bottom: 26px;
}
