.site-footer {
	background-color: #000;
	color: #ebebeb;
	display: inline-block;
	margin-bottom: -10px;
	padding: 15px 0 0;
	width: 100%;
}

.site-footer a {
	border-bottom: 1px solid #333;
	color: #ebebeb;
	display: inline-block;
	font-size: 12px;
	padding: 3px 0;
	text-decoration: none;
	width: 100%;
}

.site-footer-title {
	display: block;
	font-size: 20px;
	margin: 15px auto;
}

.site-footer-bottom {
	background-color: #222;
	margin-top: 10px;
	padding: 9px;
}

.site-footer-bottom p {
	color: #999;
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
}

.site-footer-bottom a {
	border: 0;
	color: #ddd;
	display: inline;
	font-size: inherit;
	padding: 0;
	width: auto;
}

.mm-cookie-link {
	background: transparent;
	border: 0;
	color: #ddd;
	display: inline;
	font: inherit;
	padding: 0;
	text-decoration: underline;
}

.mm-cookie-link:hover,
.mm-cookie-link:focus {
	color: #fff;
	outline: 0;
	text-decoration: none;
}

.mm-cookie-banner {
	background: #fff;
	border-top: 4px solid #4b8f29;
	box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.18);
	bottom: 0;
	color: #222;
	left: 0;
	padding: 18px;
	position: fixed;
	right: 0;
	z-index: 99999;
}

.mm-cookie-banner[hidden] {
	display: none;
}

.mm-cookie-inner {
	align-items: flex-start;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1120px;
}

.mm-cookie-text {
	flex: 1 1 auto;
}

.mm-cookie-title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 6px;
}

.mm-cookie-description {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.mm-cookie-description a {
	color: #2f6f18;
	text-decoration: underline;
}

.mm-cookie-actions {
	display: flex;
	flex: 0 0 auto;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
	max-width: 430px;
}

.mm-cookie-btn {
	border: 1px solid #4b8f29;
	border-radius: 3px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	min-height: 38px;
	padding: 9px 12px;
	white-space: nowrap;
}

.mm-cookie-btn-primary {
	background: #4b8f29;
	color: #fff;
}

.mm-cookie-btn-secondary {
	background: #fff;
	color: #2f6f18;
}

.mm-cookie-btn-muted {
	background: #f3f5f2;
	border-color: #ccd4c8;
	color: #263024;
}

.mm-cookie-panel {
	border-top: 1px solid #dce3d8;
	display: none;
	margin-top: 14px;
	padding-top: 12px;
}

.mm-cookie-panel.is-open {
	display: block;
}

.mm-cookie-option {
	align-items: flex-start;
	display: flex;
	gap: 10px;
	margin: 8px 0;
}

.mm-cookie-option input {
	margin-top: 4px;
}

.mm-cookie-option strong {
	display: block;
	font-size: 14px;
}

.mm-cookie-option span {
	color: #555;
	display: block;
	font-size: 13px;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.mm-cookie-inner {
		display: block;
	}

	.mm-cookie-actions {
		justify-content: flex-start;
		margin-top: 14px;
		max-width: none;
	}

	.mm-cookie-btn {
		flex: 1 1 100%;
		white-space: normal;
	}
}
