#alt-single-post-hightlight {
    background-image: url(https://demo.devnex.net/wp-content/uploads/2025/02/Desktop-27.jpg);
    background-repeat: no-repeat;
    background-size: cover;

}
.single-post-container {
    padding: 90px;
}
.alt-single-post-hightlight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.alt-single-post-hightlight-left,
.alt-single-post-hightlight-right {
    flex-basis: 50%;
    max-width: 50%;
}

.alt-single-post-hightlight-left {
    padding-right: 43px;
}

.alt-single-post-hightlight-right {
    padding-left: 43px;
}

.alt-single-post-hightlight-right img {
    display: block;
    width: 100%;
    max-height: 581px;
    border-radius: 30px;
    object-fit: cover;
}

.alt-single-post-hightlight-left a.alt-single-post-hightlight-badge {
    display: inline-block;
    background-color: #FFFFFF;
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    line-height: 36px;
    fill: #1D1D1D;
    color: #1D1D1D;
    border-color: #58535000;
    padding: 0px 15px 0px 15px;
    border-radius: 100px;
}
.alt-single-post-hightlight-left h1 {
    margin: 22px 0 34px;
    font-size: 60px;
    color: #0E0501;
    font-weight: 700;
}

.alt-single-post-hightlight-desc {
    display: none;
}

.alt-single-post-meta {
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}

.alt-single-post-meta .alt-single-post-meta-item {
    font-family: "Inter", Sans-serif;
    position: relative;
    color: #0E0501;
    font-size: 18px;
    padding: 0 30px;
}

.alt-single-post-meta .alt-single-post-meta-item:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #fff;
    width: 1px;
    height: 30px;
}
.alt-single-post-meta .alt-single-post-meta-item:first-child {
    padding-left: 0;
}
.alt-single-post-meta .alt-single-post-meta-item:first-child:after {
    content: none;
}

.alt-single-post-hightlight .alt-single-post-author-avatar {
    width: 46px;
    height: 46px;
    border-radius: 100px;
    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;
}


.alt-single-post-author {
    display: flex;
    align-items: center;
}


.alt-single-post-author-info {
    display: flex;
    flex-direction: column;
    padding-left: 11px;
    text-align: left;
}

.alt-single-post-author-info a {
    font-family: "Inter", Sans-serif;
    color: #0E0501;
    font-size: 18px;
    font-weight: 600;
}

.alt-single-post-author-info span {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    color: #0E0501;
}

.alt-single-post-share {
    margin-bottom: 46px;
}

.alt-single-post-share a {
    display: inline-block;
    margin-right: 30px;
}

.button-single-post {
    height: 54px;
    background: linear-gradient(to right, #FF4B2B, #FF416C, #FF1493);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    text-transform: none;
    border-radius: 100px;
}

.button-single-post-copy:before {
    content: none;
}

@media only screen and (max-width: 1024px) {
    .alt-single-post-hightlight-left,
    .alt-single-post-hightlight-right {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .alt-single-post-hightlight-left {
        text-align: center;
        margin-bottom: 62px;
    }

    .alt-single-post-hightlight-left h1 {
        font-size: 48px;
    }

    .alt-single-post-meta {
        justify-content: center;
    }

    .alt-single-post-author-info span {
        white-space: nowrap;
    }

    .alt-single-post-meta .alt-single-post-meta-item:last-child {
        padding-right: 0;
    }

    #alt-single-post-hightlight {
        padding: 90px 34px;
    }

    #alt-single-post-tabcontents {
        padding: 55px;
    }
}

@media only screen and (max-width: 576px) {
    .alt-single-post-hightlight-left {
        margin-bottom: 50px;
    }

    .alt-single-post-hightlight-left h1 {
        margin: 22px 0;
        font-size: 42px;
        line-height: 48px;
        padding: 0 23px;
    }

    .alt-single-post-meta {
        flex-wrap: wrap;
        text-align: left;
        margin-bottom: 22px;
    }

    .alt-single-post-meta .alt-single-post-meta-item.alt-single-post-author {
        max-width: 100%;
        flex-basis: 100%;
        justify-content: center;
        padding-right: 0;
        margin-bottom: 12px;
    }

    .alt-single-post-date {
        padding-left: 0 !important;
    }

    .alt-single-post-date:after {
        content: none !important;
    }

    .alt-single-post-date,
    .alt-single-post-read {
        font-weight: 600;
    }

    .alt-single-post-share {
        margin-bottom: 22px;
    }

    .alt-single-post-share a {
        margin-left: 15px;
        margin-right: 15px;
    }


    .alt-single-post-share img {
        width: 46px;
    }

    .alt-single-post-hightlight-desc {
        display: block;
        margin: 0 0 20px;
        font-size: 16px;
        line-height: 24px;
        color: #3F3C3A;
        padding: 0 20px;
    }

    #alt-single-post-hightlight {
        padding: 86px 20px 61px 20px;
    }

    #alt-single-post-tabcontents {
        padding: 60px 20px 40px 20px;
    }
}

/* Tab Content */
.alt-single-post-tabcontents {
    display: flex;
    flex-wrap: wrap;
}

.alt-single-post-tabcontents-left {
    flex-basis: 374px;
    max-width: 374px;
}

.alt-single-post-tabcontents-right {
    font-family: "heltiveca neue";
    flex-basis: calc(100% - 374px);
    max-width: calc(100% - 374px);
    padding-left: 23px;
}


.alt-single-post-tabcontents-heading {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 22px;
}

.alt-single-post-tabcontents-list {
    direction: rtl;
    max-height: 480px;
    overflow-x: hidden;
}

