.release-notes-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  background-color: #1976d2;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.4);
}

.release-notes-btn:hover {
  background-color: #1565c0;
  text-decoration: none;
  color: #fff;
}

.release-badge--container {
  position: absolute;
  top: -10px;
  right: 0;
  z-index: 1000;
  background-color: oklch(63.7% 0.237 25.331);
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.4);
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
