/**
 * Scoped styles for the legal footer bar (015exp-legal-sms).
 */
.o15exp-legal-footer {
	box-sizing: border-box;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 12px 16px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	background: rgba(0, 0, 0, 0.03);
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
}

.o15exp-legal-footer-inner {
	max-width: 1200px;
	margin: 0 auto;
}

.o15exp-legal-footer a {
	text-decoration: underline;
}

.o15exp-legal-footer .o15exp-legal-sep {
	margin: 0 0.5em;
	opacity: 0.6;
}
