/* Только шаблон статьи: templates/blog/article-top.php */

.article .banner__blog--link {
    position: relative;
    cursor: pointer;
}

.article .banner__blog--link .banner__blog-hit {
    position: absolute;
    inset: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.article .banner__blog--link .banner__blog-hit:hover,
.article .banner__blog--link .banner__blog-hit:focus,
.article .banner__blog--link .banner__blog-hit:active {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
}

.article .banner__blog--link .banner__blog-img,
.article .banner__blog--link .banner__blog-text {
    pointer-events: none;
    position: relative;
    z-index: 0;
}

.article .banner__blog--link .banner__blog-title,
.article .banner__blog--link .banner__blog-desc {
    color: #000;
    text-decoration: none;
}

.article .banner__blog {
    max-width: min(900px, 100%);
    box-sizing: border-box;
}

.article .banner__blog-img {
    flex: 0 0 auto;
    width: 128px;
    max-width: 128px;
}

.article .banner__blog-img img,
.article .banner__blog .article-banner__img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .article .banner__blog-img {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .article .banner__blog .article-banner__img,
    .article .banner__blog .article-banner__img:not(.article-banner__img--mob),
    .article .banner__blog .article-banner__img img {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}
