/*
Theme Name: Newspaper Boiler Bay Child
Theme URI: https://boilerbaybeacon.com
Description: Child theme for TagDiv Newspaper - Beacon Premium personalization hooks
Author: Boiler Bay Beacon
Template: Newspaper
Version: 1.0.4
License: GNU General Public License v2 or later
Text Domain: newspaper-boiler-bay-child
*/

.beacon-supporter-badge {
	display: inline-block;
	margin-left: 0.25em;
	font-size: 0.85em;
	opacity: 0.8;
}

.beacon-save-article-btn {
	display: inline-block;
	margin: 0.5rem 0 1rem;
	padding: 0.4rem 0.8rem;
	border: 1px solid #c8922a;
	border-radius: 3px;
	background: transparent;
	color: #c8922a;
	font-size: 0.85rem;
	cursor: pointer;
}

.beacon-save-article-btn:hover {
	background: #c8922a;
	color: #fff;
}