.favourites-total {
	display:  inline-block;
	color:    inherit;
	position: relative;
}

.favourites-total-icon {
	font-size: 3em;
	color:     #ccc;
}

.has-favourites .favourites-total-icon {
	color: red;
}

.favourites-total-label {
	position:   absolute;
	top:        1em;
	right:      0;
	background: #bbb;
}

.has-favourites .favourites-total-label {
	background: darkred;
}

.favourites-toggle {
	padding:    0;
	border:     none;
	outline:    none;
	background: transparent;
	color:      #ccc;
}

.favourites-toggle.in-favourites {
	color: red;
}

.favourites-overview {

}

.favourites-overview-share-container {
	height:     0;
	overflow:   hidden;
}

.favourites-overview-share-container.is-visible {
	height: auto;
}

.favourites-overview-share-url {
}
