.BlogList,
.Cat2List,
.LandingDetail {
    position: relative
}

.projects.BlogList .SecondContent p {
    height: 8em
}

.BlogList .Btn {
    font-size: 1rem;
    background: var(--Department-Back-Color);
    font-weight: 400;
    color: var(--White-Color);
    padding: .7em 1.7em;
    margin-right: .5em;
    text-decoration: none;
    line-height: 2.5em
}

.BlogList .ImageBox img,
.Cat2List .ImageBox img {
    height: 22.85em;
    object-fit: cover;
    @media(max-width:760px) {
        height: auto;
        object-fit: contain;
        width: 100%;
    }
}

.BlogList .BlogItem p,
.Cat2List .Cat2Item p {
    margin-bottom: 3em
}

.BlogList .BlogItem .ItemBottom>*,
.Cat2List .Cat2Item .ItemBottom>* {
    font-size: .9em
}

.article_pager {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: .5rem
}

.article_pager :where(.page, .next, .prev, .last, .first) {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Silver-Primary-Color);
    transition: 385ms ease-in-out;
    padding: 0 1rem
}

.article_pager :where(.page.active, .page:hover) {
    background: var(--Department-Primary-Color, var(--Accent-Color));
    color: var(--White-Color) !important
}

.LandingDetail {
    padding: 2em 0
}

.LandingDetail .Top {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 25rem
}

.LandingDetail .Top p {
    margin: 1rem 0 4rem;
    line-height: 2.3rem
}

.LandingDetail .Top>div:nth-child(3) a {
    padding: .7rem 1rem;
    background: var(--Back-Color-1);
    color: var(--White-Color)
}

.LandingDetail .CounselingSection:before {
    content: url(/DesktopModules/EasyDNNnews/Templates/_default/Iransite2023/images/LandingStar.png);
    margin-top: -4.5rem
}

.LandingDetail .CounselingSection {
    background: var(--Silver-Bg);
    border-bottom: .1rem solid var(--Department-Primary-Color, var(--Color-4-Primary))
}

.LandingDetail .CounselingSection p,
.LandingDetail .CounselingSection strong {
    font-size: 1.42rem;
    text-align: center
}

.LandingDetail .CounselingSection p {
    font-weight: 100;
    text-align-last: center
}

.LandingDetail .CounselingSection a {
    padding: .7rem 1.5rem;
    background: var(--Department-Primary-Color, var(--Color-4-Primary));
    color: var(--White-Color)
}

.LandingDetail .FullArticle img {
    width: 100%;
    height: auto
}

.FullArticle .in_article_image~:where(h1, h2, h3, h4, h5, h6)+p {
    min-height: 17rem
}

.FullArticle .in_article_image:nth-child(odd) {
    float: right;
    padding: 2rem 0 1rem 1rem
}

.FullArticle .in_article_image:nth-child(2n) {
    float: left;
    padding: 2rem 1rem 1rem 0
}

.LandingDetail .FullArticle p {
    line-height: 2.2rem;
    text-align: justify !important
}

.LandingDetail .FullArticle h2,
.LandingDetail .FullArticle h3,
.LandingDetail .FullArticle h4,
.LandingDetail .FullArticle h5 {
    line-height: 3em
}

.LandingDetail .article-heading {
    max-height: 22rem;
    overflow: auto;
    padding: .5rem 0
}

.LandingDetail .LandingTable {
    margin: 2em 0;
    padding: 0 7em
}

.edNews__commentPendingApproval,
.edNews_errorMessage {
    transition: .3s ease-in-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: none
}
.edNews_errorMessage.show {
    transition: .3s ease-in-out;
    max-height: fit-content;
    opacity: 1;
    display: block
}
.edNews__commentsWrapper .btn-submit {
    background: var(--Black-Color);
    color: var(--White-Color);
    transition: .3s ease-in-out;
    cursor: pointer
}

.edNews__commentsWrapper :where(input[type=text], input[type=email], textarea) {
    outline: 0;
    padding: 1rem;
    width: -webkit-fill-available;
    border-bottom: solid var(--Shadow-Accent);
    transition: .3s ease-in-out;
    border-width: 0 0 .1em
}

.edNews__commentsWrapper :where(input[type=text], input[type=email], textarea)::placeholder {
    text-align: right !important;
    font-family: IranSite;
    color: var(--Silver-Secondary-Color);
    transition: .3s ease-in-out
}

input:where([type=email], [type=cell]) {
    direction: ltr
}

.edNews__commentsWrapper .form-group label {
    margin-top: 1rem;
    display: none;
    padding: .4rem 0
}

.edNews__commentsWrapper :where(input[type=text], input[type=email], textarea):focus {
    border-color: var(--Accent-Color)
}

