@charset "utf-8";
/* CSS Document */

	.astoundBlogHeaderByline{
		display: flex;
		flex-direction: row;
		align-items: center;
		
	}
	.astoundGlobHeaderBylineIcon{
		width:62px;
	}
	.astoundBlogHeaderShareLine{
		display: flex;
		flex-direction: row;
		align-items: center;
		
	}
	.astoundBlogSocialIcon{
		width:40px;
		height:40px;
		border-radius: 20px;
		margin-left:10px;
	}

	.astoundBlogHeaderTags{
		list-style: none;
		padding-left:0px;
	}
	.astoundBlogHeaderTags li{
		display: inline-block;
		padding: 4px 20px 4px 20px;
		border-radius: 20px;
		background-color:var(--astoundBlack);
		color:var(--astoundWhite);
		margin-bottom:4px;
	}
	.actionCopyLinkText{
		color:red;
	}