﻿/* === PEREX === */


.article-perex {
    margin: 0 0 36px;
    padding: 10px 0 2px;
    border-top: 3px solid #cfe0ec;
    max-width: 920px;
    color: #2f5f79;
}


.article-perex p,
.article-perex span,
.article-perex li,
.article-perex em {
    font-weight: 400 !important;
    text-shadow: 0 0 0 currentColor;
}


.article-perex p {
    margin: 0;
    font-size: inherit;
    line-height: 1.8;
    color: inherit;
}


.article-perex p + p {
    margin-top: 12px;
}


/* upravený tučný text */
.article-perex strong,
.article-perex strong *,
.article-perex b,
.article-perex b * {
    font-weight: 700 !important;
    color: inherit !important;
    text-shadow: none !important;
    font-synthesis: none;
}


.article-perex a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 2px;
}


/* =========================================
   RESET pro přehled článků / miniatury
   ========================================= */


.news-item .article-perex,
.news-list .article-perex,
.blog-homepage .article-perex,
.news-wrapper .article-perex {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    color: inherit !important;
}


.news-item .article-perex,
.news-item .article-perex p,
.news-item .article-perex span,
.news-list .article-perex,
.news-list .article-perex p,
.news-list .article-perex span,
.blog-homepage .article-perex,
.blog-homepage .article-perex p,
.blog-homepage .article-perex span,
.news-wrapper .article-perex,
.news-wrapper .article-perex p,
.news-wrapper .article-perex span {
    font-weight: inherit !important;
    color: inherit !important;
    line-height: inherit;
    font-size: inherit;
    margin: 0;
}


.news-item .article-perex strong,
.news-list .article-perex strong,
.blog-homepage .article-perex strong,
.news-wrapper .article-perex strong,
.news-item .article-perex b,
.news-list .article-perex b,
.blog-homepage .article-perex b,
.news-wrapper .article-perex b,
.news-item .article-perex a,
.news-list .article-perex a,
.blog-homepage .article-perex a,
.news-wrapper .article-perex a {
    color: inherit;
}


/* =========================================
   Mobile
   ========================================= */


@media (max-width: 767px) {
    .article-perex {
        margin-bottom: 28px;
        padding-top: 14px;
    }


    .article-perex p {
        line-height: 1.7;
    }
}