.gds-bookmark-btn__icon{
	display:block;
	width:20px;
	height:20px;
	color:currentColor;
}

.gds-bookmark-btn.is-active{
	color:#1e73ff;
}

/* Default: outline only */
.gds-bookmark-fill{
	display:none;
}

/* Active: filled only */
.gds-bookmark-btn.is-active .gds-bookmark-outline{
	display:none;
}

.gds-bookmark-btn.is-active .gds-bookmark-fill{
	display:block;
}
