.mm-copyright {
	position: relative;
	z-index: 20;
	width: 100%;
	margin: 0;
	border-top: 1px solid rgba(221, 178, 94, .22);
	background:
		linear-gradient(90deg, rgba(213, 168, 80, .05), transparent 32%, rgba(213, 168, 80, .04)),
		#090806;
	color: #e9dfcc;
	font-family: inherit;
}
.mm-copyright__inner {
	width: min(100% - 32px, 1240px);
	margin-inline: auto;
	padding: 18px 0 20px;
	text-align: center;
}
.mm-copyright__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: .35em;
	margin: 0;
	font-size: clamp(.8rem, 1vw, .92rem);
	line-height: 1.7;
	letter-spacing: .01em;
}
.mm-copyright__line strong {
	color: #f0cc83;
	font-weight: 700;
}
.mm-copyright__details {
	width: min(100%, 880px);
	margin: 7px auto 0;
}
.mm-copyright__details summary {
	width: fit-content;
	margin-inline: auto;
	padding: 5px 10px;
	color: #d8bf8c;
	font-size: .78rem;
	line-height: 1.5;
	cursor: pointer;
	text-decoration: underline;
	text-decoration-color: rgba(216, 191, 140, .38);
	text-underline-offset: 4px;
}
.mm-copyright__details summary:hover {
	color: #fff2d6;
}
.mm-copyright__details summary:focus-visible,
.mm-copyright a:focus-visible {
	outline: 3px solid #fff6e2;
	outline-offset: 3px;
	border-radius: 4px;
}
.mm-copyright__text {
	margin-top: 10px;
	padding: 16px clamp(14px, 3vw, 28px);
	border: 1px solid rgba(221, 178, 94, .24);
	border-radius: 16px;
	background: rgba(255, 247, 231, .035);
	color: #d7cebe;
	font-size: .82rem;
	line-height: 1.9;
	text-align: right;
}
.mm-copyright__text p {
	margin: 0 0 .65em;
}
.mm-copyright__text p:last-child {
	margin-bottom: 0;
}
.mm-copyright a {
	color: #f0cc83;
	text-underline-offset: 3px;
}
@media (max-width: 767px) {
	.mm-copyright__inner {
		width: min(100% - 24px, 1240px);
		padding-block: 16px 18px;
	}
	.mm-copyright__line {
		font-size: .78rem;
	}
	.mm-copyright__text {
		font-size: .78rem;
		line-height: 1.8;
	}
}
@media print {
	.mm-copyright__details {
		display: none;
	}
}
