.banner-root {
  display: none;
  position: fixed;
  bottom: 48px;
  right: 0;
  left: 0;
  z-index: 2147483647;
  padding: 12px;
}

.banner-placement {
  align-items: center;
  background: white;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.banner-image {
  border-radius: 4px;
  object-fit: contain;
  width: 40px;
}

.banner-text-section {
  flex-grow: 1;
  text-align: left;
  font-size: 14px;
  margin: 0 12px;
  line-height: 17px;
  letter-spacing: -0.02em;
}

.banner-text-bold {
  font-weight: bold;
}

.banner-text-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner-button {
  background: black;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 700;
  color: white;
  border: none;
  padding: 0 12px;
  height: 36px;
  flex-shrink: 0;
}

.banner-x {
  background: white;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 24px;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  top: -8px;
  right: -8px;
  padding: 0 0 !important;
}
