.ArtistDropdownCompoundMessage {
    border: 1px solid $grey_200;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px $black_075, 0 0 5px $black_2;
    margin-top: 10px;
    padding: 20px;

    &-header {
        align-items: center;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    &-disabled {
        pointer-events: none;
    }
}
