.pbcf-header-account,
.pbcf-header-account * {
    box-sizing: border-box;
}

.pbcf-header-account {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;

    width: 100%;
}

.pbcf-header-account__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: inherit;

    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;

    text-decoration: none;
    white-space: nowrap;
}

.pbcf-header-account__link:hover {
    text-decoration: underline;
}

.pbcf-header-account__link--accent {
    font-weight: 700;
}

.pbcf-header-account__link--muted {
    opacity: .68;
}

@media (max-width: 767px) {
    .pbcf-header-account {
        flex-wrap: wrap;
        justify-content: flex-start;

        gap: 10px 14px;
    }

    .pbcf-header-account__link {
        font-size: 12px;
    }
}
