/**
 * File Path: assets/css/front/mbs-front-press-kit.css
 *
 * Press Kit public download button styles (INSIGHTS-3).
 *
 * @package MyBookShowroom
 * @since   4.4.0
 */

.mbs-press-kit-wrap {
	margin: 16px 0 8px;
	text-align: left;
}

.mbs-press-kit-download-btn {
	display: inline-block;
	padding: 8px 18px;
	background: #1d2327;
	color: #ffffff;
	border: 1px solid #1d2327;
	border-radius: 3px;
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
	transition: background 0.15s ease, border-color 0.15s ease;
	cursor: pointer;
}

.mbs-press-kit-download-btn:hover,
.mbs-press-kit-download-btn:focus {
	background: #2c3338;
	border-color: #2c3338;
	color: #ffffff;
	text-decoration: none;
	outline-offset: 2px;
}

.mbs-press-kit-download-btn::before {
	content: "\2193\00a0";
	font-style: normal;
}
