.TrackPage {
    &-hr-extended {
        margin: 5px -20px 10px;
    }

    &-header {
        &-divider {
            margin-left: 5px;
            color: #b9bfc6;
        }

        &-first-line {
            display: inline-flex;

            &-text {
                font-weight: 500;
                font-size: 12px;
                line-height: 18px;
                color: #505962;
            }

            &-data {
                margin-left: 5px;
                font-weight: 400;
                font-size: 12px;
                line-height: 18px;
                color: #22262a;
            }

            &-isrc {
                margin-left: 5px;
            }
        }

        &-artists-line {
            display: inline-flex;

            &-data {
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: #22262a;
            }

            &-featuring {
                display: inline-flex;

                &-data {
                    margin-left: 5px;
                }
            }
        }
    }
    &-header-body-track-name {
        font-weight: 400;
        font-size: 24px;
        line-height: 32px;
        color: #000;
    }

    &-account-pill-popover {
        img {
            margin-right: 8px;
        }
        &-title {
            display: flex;
            align-items: center;
            font-weight: 500;
        }
    }

    .PageNav {
        .nav-link {
            text-transform: capitalize;
        }
    }
}
