div.finscore-grade {
    font-weight: bold;
    color: var(--green);
    font-size: 14px;
}

div.top__bar {
    display: none;
}

@media screen and (max-width: 768px) {
    .card__logo {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 55px;
    }

    .card__cta > a {
        margin-right: 0;
    }

    div.longcard__wrapper div.card__cta {
        justify-content: space-between;
    }

    div.post__subtext {
        padding-bottom: 10px;
    }
}
