/* FRK Freak Bundles — front-end styling. */

.frk-bundle-contents {
	margin: 1.5em 0;
	padding: 1em 1.25em;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	background: #fafafa;
}

.frk-bundle-contents__title {
	margin: 0 0 .5em;
	font-size: 1rem;
	text-transform: uppercase;
	letter-spacing: .03em;
}

.frk-bundle-contents__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.frk-bundle-contents__item {
	padding: .35em 0;
	border-bottom: 1px solid #ededed;
}

.frk-bundle-contents__item:last-child {
	border-bottom: 0;
}

.frk-bundle-contents__qty {
	color: #777;
	margin-left: .35em;
}

.frk-bundle-contents__item--oos a {
	text-decoration: line-through;
	color: #999;
}

.frk-bundle-contents__oos {
	margin-left: .5em;
	color: #c0392b;
	font-size: .85em;
	text-transform: uppercase;
}

.frk-bundle-contents__notice {
	margin: .75em 0 0;
	color: #c0392b;
	font-weight: 600;
}

.frk-bundle-badge {
	display: inline-block;
	margin-bottom: .5em;
}

.frk-bundle-unavailable {
	color: #c0392b;
	font-weight: 600;
	text-transform: uppercase;
}
