.ArtistCompoundPage {
    &-hidden {
        display: none;
    }

    &-headline {
        color: var(--gray-800);
        font-size: 14px;
        margin-bottom: 5px;
    }

    &-example {
        color: var(--gray-800);
        font-size: 12px;

        &-line {
            display: inline-block;
            vertical-align: middle;
        }
    }

    &-tag {
        background-color: var(--blue-300);
        border-radius: 2px;
        color: var(--white);
        display: inline-block;
        line-height: 20px;
        margin: 2px 0 2px 5px;
        max-width: 90%;
        overflow: hidden;
        padding: 3px 5px;
        text-overflow: ellipsis;
        vertical-align: middle;
        white-space: nowrap;
    }

    &-bold {
        font-weight: var(--weight-bold);
    }

    .ArtistProfileCheckable-item-content {
        padding-right: 5px;
    }
}
