/**
 * No Signal Media Footer
 * Footer spacing and ticker clearance.
 */

:root {
	--nsm-ticker-height: 52px;
	--nsm-bottom-nav-height: 58px;
}

.nsm-shell-footer {
	width: 100%;
	min-height: 260px;
	padding: 52px 24px 120px;
	box-sizing: border-box;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
margin-bottom: 40px;
}

.nsm-shell-footer p {
	margin: 0 auto;
	max-width: 1480px;
	font-size: clamp(1rem, 2vw, 1.35rem);
	letter-spacing: -0.03em;
	opacity: 0.68;
}

/**
 * Pages with The Current ticker need extra footer clearance.
 */
body.nsm-has-signal-ticker .nsm-shell-footer {
	padding-bottom: calc(var(--nsm-ticker-height) + 88px);
}

@media (max-width: 782px) {
	.nsm-shell-footer {
		min-height: 300px;
		padding: 40px 18px 140px;
	}

	body.nsm-has-signal-ticker .nsm-shell-footer {
		padding-bottom: calc(var(--nsm-bottom-nav-height) + var(--nsm-ticker-height) + 72px);
	}
}


@media (min-width: 782px) {
	.nsm-shell-footer{
margin-bottom:40px!important;}
}
@media (min-width: 782px) {
	.nsm-shell-footer {
		padding-bottom: 92px !important;
	}
}