/*!
 * 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;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  width: 100%;
  height: 64px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  font-family: Montserrat, sans, sans-serif;
  z-index: 9999;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.smartbanner__exit {
  position: relative;
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 2px;
  height: 16px;
  background: #5c5c5c;
  content: " ";
}
.smartbanner__exit::before {
  transform: rotate(45deg);
}
.smartbanner__exit::after {
  transform: rotate(-45deg);
}
.smartbanner__icon {
  position: relative;
  min-width: 64px;
  height: 64px;
  border-radius: 20px;
  background-size: 64px 64px;
}
.smartbanner__info {
  position: relative;
  display: flex;
  overflow: hidden;
  margin-left: 8px;
  flex: auto;
}
.smartbanner__info__title {
  font-size: 14px;
  font-weight: 500;
}
.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px;
  color: #5c5c5c;
}
.smartbanner__button {
  position: relative;
  margin-right: 24px;
  padding: 4px 12px;
  border-radius: 20px;
  background: #F36133;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
.smartbanner__button__label {
  text-align: center;
}
/*# sourceMappingURL=smartbanner.css.map */