.dm-footer-widget {
	--dm-footer-blue: #0073b0;
	--dm-footer-ink: #ffffff;
	--dm-footer-muted: #b9c0c4;
	color: var(--dm-footer-ink);
}

.dm-footer-directory__brand img {
	display: block;
	width: min(246px, 100%);
	height: auto;
}

.dm-footer-directory__brand p {
	margin: 20px 0 0;
	color: var(--dm-footer-muted);
	font-size: 15px;
	line-height: 1.6;
}

.dm-footer-directory__socials {
	margin-top: 20px;
}

.dm-footer-directory__socials a {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14px;
	font-weight: 600;
}

.dm-footer-directory__socials svg {
	flex: 0 0 auto;
	fill: currentColor;
}

.dm-footer-directory__column h2 {
	position: relative;
	margin: 0 0 24px;
	padding-bottom: 12px;
	color: var(--dm-footer-ink);
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.01em;
}

.dm-footer-directory__column h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38px;
	height: 3px;
	background: var(--dm-footer-blue);
	content: "";
}

.dm-footer-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dm-footer-widget a {
	color: var(--dm-footer-muted);
	text-decoration: none;
	transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.dm-footer-widget a:hover,
.dm-footer-widget a:focus-visible {
	color: var(--dm-footer-blue);
}

.dm-footer-directory__legal li {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.45;
}

.dm-footer-directory__tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.dm-footer-directory__tag-cloud a {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 5px 10px;
	border: 1px solid #485159;
	border-radius: 3px;
	background: #292d30;
	font-size: 13px;
	line-height: 1.3;
}

.dm-footer-directory__tag-cloud a:hover,
.dm-footer-directory__tag-cloud a:focus-visible {
	border-color: var(--dm-footer-blue);
	background: #263a45;
}

.dm-footer-directory__legal {
	margin-top: 0;
}

.dm-footer-directory__legal h2 {
	margin-bottom: 18px;
}

.dm-footer-directory__legal .rcb-sc-link {
	cursor: pointer;
}

@media (max-width: 640px) {
	.dm-footer-directory__brand img {
		width: 210px;
	}
}
