/* Nagaland News Core front-end styles */

.nnc-ad{
	margin:26px 0;
	text-align:center;
}
.nnc-ad-inarticle{margin:30px 0;}
.nnc-ad-top{margin:0 0 4px;padding:14px 0;}
.nnc-ad-label{
	display:block;
	font-family:var(--sans, system-ui, sans-serif);
	font-size:10px;
	letter-spacing:0.1em;
	text-transform:uppercase;
	color:var(--ink-faint, #8C8475);
	margin-bottom:6px;
}
.nnc-ad img,
.nnc-ad ins,
.nnc-ad iframe{max-width:100%;margin:0 auto;}

.nnc-video-embed{
	position:relative;
	padding-top:56.25%;
	margin:0 0 22px;
	background:#000;
	overflow:hidden;
}
.nnc-video-embed iframe,
.nnc-video-embed video,
.nnc-video-embed object,
.nnc-video-embed embed{
	position:absolute;
	inset:0;
	width:100%;
	height:100%;
	border:0;
}

.nnc-newsletter .nnc-msg{
	font-family:var(--sans, system-ui, sans-serif);
	font-size:13px;
	line-height:1.4;
	margin-top:10px;
	min-height:1em;
}
.nnc-newsletter .nnc-msg.ok{color:#1FA855;}
.nnc-newsletter .nnc-msg.err{color:var(--red, #A81E2C);}
.nnc-newsletter-form{display:flex;flex-direction:column;gap:8px;}
.nnc-newsletter-form button[disabled]{opacity:0.7;cursor:default;}

.nnc-author-social{
	margin-top:10px;
	display:flex;
	flex-wrap:wrap;
	gap:8px 14px;
}
.nnc-author-social a{
	font-family:var(--sans, system-ui, sans-serif);
	font-size:12px;
	letter-spacing:0.03em;
	text-transform:uppercase;
	color:var(--red, #A81E2C);
	text-decoration:none;
	border-bottom:1px solid transparent;
}
.nnc-author-social a:hover{border-bottom-color:currentColor;}
