﻿.page-template-template-press main {
    margin-top: 83px;
}
/* press-release-listing */
.line {
    height: 1.5px;
    background: var(--blue-color);
}

.press-l .border-page-press {
    margin-top: 68px;
    margin-bottom: 115px;
    display: inline-block;
    width: 100%;
}

.press-l .title-page {
    margin: 24px 0;
}

.press-l .count-item {
    margin-top: 44px;
    display: inline-block;
    margin-bottom: 32px;
    line-height: 25px;
}

.press-l .list-press-item {
    padding: 37.5px 0;
    border-bottom: 1.5px solid #E3E3E3;
}

.press-l .list-press-item:last-child {
    border: initial;
}

.press-l .list-press-item .press-inner .date-press {
    margin-bottom: 12px;
    display: inline-block;
    font-weight: 500;
    color: #8F90A6;
}
.press-d .breadcrumbs-item a,
.press-l .breadcrumbs-item a {
    color: #282828;
    font-family: var(--font-body-text);
}


/* detail */
.singular .post-thumbnail.placeholder-image img {
    width: 100%;
    height: 51.28%;
    max-width: 3750px;
}

.press-d .border-press-d {
    margin-bottom: 135px;
    margin-top: 68px;
    display: inline-block;
}

.press-d .title-post {
    margin-top: 63px;
    margin-bottom: 17px;
}

.press-d .post-thumbnail {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
}
.press-d .border-press-d .image-thumbnail {
    width: fit-content;
    margin: auto;
}
.press-d .border-press-d .image-thumbnail img {
    width: 100%;
    object-fit: cover;
}
.press-d .container-single .excerpt {
    padding-bottom: 40px;
    border-bottom: 1px solid #C7C7C7;
}

.press-d .container-single .single-content {
    margin-top: 50px;
}

.press-d .container-single .single-content p {
    margin-bottom: 20px;
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.01em;
}

.press-d .container-single .single-content .wp-block-image {
    margin-top: 50px;
    margin-bottom: 50px;
}

.press-d .container-single .single-content .wp-block-image .wp-element-caption {
    font-family: var(--font-body-text);
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.01em;
    color: #282828;
    margin: 20px 0;
    text-align: left;
}

.press-d .breadcrumbs-item span span:not(.breadcrumb_last):after,
.press-l .breadcrumbs-item span span:not(.breadcrumb_last):after {
    background: url(../images/arrow-breadcrum-d.svg);
}

.press-d .date-press span,
.press-d .author span:not(.author) {
    color: #8F90A6;
}
.press-d .press-d-info .date-press {
    margin-bottom: 60px;
}
@media (max-width:1024px) {
    .wrap-pagination.pagination {
        padding-top: 80px;
    }

    .press-d .border-press-d,
    .press-l .border-page-press {
        margin-top: 55px;
        margin-bottom: 85px;
    }

}

@media (max-width:991px) {
    .press-l .count-item {
        margin-top: 30px;
        margin-bottom: 25px;
    }

    .press-l .list-press-item {
        padding: 20px 0;
    }

    .press-d {
        margin-bottom: 100px;
    }

    .press-d .title-post {
        margin-top: 35px;
        margin-bottom: 15px;
    }

    .press-d .post-thumbnail {
        margin-top: 35px;
    }

    .press-d .container-single .single-content .wp-block-image {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .press-d .container-single .excerpt {
        padding-bottom: 30px;
    }

    .press-d .container-single .single-content {
        margin-top: 35px;
    }

    .press-d .border-press-d,
    .press-l .border-page-press {
        margin-top: 45px;
        margin-bottom: 65px;
    }
}

@media (max-width:767.98px) {
    .wrap-pagination.pagination {
        padding-top: 33px;
    }

    .press-l .border-page-press .breadcrumb {
        display: none;
    }
    .press-d .border-press-d,
    .press-l .border-page-press {
        margin-top: 0;
    }
    .press-d .title-post {
        margin-top: 23px;
    }
    .press-l .title-page {
        margin-bottom: 0;
    }
    .press-l .count-item {
        margin-top: 12px;
        margin-bottom: 35px;
    }
    .press-l .list-press-item {
        padding: 30px 0;
    }
    .press-l .list-press-item .press-inner .date-press {
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
    }
    .press-d .post-thumbnail img {
        margin-top: 0;
    }
}