.tlm-footer-links {
	box-sizing: border-box;
	margin: 16px auto;
	padding: 8px 12px;
	line-height: 1.6;
}

.tlm-footer-links__title {
	margin-bottom: 6px;
	font-weight: 600;
}

.tlm-footer-links__items {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	align-items: center;
	justify-content: inherit;
}

.tlm-footer-links--vertical .tlm-footer-links__items {
	flex-direction: column;
	align-items: inherit;
}

.tlm-footer-links a {
	text-decoration: none;
	transition: color 120ms ease;
}

.tlm-footer-links a:hover,
.tlm-footer-links a:focus {
	text-decoration: underline;
}

.tlm-footer-links__separator {
	opacity: .55;
}

@media (max-width: 600px) {
	.tlm-footer-links {
		padding: 10px;
	}

	.tlm-footer-links__items {
		justify-content: center;
	}
}
