:root {
	--lh-surface     : rgba(255,255,255,.04);
	--lh-text        : #e2e8f0;
	--lh-muted       : rgba(226,232,240,.55);
	--lh-radius      : 10px;
	--lh-max-width   : 1435px;
	--lh-pad         : 0 24px;
}

.hero {
    padding-top: 123px;
    height: 1178px;
    position: absolute;
    width: 100%;
    margin: 0;
	margin-top: 7px;
}
.admin-bar .hero {
	margin-top: 39px;
}

.lh-single__inner {
	max-width: var(--lh-max-width);
	margin: 0 auto;
	display: flex;
	gap: 28px;
	align-items: start;
}

.lh-single__content{
	max-width: 847px;
	width: 100%;
	border-radius: 24px;
}

.lh-single__related{
	max-width: 557px;
	width: 100%;
	padding-top: 12px;
}

.card {
    width: 100%;
    max-width: 261px;
    height: 390px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }

  .card>div{
    padding: 8px 8px 16px 8px;
    border-radius: 12px;
    box-shadow: 0 20px 100.5px -5px rgba(0, 0, 0, 0.10);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(19, 25, 47, 0.40) 45.19%, #0D1120 100%);
  }

  .tag {
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: center;
    color: #181F3A;
    border: 1px solid #5469B9;
    border-radius: 6px;
    background-color: #EEF6FF;
    height: 24px;
    display: inline-block;
    padding: 4px 6px;  
  }
  .card__title{
    margin-top: 8px;
  }
  .card__title a {
    text-decoration: none;
    font-family: Montserrat;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #FFFFFF;
  }

  .lh-single__content-inner{
	position: relative;
	display: flex;
	padding: 20px 16px 24px 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	border-radius: 0 0 24px 24px;
	background: #181F3A;
	border: 1px solid rgba(202, 202, 202, 0.10);
	border-top:unset;
    box-shadow: 0 20px 100.5px -5px rgba(0, 0, 0, 0.15);
  }
  
.lh-single {
	padding-bottom: 66px;
	margin-top: 73px;
	position: relative;
}

.lh-single__title {
	color:  #FFF;
	font-family: Montserrat;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height:  42px ;
	margin-bottom: 12px;
}

.lh-single__media {
	border-radius: 24px 24px 0 0;
	overflow: hidden;
	background: #060d1a;
	margin-bottom: 0;
	height: 542px;
}

.lh-single__iframe-wrap {
	position: relative;
	height: 0;
	height: 542px;
}
.lh-single__iframe-wrap iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none;
}

.lh-single__thumbnail {
	width: 100%;
	height: 100%;
	display: block;
	aspect-ratio: 16/9;
	object-fit: cover;
}

.lh-single__desc-label {
	color:#FFF;

	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height:  36px;	
}

.lh-single__desc-text {
	margin-top: 8px;
}
.lh-single__desc-text p { 
	color:#FFF;

	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height:  30px;
 }

.lh-single__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 15px;
}

.lh-single__badge {
	display: flex;
	padding: 4px 6px;
	align-items: flex-start;
	border-radius:  7px;
	border: 1px solid  #E5E7EB;
	background:  #F9FAFB;

	color: #101828;
	text-align: center;
	font-family:  Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px; 
	text-decoration: none;
}

/* ── Related sidebar ─────────────────────────────────────────── */
.lh-single__related {
	position: sticky;
	top: 24px;
}

.lh-single__related-title {
	color:#FFF;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height:  36px;
	margin-bottom: 8px;
}

/* ── Related 2×2 grid ────────────────────────────────────────── */
.lh-related-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 32px;
}

.lh-single__comments{
	border-top: 1px solid rgba(202, 202, 202, 0.1);
	padding-top: 18px;
	position: relative;
	width: 100%;
}

.lh-single__comments-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.lh-single__add-comment-yt{
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	
	transition: color 0.2s;
	display: flex;
	justify-content: center;
	margin: 16px auto 0;
	border-top: 1px solid rgba(202, 202, 202, 0.1);
	padding-top: 18px;
	a {
		text-decoration: none;
		font-family: Montserrat;
	}
}
.lh-single__add-comment-yt:hover{
	color: #e2e8f0;
	text-decoration: underline;
}
@media ( min-width: 769px ) {
	.lh-single__add-comment-yt{
		font-size: 18px;
	}
}

.show-more-comments{
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
    height: 33px;
}
.lh-single__comments-title{
	color: #FFF;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 36px;
	margin-bottom: 16px;
}

.lh-comments-list{
	list-style: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.lh-comments-list--collapsed .comment:nth-child(n+2) {
	display: none;
}

.comment{
	display: flex;
	align-items: center;
	gap: 8px;
}

.comment-author{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		border-radius: 50%;
	}
}

.comment-content{
	max-width: 762px;
	color: #FFF;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

@media ( max-width: 1470px ) {
	.lh-single{
		padding-left: 20px;
		padding-right: 20px;
	}
	.breadcrumb{
		padding-left: 20px;
		margin: 0 0  24px 0;
	}
}

@media ( max-width: 1024px ) {
	.hero {
		display: none;
	}
	.lh-single{
		margin-top: 3px;
		padding-bottom: 56px;
	}
	.lh-single__inner{
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.lh-single__title{
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: 30px ;
		margin-bottom: 8px;
	}

	.lh-single__iframe-wrap {
		height: 440px;
	}

	.lh-single__desc-label{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px ;
	}

	.lh-single__desc-text{
		margin-top: 4px;
		p{
			font-style: normal;
			font-weight: 400;
			line-height: 21px;
			font-size: 14px;
		}
	}

	.lh-single__badge{
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 16px;
	}

	.lh-single__comments-title{
		font-size: 16px;
		font-style: normal;
		font-weight: 600;
		line-height: 24px;
	}

	.lh-comments-list {
		gap: 20px;
	}

	.comment-author{
		width: 24px;
		height: 24px;
		min-width: 24px;
	}

	.comment-content{
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 21px;
	}
	.lh-single__content-inner{
		gap: 20px;
	}
	.lh-single__comments {
		padding-top: 24px;
	}


	.card{
        max-width: 225px;
        border-radius: 12px;
        height: 212px;
        background-position: top center;
        background-size: cover;
    }
    .tag {
        font-size: 12px;
        height: 22px;
        line-height: 16px;
        padding: 2px 4px;
    }

    .card__title a, .card__title {
        font-size: 14px;
        line-height: 21px;
    }

	.lh-single__related{
		padding-top: 0;
	}

	.lh-single__related-title {
		font-size: 20px;
		font-style: normal;
		font-weight: 500;
		line-height: 30px;
	}
	.lh-related-grid {
		gap: 16px;
	}
	.show-more-comments{
		width: 32px;
        height: 27px;
		svg{
			width: 11px;
            height: 10px;
		}
		svg.icon-collapse{
			width: 8px;
			height: 8px;
		}
	}
	.comment {
		align-items: start;
	}

	.lh-single__media{
		height: 424px;
	}
	.site-header.active .site-header__inner {
        padding-top: 0px;
        margin-top: -1px;
    }
}

@media ( max-width: 468px ) {
	.lh-single__iframe-wrap {
        height: 198px;
    }
	.lh-single__media{
		height: 224px;
	}
}