/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2026 | 19:48:04 */
#rytelo-top-popup {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  border-bottom: 2px solid var(--brightblue);
  padding: 16px 38px 12px 26px;
}
#rytelo-top-popup h2 {
  font-size: 18px;
  color: var(--blue);
}
#rytelo-top-popup p {
  font-size: 18px;
  line-height: 131%;
  letter-spacing: -2%;
}
#rytelo-top-popup p.last-p {
  margin-top: 5px !important;
}
#rytelo-top-popup a.see-more-isi {
  color: var(--brightblue);
  text-decoration: underline;
  padding-left: 5px;
  display: inline-block;
}
#rytelo-top-popup .close-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
#rytelo-top-popup ul {
  margin-bottom: 0;
  list-style: outside;
}
#rytelo-top-popup ul li {
  margin-left: 35px;
}
#rytelo-top-popup p, #rytelo-top-popup li {
  font-size: 18px;
  line-height: 131%;
  letter-spacing: -2%;
}
.hidden-p {
  display: none;
}
.hidden-p.show {
  display: inline-block;
}
.top__isi-hidden {
  display: none;
}
.top__isi-hidden.show {
  display: block;
}
#rytelo-top-popup {
  display: none;
}
@media only screen and (max-width: 989px) {
  #rytelo-top-popup {
    display: none;
  }
  #rytelo-top-popup.show {
    display: block;
  }
}
