/**
 * ME Beauty reusable footer styling.
 * First extracted in v1.0.1-prep from staging runtime patches.
 */

.meb-footer-facebook p {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.65;
	color: #66717a;
}

.meb-footer-facebook strong {
	display: block;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 1.4;
	color: var(--meb-accent, #ce88bb);
}

.meb-footer-facebook a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 16px;
	border-radius: 27px;
	background: var(--meb-accent, #ce88bb);
	color: #fff !important;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.meb-footer-facebook a:hover,
.meb-footer-facebook a:focus {
	background: var(--meb-accent-dark, #b96fa6);
	color: #fff !important;
}

