/* Level in account */
body .cd-current-level-container.cd-current-level-account {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    
    margin-top: 1rem;
}

.cd-account-info {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - .75rem));
}

.cd-current-level-account .cd-heading-level {
    font-size: 1.0625rem;
    margin-bottom: 0;
}

.cd-current-level-account .cd-discount-info-footnote {
    margin-bottom: 0;
    margin-right: auto;
    font-size: .625rem;
    color: #565556;
}