
@import '@{base-path}/word-author/word-author.less'; 
@import '@{base-path}/word-author/modifiers/word-author_claret/word-author_claret.less'; 

.word-author{
	background-color: #eee;
}

.word-author__buy-icon:before {
	background-image: url("../icons/dollar_claret.svg");
}

.word-author__look-projects-icon:before{ 
	background-image: url("../icons/eye.svg");
} 

@media screen and (min-width: 401px){

	.word-author__share-icon:before{
		background-image: url("../icons/share.svg");
	}
}

@media screen and (max-width: 480px){
	
	.word-author__layout{
		width: 48%;
	}
	
	.word-author__share{
		display: none;
	}
	
}
	
.b-share_theme_counter{
    display: inline-block;
    vertical-align: text-bottom;
}	