

/* Start:/bitrix/components/dolphin/like/templates/.default/style.css?1688309544908*/
.b-like-block {
	font-size: 15px;
	height: 45px;
	line-height: 45px;
}

.b-like-button,
.b-like-button:link,
.b-like-button:visited,
.b-like-button:hover,
.b-like-button:active {
	outline: none;
	position: relative;
	background: #008ad1; 
	height: 45px; 
	line-height: 45px; 
	text-transform: uppercase; 
	color: #fff; 
	font-size: 15px; 
	padding: 0 66px 0 34px; 
	display: inline-block; 
	margin: 10px 10px 10px 0; 
	text-decoration: none;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-border-radius: 3px; 
	   -moz-border-radius: 3px; 
			border-radius: 3px;
}

	.b-like-button__passive { 
		opacity: 0.6;
		cursor: default;
	}

	.b-like-button:after {
		content: '';
		position: absolute;
		top: 12px;
		right: 32px;
		width: 26px;
		height: 22px;
		background: url(/bitrix/components/dolphin/like/templates/.default/./img/heart.png) no-repeat;
	}
	
	

/* End */
/* /bitrix/components/dolphin/like/templates/.default/style.css?1688309544908 */
