<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*SINGLE*/
.single .sep
{
	width: 160px;
	height: 1px;
	background-color:#bfbdbd;
}
.roundedBox 
{
	border-radius: 25px; -webkit-border-radius:25px; -moz-border-radius:25px; -o-border-radius:25px;
	overflow: hidden;
}

.single .sub_title_post 
{
	display: flex;
}

.single .sub_title_post .main_title_website {
	padding-right:25px;
}
.single .sub_title_post .loghetto_subTitle img {
	max-width: 180px;
	max-height: 50px;
}

.single .main_testo_website a { color: var(--color-blue); text-decoration: underline; }

.single .relatedProductFunction .titoletto
{
	color: var(--color-blue) !important;
	pointer-events: none;
}

@media screen and (max-width:991px) {
	.single .sub_title_post 
	{
		flex-direction: column;
	}
	.single .sub_title_post .main_title_website
	{
		padding-right: 0;
		margin-bottom: 25px;
	}
}

/*SIDEBAR SINGLE*/
aside img.visual_aside
{
	width: 280px;
	max-width: 80%;
	height: auto;
	position: relative;
	z-index: 5; pointer-events: none;
}
@media screen and (max-width:767px) 
{
	aside img.visual_aside
	{
		width: 160px;
	}
}
aside .box_aside
{
	padding: 40px;
	background-color: #f2f2f2;
	border-radius: 15px;
	min-height: 50vh;
	position: relative;
	z-index: 3;
	margin-bottom: 25px;
}

aside .box_aside.with_logo {
	padding-top: 7vw;
	position: relative;
	margin-top: -4vw;
	min-height: 20vh;
}

aside .box_aside .title_aside
{
	color: var(--color-dark-light);
}
aside .box_aside .loghetto_aside img
{
	max-height: 50px;
} 
aside .box_aside .sep_aside
{
	display: inline-block;
	width: 80%;
	height: 1px;
	background-color: var(--color-grey);
} 

aside .box_aside .info_serie 
{
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
	padding: 5px 0;
}


aside .box_aside .info_serie .iconLogoTerm {
	position: absolute;
	top: -10px;
	left: 0;
	max-height: calc(100% + 10px);
	max-width: calc(100% + 10px);
	z-index: -1;
	height:calc(100% + 10px);
	width: calc(100% + 10px);
}
aside .box_aside .info_serie .iconLogoTerm svg {
	height: calc(100% + 10px);
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	opacity: 0.2;
	 
}


aside .box_aside .info_serie img.loghettoSerie
{
	height: 45px; width: auto; display: block;
}




aside .box_aside .info_serie .website_display_term_name &gt; * {
	display: block;
	font-size: 20px;
	line-height: 18px;
}
aside .box_aside .info_serie .website_display_term_name &gt; span.name
{
	padding-left:30%;
}


.recommended_post.list .singleRecommended
{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.recommended_post.list .imageRecommended 
{
	flex: 2;
}

.recommended_post.list .imageRecommended .roundedBox {
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px; 
	aspect-ratio: 4/3; 
}

.recommended_post.list .titleRecommended 
{
	flex: 3; padding: 0 0 0 10px; pointer-events: none;
}
</pre></body></html>