.rpg-horoscope-profile{display:inline-block}

.rpg-horoscope-trigger img {
  cursor: pointer;
  transition: transform .2s ease,filter .2s ease;
  margin: auto;
  width: 50px;
  height: auto;

	}.rpg-horoscope-trigger:hover img{transform:scale(1.05);filter:brightness(1.15)}.rpg-horoscope-modal{display:none;position:fixed;z-index:99999;inset:0;background:rgba(0,0,0,.65);padding:30px;box-sizing:border-box}.rpg-horoscope-modal.is-visible{display:flex;align-items:center;justify-content:center}

.rpg-horoscope-box {
  position: relative;
  max-width: 620px;
  width: 100%;
  max-height: 85vh;
  overflow: auto;
  background: var(--accent1);
  font-size: 12px;
  box-sizing: border-box;
  padding: 30px;
}

.rpg-horoscope-box h3 {
  margin: 0 36px 18px 0;
  font-size: 22px;
  font-family: var(--mainfont);
  text-transform: lowercase;
  color: var(--golden);
}

.rpg-horoscope-section{margin:14px 0}

.rpg-horoscope-section strong{
display: block;
  margin-bottom: 4px;
  color: var(--golden);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.rpg-horoscope-section p {
  margin: 0;
  text-align: justify;
  line-height: 170%;
}

.rpg-horoscope-close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}