.plf-favorites-button-wrapper {
	margin-bottom: 0.5em;
}

.plf-favorite-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0.25em 0.5em;
	font-size: 1.5em;
	line-height: 1;
	color: #666;
}

.plf-favorite-btn:hover {
	color: #c00;
}

.plf-favorite-btn.is-favorite {
	color: #c00;
}

.plf-favorite-btn:disabled {
	cursor: wait;
	opacity: 0.7;
}

.plf-favorite-icon {
	display: inline-block;
}

/* My Favorites page */
.plf-my-favorites-empty .plf-my-favorites-empty-msg {
	text-align: center;
	padding: 2em;
}

.plf-my-favorites-empty .plf-my-favorites-empty-msg p {
	margin: 0.5em 0;
}

.plf-my-favorites-guest-hint {
	font-size: 0.9em;
	color: #666;
	margin-top: 1em !important;
}

.plf-my-favorites-guest-cta {
	margin-top: 0.5em !important;
}

.plf-my-favorites-guest-cta a {
	text-decoration: underline;
}
