/* Tokinanaka 1.2.2 – isolamento rigoroso del featured nella colonna main */
.content > .tnk-home-featured-slot{
	display:block;
	position:relative;
	float:none;
	clear:both;
	width:100%;
	max-width:100%;
	min-width:0;
	box-sizing:border-box;
	overflow:hidden;
	margin:0;
	padding:0;
}

.content > .tnk-home-featured-slot .tnk-home-featured{
	display:block;
	position:static !important;
	left:auto !important;
	right:auto !important;
	transform:none !important;
	float:none !important;
	clear:both;
	width:100% !important;
	max-width:100% !important;
	min-width:0;
	box-sizing:border-box;
	margin:0 0 2.4rem;
	overflow:hidden;
	background:#f4f5f7;
}

.content > .tnk-home-featured-slot .tnk-home-featured__article{
	display:grid;
	grid-template-columns:minmax(0,62%) minmax(0,38%);
	width:100%;
	max-width:100%;
	min-width:0;
	height:300px;
	min-height:280px;
	max-height:310px;
	margin:0;
	padding:0;
	box-sizing:border-box;
	overflow:hidden;
}

.content > .tnk-home-featured-slot .tnk-home-featured__media,
.content > .tnk-home-featured-slot .tnk-home-featured__content{
	width:100%;
	max-width:100%;
	min-width:0;
	box-sizing:border-box;
	overflow:hidden;
}

.content > .tnk-home-featured-slot .tnk-home-featured__media{
	position:relative;
	display:block;
	height:100%;
	background:#16181c;
	color:#fff !important;
	text-decoration:none;
}

.content > .tnk-home-featured-slot .tnk-home-featured__image{
	display:block;
	width:100%;
	max-width:100%;
	height:100%;
	object-fit:cover;
	object-position:center;
	transition:transform .3s ease;
}

.content > .tnk-home-featured-slot .tnk-home-featured__media:hover .tnk-home-featured__image{
	transform:scale(1.015);
}

.content > .tnk-home-featured-slot .tnk-home-featured__shade{
	position:absolute;
	inset:0;
	background:linear-gradient(180deg,rgba(0,0,0,.02) 30%,rgba(0,0,0,.80) 100%);
	pointer-events:none;
}

.content > .tnk-home-featured-slot .tnk-home-featured__headline{
	position:absolute;
	z-index:2;
	left:clamp(20px,3vw,54px);
	right:clamp(20px,3vw,54px);
	bottom:clamp(18px,2.3vw,34px);
	min-width:0;
	color:#fff;
}

.content > .tnk-home-featured-slot .tnk-home-featured__eyebrow{
	display:flex;
	flex-wrap:wrap;
	gap:.55rem;
	align-items:center;
	margin-bottom:.55rem;
	font-size:.72rem;
	line-height:1;
	font-weight:700;
	letter-spacing:.09em;
	text-transform:uppercase;
	color:#fff;
}

.content > .tnk-home-featured-slot .tnk-home-featured__eyebrow > span:first-child{
	display:inline-block;
	padding:.42rem .62rem;
	background:#fff;
	color:#111;
}

.content > .tnk-home-featured-slot .tnk-home-featured__category{
	opacity:.9;
}

.content > .tnk-home-featured-slot .tnk-home-featured__headline h2,
.content > .tnk-home-featured-slot .tnk-home-featured__headline h2:hover{
	max-width:100%;
	margin:0;
	color:#fff !important;
	font-size:clamp(1.5rem,2.3vw,2.65rem);
	line-height:1.06;
	font-weight:700;
	overflow-wrap:anywhere;
	text-wrap:balance;
}

.content > .tnk-home-featured-slot .tnk-home-featured__content{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:flex-start;
	height:100%;
	padding:clamp(22px,2.6vw,46px);
	background:#f4f5f7;
	color:#25282e;
}

.content > .tnk-home-featured-slot .tnk-home-featured__excerpt{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
	overflow:hidden;
	width:100%;
	max-width:100%;
	margin:0 0 1.3rem;
	font-size:clamp(.95rem,1vw,1.08rem);
	line-height:1.55;
	color:inherit;
	overflow-wrap:anywhere;
}

.content > .tnk-home-featured-slot .tnk-home-featured__button{
	display:inline-flex;
	align-items:center;
	gap:.6rem;
	max-width:100%;
	padding:.76rem 1.02rem;
	border:2px solid #111;
	background:#111;
	color:#fff !important;
	font-size:.8rem;
	font-weight:700;
	letter-spacing:.04em;
	text-transform:uppercase;
	text-decoration:none;
	box-sizing:border-box;
	transition:background-color .2s ease,color .2s ease;
}

.content > .tnk-home-featured-slot .tnk-home-featured__button:hover,
.content > .tnk-home-featured-slot .tnk-home-featured__button:focus{
	background:transparent;
	color:#111 !important;
}

@media screen and (max-width:1023px){
	.content > .tnk-home-featured-slot .tnk-home-featured{
		margin-bottom:2rem;
	}

	.content > .tnk-home-featured-slot .tnk-home-featured__article{
		grid-template-columns:minmax(0,1fr);
		height:auto;
		min-height:0;
		max-height:none;
	}

	.content > .tnk-home-featured-slot .tnk-home-featured__media{
		aspect-ratio:16/9;
		min-height:230px;
	}

	.content > .tnk-home-featured-slot .tnk-home-featured__content{
		height:auto;
		padding:24px;
	}

	.content > .tnk-home-featured-slot .tnk-home-featured__excerpt{
		-webkit-line-clamp:3;
		margin-bottom:1rem;
	}
}

@media screen and (max-width:600px){
	.content > .tnk-home-featured-slot .tnk-home-featured__media{
		aspect-ratio:4/3;
		min-height:0;
	}

	.content > .tnk-home-featured-slot .tnk-home-featured__headline{
		left:18px;
		right:18px;
		bottom:18px;
	}

	.content > .tnk-home-featured-slot .tnk-home-featured__headline h2{
		font-size:clamp(1.35rem,7vw,2rem);
	}

	.content > .tnk-home-featured-slot .tnk-home-featured__content{
		padding:20px 18px 22px;
	}
}

/* Dark mode */
:root[data-theme="dark"] .content > .tnk-home-featured-slot .tnk-home-featured,
:root[data-theme="dark"] .content > .tnk-home-featured-slot .tnk-home-featured__content{
	background:#12151b;
	color:#e7e9ee;
}

:root[data-theme="dark"] .content > .tnk-home-featured-slot .tnk-home-featured__button{
	border-color:#fff;
	background:#fff;
	color:#111 !important;
}

:root[data-theme="dark"] .content > .tnk-home-featured-slot .tnk-home-featured__button:hover,
:root[data-theme="dark"] .content > .tnk-home-featured-slot .tnk-home-featured__button:focus{
	background:transparent;
	color:#fff !important;
}
