.-single-top-head-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
    position:relative;
    padding-top:137px;
    background:linear-gradient(180deg, var(--background), transparent);
}.single-post-title {
    font-size: 17px;
    font-weight:600;
    margin:20px;
    text-align:center;
    position:relative;
    z-index:1;
}.YC-BreadCrumb {
    z-index:1;
    position:relative;
    margin:30px;
}.YC-BreadCrumb ol {
    list-style:none;
    display:flex;
    gap:5px;
    justify-content:center;
    position:relative;
    z-index:0;
    flex-wrap:wrap;
}.YC-BreadCrumb ol li {
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    align-items:center;
    gap:11px;
}.YC-BreadCrumb ol li a {
    font-size:17px;
    display:flex;
}.YC-BreadCrumb ol li a i {
    font-size:20px;
    margin-inline-end:8px;
}.YC-BreadCrumb ol li:after {
    content:var(--chevron);
    font-family:'Font Awesome 5 Pro';
    font-weight:700;
    position:relative;
    margin-inline-end:10px;
    line-height:0;
}

.YC-BreadCrumb ol li:last-child:after {
    display: none;
}.-primary-body {
    position:relative;
    z-index:3;
}.--container--category--info {
    font-size:19px;
    line-height:1.6;
    color:var(--secondarytext);
    margin-bottom:20px;
    padding:23px;
    border:1px solid var(--diver);
    border-radius:17px;
    flex: 1;
}.-defualt-object--center {
    display:flex;
    flex-wrap:wrap;
    margin-inline:-10px;
    margin-bottom:50px;
    justify-content:center;
    gap:19px;
}
.pagination, loadmore--inpuarea {
    justify-content:center;
    display:flex;
}postsscrollloader {
    padding:15px 30px;
    background:var(--uicolor);
    color:#fff;
    border-radius:var(--largeradius);
    gap:13px;
        align-items:center;
    cursor:pointer;
    display:flex;
        font-size:17px;
    font-weight:400;
}.-intro--page--category {
    max-width: 435px;
    flex: 1;
    position: sticky;
    top: 115px;
    border-radius: var(--largeradius);
    overflow: overlay;
}.--inner--intro--video iframe {
    width: 100%;
    min-height: 260px;
}.container-pages-head.--is--video-category {
    display: flex;
    align-items: flex-start;
    margin-block: 30px;
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}.Yc-category--video-Youtube img {
    position: absolute;
}.Yc-category--video-Youtube {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 352px;
    padding: 9px;
    overflow: hidden;
    border-radius: var(--largeradius);
    width: 100%;
    max-width: 480px;
    min-width: 480px;
    background: var(--border-color);
}.-intro--page--category-video {
    max-width: 501px;
    flex: 1;
    display: flex;
    align-items: end;
    min-width: 482px;
    justify-content: flex-end;
}

.-intro--page--category-video iframe {
    width: 100%;
    height: 264px;
    border-radius: 20px;
}.icon-video-play {
    align-items: center;
    cursor: pointer;
    background: var(--uicolor);
}

.bottun {
    padding: 10px 20px;
    background: var(--uicolor);
    max-width: max-content;
    color: white;
    border-radius: 34px;
    font-size: 18px;
    margin-top: 11px;
    cursor: pointer;
}

.icon-video-play {
    position: relative;
    color: #fff;
    z-index: 2;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid var(--uicolor);
    text-align: center;
    line-height: 90px;
    display: flex;
    justify-content: center;
    transition: .2s;
    animation: 2s linear infinite ripple-animation;
    font-size: 23px;
}

.--archive--be-content.ArticleDetails.details {
    position: relative;
    max-height: 244px;
    overflow-y: hidden;
}

.--archive--be-content.ArticleDetails.details.height {
	max-height: max-content !important;
}

.iframe_video iframe {
    width: 550px;
    height: 300px;
    border-radius: var(--largeradius);
    overflow: hidden;
}

.iframe_video {
    width: 550px;
    height: 300px;
    border-radius: var(--largeradius);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.iframe_video img {width: 550px;height: 300px;}

.iframe_video span i {
    font-size: 25px;
    background: #f41818;
    border-radius: 15px;
    font-weight: 600;
    color: #fff;
    --el-w: 68px;
    width: var(--el-w);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 180ms;
    padding: 12px 0;
    position: absolute;
    cursor: pointer;
}

.iframe_video span {
    --el-w: 68px;
    width: var(--el-w);
    height: var(--el-w);
    position: absolute;
}
 

.iframe_video_box {
    width: 550px;
    height: 300px;
    margin: auto !important;
}


.--empty-attchment-svg-v1 {
	font-size: 100px;
	margin-bottom: 32px;
}

.--empty-attchment-area {
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-block: 50px;
}

.--empty-attchment-area h1 {
	text-align: center;
	margin-bottom: 20px;
}
