/* CLAADSS footer quick links (Affiliate + Account) */
.cm-footer-links {
	width: 100%;
	margin: 8px 0 18px;
	padding: 22px 0 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.site-footer .cm-footer-links {
	border-top-color: #e2e8f0;
}
.cm-footer-links-inner {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px 24px;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 4px;
}
.cm-footer-links-inner--4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1180px;
}
@media (max-width: 900px) {
	.cm-footer-links-inner--4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
.cm-footer-col {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-start;
}
.cm-footer-col-title {
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
	margin-bottom: 4px;
}
.cm-footer-col a {
	font-size: 0.9rem;
	font-weight: 700;
	color: #0f172a !important;
	text-decoration: none !important;
	line-height: 1.35;
}
.cm-footer-col a:hover {
	color: #4f46e5 !important;
	text-decoration: underline !important;
}
html.king-night .cm-footer-col-title {
	color: #94a3b8;
}
html.king-night .cm-footer-col a {
	color: #e2e8f0 !important;
}
html.king-night .cm-footer-col a:hover {
	color: #a5b4fc !important;
}
html.king-night .site-footer .cm-footer-links {
	border-top-color: #1e293b;
}
@media (max-width: 700px) {
	.cm-footer-links-inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
