.rhym-float-widget {
  cursor: pointer;
}
.rhym-popup-close {
  position: absolute;
  top: -15px;
  right: -15px;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rhym-game-popup {
  width: auto !important;
  max-width: 600px;
  width: 100%;
  height: min(90%, 595px);
}
.rhym-popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(18, 18, 18, 0.45);
  backdrop-filter: blur(2px);
  height: 100vh;
  transition: opacity 0.2s ease-in-out;
}
iframe {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 480px) and (max-width: 959px) {
  .rhym-game-popup {
    width: 75%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1439px) {
  .rhym-game-popup {
    width: 40%;
  }
}
@media screen and (min-width: 1440px) {
  .rhym-game-popup {
    width: 30%;
  }
}
