.msp-consent__inner {
	position: relative;
	border-top: 3px solid #c8a75d;
}

.wp-site-blocks .ms-footer .ms-footer-nav.ms-footer-nav--rail button.msp-consent-settings {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 6px 2px;
	max-width: none;
	border: 0;
	border-radius: 0;
	color: rgba(18, 14, 28, .4);
	background: transparent;
	box-shadow: none;
	font-family: "Jura", "Bai Jamjuree", Arial, sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: inherit;
	letter-spacing: .2em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .32s cubic-bezier(.22, 1, .36, 1);
}

.wp-site-blocks .ms-footer .ms-footer-nav.ms-footer-nav--rail button.msp-consent-settings::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	opacity: .4;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform .42s cubic-bezier(.22, 1, .36, 1);
	pointer-events: none;
}

.wp-site-blocks .ms-footer .ms-footer-nav.ms-footer-nav--rail button.msp-consent-settings:hover {
	color: rgba(18, 14, 28, .92);
	text-decoration: none;
}

.wp-site-blocks .ms-footer .ms-footer-nav.ms-footer-nav--rail button.msp-consent-settings:hover::before {
	transform: scaleX(1);
}

.wp-site-blocks .ms-footer .ms-footer-nav.ms-footer-nav--rail button.msp-consent-settings:focus-visible {
	outline: 2px solid rgba(154, 125, 95, .5);
	outline-offset: 7px;
}

.wp-site-blocks .ms-footer .msp-footer-consent-slot button.msp-consent-settings {
	margin: 10px 0 0;
	padding: 4px 0;
	border: 0;
	color: rgba(18, 14, 28, .42);
	background: transparent;
	box-shadow: none;
	font-family: "Jura", "Bai Jamjuree", Arial, sans-serif;
	font-size: 9px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
	cursor: pointer;
	transition: color .25s ease;
}

.wp-site-blocks .ms-footer .msp-footer-consent-slot {
	margin: 0 !important;
	flex: 0 0 auto;
}

.wp-site-blocks .ms-footer .msp-footer-consent-slot button.msp-consent-settings:hover {
	color: rgba(18, 14, 28, .9);
	text-decoration: underline;
	text-underline-offset: 5px;
}

.wp-site-blocks .ms-footer .msp-footer-consent-slot button.msp-consent-settings:focus-visible {
	outline: 2px solid rgba(154, 125, 95, .5);
	outline-offset: 5px;
}

@media (max-width: 760px) {
	.msp-consent__inner {
		border-top-width: 2px;
	}

	.ms-footer-meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 4px;
	}

	.wp-site-blocks .ms-footer .msp-footer-consent-slot button.msp-consent-settings {
		margin-top: 0;
	}
}
