.smart-banner {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.2;

    display: grid;
    grid-template-columns: min-content min-content 1fr min-content;
    align-items: center;

    box-sizing: border-box;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;

    padding: 10px;
    background: #f2f2f2;
}

.page_with_smart-banner {
    padding-bottom: 80px
}

.smart-banner__close {

}

    .smart-banner__close button {
        background: transparent;
        border: none;

        text-align: center;
        font-size: 17px;
        width: 17px;
        height: 17px;
        line-height: 17px;
        padding: 0;
        color: #b1b1b3;
    }

.smart-banner__close button:active,
.smart-banner__close button:focus {
    outline: none;
    opacity: .8;
}

.smart-banner__logo {

}

    .smart-banner__logo img {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 10px;
        border-radius: 15px;
        box-shadow: 0 0 2px rgba(0,0,0,.2);
    }

.smart-banner__info {
}

    .smart-banner__title {
        color: #0d0d0d;
        font-weight: 500;
    }

    .smart-banner__publisher {
        color: #b1b1b3;
        font-size: 12px;
        margin-top: 3px;
    }


a.smart-banner__link{
    font-size: 13px;
    color: #2b96f1;
    text-decoration: none;
    margin-right: 10px;
}