.schelper-badge {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

.schelper-badge.is-hidden {
  display: none;
}

.schelper-badge__content {
  max-width: 800px;
  margin: 0 auto;
}

.schelper-badge__title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  color: #fff;
}

.schelper-badge__button {
  display: inline-block !important;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.schelper-badge__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
