.guggen-consent {
  background-color: #fff;
  border: 2px solid #111;
  bottom: 2rem;
  display: none;
  left: 0;
  margin: 0;
  position: fixed;
  z-index: 10000;
}

.guggen-consent button {
  border: 2px solid #111;
  margin: 0;
  padding: .5625rem 1.5rem;
}

.guggen-consent button:hover {
  border-color: rgba(17, 17, 17, 0.84);
}

.guggen-consent .frame {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.guggen-consent p {
  margin: 0;
}

.guggen-consent .wrapper {
  padding: 1rem;
}

@media screen and (min-width: 980px) {
  .guggen-consent {
    bottom: 2rem;
    left: 2rem;
    width: 25vw;
  }
}
