.rpg-ascendant-profile{display:inline}.rpg-ascendant-trigger{cursor:pointer;text-decoration:none;font-weight:bold}.rpg-ascendant-trigger:hover{text-decoration:none;filter:brightness(1.15)}.rpg-ascendant-modal{display:none;position:fixed;z-index:99999;inset:0;background:rgba(0,0,0,.65);padding:30px;box-sizing:border-box}.rpg-ascendant-modal.is-visible{display:flex;align-items:center;justify-content:center}

.rpg-ascendant-box {
  position: relative;
  max-width: 560px;
  width: 100%;
  max-height: 85vh;
  overflow: auto;
  padding: 22px;
  line-height: 1.55;
  background: var(--accent1);
  border: 1px solid var(--line);
}

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

.rpg-ascendant-meta{font-size:11px;opacity:.75;margin-bottom:14px;text-transform:uppercase;letter-spacing:.05em}.rpg-ascendant-row{margin:10px 0}

.rpg-ascendant-row strong{
	color:var(--golden);
}.rpg-ascendant-close{position:absolute;right:14px;top:10px;border:0;background:transparent;color:#fff;font-size:30px;cursor:pointer}