/*!
 * smartbanner.js v1.25.0 <https://github.com/ain/smartbanner.js#readme>
 * Copyright © 2024 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 84px;
    background: #f3f3f3;
    font-family: Helvetica, sans, sans-serif
}

.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    margin: 0;
    width: 12px;
    height: 12px;
    border: 0;
    text-align: center
}

.smartbanner__exit::before,
.smartbanner__exit::after {
    position: absolute;
    width: 1px;
    height: 12px;
    background: #716f6f;
    content: " "
}

.smartbanner__exit::before {
    transform: rotate(45deg)
}

.smartbanner__exit::after {
    transform: rotate(-45deg)
}

.smartbanner__icon {
    position: absolute;
    top: 10px;
    left: 30px;
    width: 64px;
    height: 64px;
    border-radius: 15px;
    background-size: 64px 64px
}

.smartbanner__info {
    position: absolute;
    top: 10px;
    left: 96px;
    display: flex;
    overflow-y: hidden;
    width: 60%;
    height: 48px;
    align-items: center;
    color: #000
}

.smartbanner__info__title {
    font-size: 14px
}

.smartbanner__info__author,
.smartbanner__info__price {
    font-size: 12px
}

.smartbanner__button {
    position: absolute;
    top: 16px;
    right: 10px;
    z-index: 1;
    display: block;
    padding: 8px 12px;
    min-width: 10%;
    border-radius: 4px;
    border-color: #2B2B30;
    background: #1F1F24;
    color: #f3f3f3;
    font-size: 12px;
    text-align: center;
    text-decoration: none
}

.smartbanner__button__label {
    text-align: center
}

.smartbanner.smartbanner--android {
    background: #06060C;
}

.smartbanner.smartbanner--android .smartbanner__exit {
    left: 6px;
    margin-right: 7px;
    width: 17px;
    height: 17px;
    border-radius: 14px;
    background: #1c1e21;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .8) inset, 0 1px 1px hsla(0, 0%, 100%, .3);
    color: #b1b1b3;
    font-family: "ArialRoundedMTBold", Arial;
    font-size: 20px;
    line-height: 17px;
    text-shadow: 0 1px 1px #000
}

.smartbanner.smartbanner--android .smartbanner__exit::before,
.smartbanner.smartbanner--android .smartbanner__exit::after {
    top: 3px;
    left: 8px;
    width: 2px;
    height: 11px;
    background: #b1b1b3
}

.smartbanner.smartbanner--android .smartbanner__exit:active,
.smartbanner.smartbanner--android .smartbanner__exit:hover {
    color: #eee
}

.smartbanner.smartbanner--android .smartbanner__icon {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none
}

.smartbanner.smartbanner--android .smartbanner__info {
    color: #ccc;
    text-shadow: 0 1px 2px #000
}

.smartbanner.smartbanner--android .smartbanner__info__title {
    color: #fff;
    font-weight: bold
}

.smartbanner.smartbanner--android .smartbanner__button {
    position: absolute;
    top: 16px;
    right: 15px;
    z-index: 1;
    display: block;
    min-width: 10%;
    border-radius: 4px;
    border-color: #2B2B30;
    background: #1F1F24;
    color: #f3f3f3;
    font-size: 12px;
    text-align: center;
    text-decoration: none
}

.smartbanner.smartbanner--android .smartbanner__button:active,
.smartbanner.smartbanner--android .smartbanner__button:hover {
    background: none
}

.smartbanner.smartbanner--android .smartbanner__button__label {
    display: block;
    padding: 8 12px;
    background: #1F1F24;
    line-height: 24px;
    text-align: center;
    text-shadow: none;
    text-transform: none
}

.smartbanner.smartbanner--android .smartbanner__button__label:active,
.smartbanner.smartbanner--android .smartbanner__button__label:hover {
    background: #2ac7e1
}

/*# sourceMappingURL=smartbanner.min.css.map */
.smartbanner {
    z-index: 100;
    position: fixed;
    background-color: #06060C;
    height: 64px;
    border: 1px
}

.custom-design-modifier {
    background-color: #000;
    color: #fff;
}

.smartbanner__info__author {
    display: none;
}

.smartbanner__info {
    color: #fff
}

.smartbanner__icon {
    background-size: 48px;
    height: 48px;
    width: 48px;
    border-radius: 0px;
}

.smartbanner__exit {
    margin-left: auto;
}