.alt-single-post-tabcontents-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px #fff;
	border-radius: 10px;
	background-color: #fff;
}

.alt-single-post-tabcontents-list::-webkit-scrollbar
{
	width: 7px;
	background-color: #fff;
}

.alt-single-post-tabcontents-list::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px #fff;
	background-color: #D8D8D8;
}

.alt-single-post-tabcontents-left ul {
    margin: 0;
    padding: 24px 0 0;
    list-style: none;
    max-height: 560px;
    direction: ltr;
}

.alt-single-post-tabcontents-left ul li {
    text-align: left;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000000;
    height: 80px;
    padding: 16px;
    max-width: 307px;
}

.alt-single-post-tabcontents-left ul li a {
    position: relative;
    padding-left: 38px;
}

.alt-single-post-tabcontents-left ul li img {
    float: left;
    margin-right: 12px;
}

.alt-single-post-tabcontents-left ul li.active,
.alt-single-post-tabcontents-left ul li:hover {
    color: #F25629;
    box-shadow: 0px 11px 56px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
    border-radius: 8px
}

.alt-single-post-tabcontents-left ul li.active a,
.alt-single-post-tabcontents-left ul li:hover a {
    color: #F25629;
}

.alt-single-post-tabcontents-left ul li a:before {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -13px;
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url('../img/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
    vertical-align: middle;
}

.alt-single-post-tabcontents-left ul li.active a:before {
    background-image: url('../img/arrow-right-hover.svg');
}


.alt-single-post-tabcontents-right h2 {
    margin: 30px 0 12px;
    font-size: 52px;
    line-height: 58px;
}

.alt-single-post-tabcontents-right h3 {
    margin: 30px 0 12px;
    font-size: 45px !important;
    line-height: 58px !important;
}
.alt-single-post-tabcontents-right h4 {
    margin: 30px 0 12px;
    font-size: 36px !important;
    line-height: 46px !important;
    color: #0E0501;
}

body.single-post .alt-single-post-tabcontents-right p {
    margin-top: 0;
    margin-bottom: 19px;
    font-size: 20px;
    line-height: 36px;
    color: #3F3C3A;
}

body.single-post .alt-single-post-tabcontents-right figure {
    margin-top: 40px !important;
    width: auto !important;
    margin-bottom: 30px !important;
}

body.single-post .alt-single-post-tabcontents-right figure img {
    display: block;
    margin: 0 auto;
    border-radius: 14px;
    height: auto;
}

body.single-post .alt-single-post-tabcontents-right figure figcaption {
    font-size: 26px;
    line-height: 58px;
    color: #8D8D8D;
}

@media only screen and (max-width: 768px) {
    .alt-single-post-tabcontents-list {
        overflow-x: inherit;
        overflow-y: auto;
        direction: ltr;
    }
    .alt-single-post-tabcontents-left {
        flex-basis: 248px;
        max-width: 248px;
    }

    .alt-single-post-tabcontents-left ul li {
        max-width: 199px;
        padding: 8px;
    }

    .alt-single-post-tabcontents-right {
        flex-basis: calc(100% - 248px);
        max-width: calc(100% - 248px);
        padding-left: 0;
    }

    .alt-single-post-tabcontents-left ul {
        padding: 14px 0 0;
    }

    .alt-single-post-tabcontents-left ul li a {
        position: relative;
        padding-left: 31px;
        font-size: 14px;
    }


    .alt-single-post-tabcontents-right h2 {
        margin: 19px 0 1px;
        font-size: 25.86px;
        line-height: 35.7px;
    }

    .alt-single-post-tabcontents-right h3 {
        margin: 19px 0 1px;
        font-size: 22.17px !important;
        line-height: 35.7px !important;
    }
    .alt-single-post-tabcontents-right h4 {
        margin: 19px 0 1px;
        font-size: 18.47px !important;
        line-height: 35.7px !important;
    }

    body.single-post .alt-single-post-tabcontents-right p {
        font-size: 14px;
        line-height: 22px;
    }

    body.single-post .alt-single-post-tabcontents-right figure {
        margin-top: 19px !important;
        margin-bottom: 19px !important;
    }

    body.single-post .alt-single-post-tabcontents-right figure figcaption {
        font-size: 14px;
        line-height: 18px;
    }
}

@media only screen and (max-width: 576px) {
    .alt-single-post-tabcontents-left,
    .alt-single-post-tabcontents-right {
        flex-basis: 100%;
        max-width: 100%;
    }

    .alt-single-post-tabcontents-left ul li {
        max-width: 100%
    }

    .alt-single-post-tabcontents .alt-single-post-tabcontents-right h2 {
        margin: 30px 0 12px;
        font-size: 32px;
        line-height: 42px;
        font-weight: 500;
    }

    .alt-single-post-tabcontents .alt-single-post-tabcontents-right h3,
    .alt-single-post-tabcontents .alt-single-post-tabcontents-right h4 {
        margin: 30px 0 12px;
        font-size: 27px !important;
        line-height: 34px !important;
        font-weight: 500;
    }

    body.single-post .alt-single-post-tabcontents-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .alt-single-post-tabcontents-left ul li a {
        width: 100%;
        padding-left: 16px;
        padding-right: 42px;
        font-size: 16px;
        line-height: 24px;
    }

    .alt-single-post-tabcontents-left ul li a:before {
        left: auto;
        right: 16px;
        margin-right: 0;
        background-image: url('../img/arrow-right-mobile.svg');

    }

    .alt-single-post-tabcontents-left ul li.active a:before {
        background-image: url('../img/arrow-right-mobile-hover.svg');
    }

}