
.pcpl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}

.pcpl-button {
	padding: .375em .625em;
	font-size: 1em;
	line-height: 1;
	font-weight: 400;
}

a.liked {
	color: #da1b1b;
}

a.liked:active, a.liked:focus, a.liked:hover {
	color: #666;
}

.pcpl-count, a.liked span.pcpl-count {
	color: #666;
}

.pcpl-icon {
	margin-right: .3125em;
	font-family: "Arial Unicode MS", Arial, sans-serif;
	vertical-align: middle;
}

.pcpl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}

.pcpl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.pcpl-count {
	font-size: .625em;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

.loader, .loader:after, .loader:before {
	background: rgba(0, 0, 0, .2);
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: .2em;
	height: .6em;
}

.loader:after, .loader:before {
	position: absolute;
	top: 0;
	content: "";
}

.loader:before {
	left: -.375em;
	-webkit-animation-delay: -.32s;
	animation-delay: -.32s;
}

.loader {
	text-indent: -9999em;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	font-size: 1em;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -.16s;
	animation-delay: -.16s;
}

.loader:after {
	left: .375em;
}

@-webkit-keyframes load1 {
	0%, 100%, 80% {
		box-shadow: 0 0 rgba(0, 0, 0, .2);
		height: .6em;
	}
	
	40% {
		box-shadow: 0 -.3em rgba(0, 0, 0, .2);
		height: 1em;
	}
}

@keyframes load1 {
	0%, 100%, 80% {
		box-shadow: 0 0 rgba(0, 0, 0, .2);
		height: .6em;
	}
	
	40% {
		box-shadow: 0 -.3em rgba(0, 0, 0, .2);
		height: 1em;
	}
}
