/* 4 Saisons Toolkit — Frontend Styles */

/* Hide Price: login link */
.fst-login-to-see-price {
	display: inline-block;
	font-size: 0.9em;
	font-weight: 600;
	color: #C41E3A;
	text-decoration: underline;
}

.fst-login-to-see-price:hover {
	color: #1a1a1a;
}

/* PDF Catalog */
.fst-pdf-catalog-wrap {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.fst-pdf-viewer {
	width: 100%;
	height: 80vh;
	min-height: 500px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.fst-pdf-download {
	margin-top: 12px;
	text-align: center;
}

.fst-pdf-download a {
	font-weight: 600;
	color: #C41E3A;
}

.fst-pdf-download a:hover {
	color: #1a1a1a;
}

.fst-pdf-empty {
	text-align: center;
	color: #999;
	padding: 40px 0;
}