.edNews__commentsWrapper :where(input[type=text], input[type=email], textarea):focus::placeholder {
    letter-spacing: -.05rem;
    font-size: .9rem
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: .2em;
    gap: 1rem
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
    content: "\2714";
    border: .1em solid var(--Black-Color);
    border-radius: .2em;
    display: flex;
    color: transparent;
    transition: .2s;
    padding: 0 .5em
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked+label:before {
    background-color: #3cb371;
    border-color: #3cb371;
    color: #fff
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:disabled+label:before {
    transform: scale(1)
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb
}

.edNews__commentsCommentFormWrapper .edNews__replyingToMessage {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out
}

.edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews__replyingToMessage {
    opacity: 1;
    visibility: visible
}

.edNews__commentsCollapseWrapper {
    width: 100%
}

.edNews_commentDetails .media-body {
    flex: 1 0 80%
}

.edNews__commentVoting_upvote .fa-thumbs-o-up:before {
    color: green;
    font-size: 1.5rem
}

.edNews__commentVoting_downvote .fa-thumbs-o-down:before {
    color: red;
    font-size: 1.5rem
}

.edNews_commentActions span,
.edNews_numberVotes {
    color: var(--accent-color1)
}

.edNews_loadMoreTriggerWrapper {
    display: flex;
    justify-content: center
}

@media (max-width:768px) {
    .LandingDetail .Top {
        max-height: 100%
    }

    .LandingDetail .LandingTable {
        padding: .5em
    }
}

.comments-frame {
    background-color: var(--CustomColor3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 1.5rem;
}

.comments-form {
    .sec-title {
        display: block;
        color: #000;
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .field-holder {
        position: relative;
        border: solid 1px #F1EEEE !important;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: start;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        padding: 0px 1rem;
        margin-bottom: 1rem;

        svg {
            min-width: 18px;
            width: 18px;
            height: 15px;
            stroke: #1B2C65;
            margin-left: 0.8rem;
        }

        .form-control {
            width: 100%;
            height: 42px;
            border: none !important;
            outline: none;
            font-size: 1rem;
            padding: 0.5rem 0;
            resize: none;
            text-align: right;

            &::placeholder {
                color: #959595;
                font-size: 1rem;
                font-weight: normal;
            }

            &:disabled {
                background-color: transparent;
            }

            ;
            font-family: 'IranSite';
        }

        textarea {
            min-height: 150px;
        }
    }

    .rating-in-comment {
        .caption {
            color: #000;
        }
    }

    .submit-btn {
        font-size: 1rem;
        color: #fff;
        border: none;
        padding: 0.3rem 1.5rem;
        background-color: var(--Accent-Color);
        cursor: pointer;
    }
}

.comments-list {
    background-color: var(--CustomColor3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 3rem 1.2rem;
    margin-bottom: 2rem;

    .avatar {
        width: 50px;
        min-width: 50px;
        height: 50px;
        background-color: #fff;
        border-radius: 5px;
        margin-left: 1rem;

        svg {
            width: 20px;
            stroke: var(--accent-color);
        }
    }

    .comment-head {
        width: 100%;
        height: 50px;
        padding: 0.4rem 1rem;
        background-color: #FBFBFB;
        border-radius: 5px;
        border: solid 1px #F1F1F1;

        .author {
            font-size: 1rem;
            color: #000;
        }

        .dete {
            .item {
                font-size: 0.8rem;
                color: #000;

                svg {
                    width: 14px;
                    height: 14px;
                    margin-left: 0.5rem;
                    stroke: var(--accent-color);
                }

            }
        }

        @media(max-width:760px) {
            display: block !important;
            height: auto;

            .dete {
                flex-direction: column;
            }
        }
    }

    .comment-body {
        padding: 1rem;

        .comment-content {
            font-size: 1rem;
            color: #000;
        }

        .action-btns {
            svg {
                cursor: pointer;
            }

            .like {
                .like-couner {
                    color: #000;
                    margin-top: -3px;
                    margin-left: 2px;
                }
            }
        }

        @media(max-width:760px) {
            display: block !important;
            height: auto;

        }
    }
}

.in_article_image img {
    max-width: 100%;
}

button.trigger.edNews_loadMoreTrigger {
    border: none;
    margin-top: 5rem;
    font-size: 1rem;
    background: var(--Department-Back-Color);
    font-weight: 400;
    color: var(--White-Color);
    padding: .7em 1.7em;
    margin-right: .5em;
    text-decoration: none;
    line-height: 2.5em;
}

.article-heading {
    max-height: 100vh;
    overflow-y: auto;
}

.databox h1 {
    flex: 0 0 50%;
}
.in_article_image {
    display: flex;
    justify-content: center;
}
blockquote{white-space: normal;}