#beamerNews.beamer_beamer.popup {
  bottom: 0 !important;
  right: 2rem !important;
  top: 0 !important;
  margin-top: 9.4rem !important;
  width: 100% !important;
  max-width: 28vw !important;
  max-height: 82vh !important;
  height: 82vh !important;
  position: fixed !important;
  box-shadow: rgb(0 0 0 / 5%) 0px 10px 60px !important;
}
#beamerNews.beamer_beamer.right {
  display: none !important;
}

.beamer_noscroll {
  overflow-y: auto !important;
}

#beamerLoader {
  display: none !important;
}

#beamerOverlay {
  background-color: transparent !important;
  height: unset !important;
  width: unset !important;
}

.beamer_beamer {
  box-shadow: none !important;
  background-color: #e5d9de !important;
  transition: unset !important;
}

#beamer-whats-new .beamer_icon.active {
  display: flex;
  border-radius: 50%;
  padding-top: 0px;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid white;
  background-color: #ef2b70 !important;
  position: absolute;
  right: -4px;
  top: -4px;
  color: #fff;
  font-size: 0.75rem;
  font-family: arial;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  opacity: 1;
  letter-spacing: 0;
  -webkit-animation: beamer_bounce 1.5s linear infinite;
  animation: beamer_bounce 1.5s linear infinite;
  align-items: center;
  justify-content: center;
}

#beamerLastPostTitle {
  box-shadow: none !important;
}

#beamerLastPostTitle .beamerCategory {
  padding: 6px 8px !important;
  padding-top: 7px !important;
  font-weight: 600;
  border-radius: 4px !important;
}
