.kot-legal-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	margin: 0.6rem 0 0;
}

.kot-legal-links a {
	color: #b5121b;
	font-weight: 600;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.kot-legal-links a:hover,
.kot-legal-links a:focus {
	color: #780b11;
}

.kot-legal-notice {
	background: #f7f7f7;
	border-left: 4px solid #b5121b;
	border-radius: 2px;
	clear: both;
	margin: 1.25rem 0;
	padding: 1rem 1.1rem;
}

.kot-legal-notice p {
	margin: 0.35rem 0 0;
}

.kot-legal-notice--checkout {
	font-size: 0.92em;
	margin: 0.75rem 0 1rem;
}

.kot-legal-footer {
	background: #141414;
	border-top: 3px solid #b5121b;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.9rem;
	width: 100%;
}

.kot-legal-footer__inner {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 1240px;
	padding: 1rem 1.25rem;
}

.kot-legal-footer .kot-legal-links {
	justify-content: center;
	margin: 0;
}

.kot-legal-footer .kot-legal-links a {
	color: #fff;
}

.kot-legal-footer .kot-legal-links a:hover,
.kot-legal-footer .kot-legal-links a:focus {
	color: #ff8f96;
}

@media (max-width: 600px) {
	.kot-legal-links {
		align-items: flex-start;
		flex-direction: column;
	}

	.kot-legal-footer__inner {
		align-items: flex-start;
		flex-direction: column;
	}

	.kot-legal-footer .kot-legal-links {
		justify-content: flex-start;
	}
}

