.rpg-card-wrapper.svelte-1msa9qa {
  width: var(--card-width);
  height: var(--card-height);
  background-color: var(--card-color);
  box-sizing: border-box;
  border: 0.3cm solid var(--card-color);
  border-radius: 0px;
  background-color: var(--card-color);
}

.rpg-card.svelte-1msa9qa {
  height: 100%;
  border-radius: 0px;
  padding: 0.75em;
  background-color: white;
}

.icon-wrapper.svelte-1msa9qa {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--card-color);
  padding: 1em;
  border-radius: 1em;
}

.line.svelte-1msa9qa {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  border: 0.25em solid var(--card-color);
  border-radius: 0px;
}

.content-top.svelte-1msa9qa {
  display: flex;
  width: 100%;
  justify-content: end;
}

.content-bottom.svelte-1msa9qa {
  display: flex;
  width: 100%;
  justify-content: end;
  transform: rotate(180deg);
}

.content.svelte-1msa9qa {
  /* width: 4em; */
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.content.svelte-1msa9qa p:where(.svelte-1msa9qa) {
  margin: 0 0.75rem;
  padding: 0;
  font-size: 4em;
  font-weight: bold;
  color: var(--card-color);
  max-lines: 1;
  font-family: Draconis;
}.rpg-card * p, li {
  font-weight: normal;
}

.rpg-card * strong, b {
  font-weight: bolder;
  color: var(--card-color);
}

.rpg-card * ul {
  margin-bottom: 0;
}

.trait-name {
  font-weight: bold !important;
}

.nameref {
  text-decoration: underline;
}

.dice {
  font-weight: bold !important;
}

ul {
  padding-left: 2.2em !important;
}h1.svelte-1rskljv {
  margin: 0;
}

.title-wrapper.svelte-1rskljv {
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rpg-card-wrapper.svelte-1rskljv {
  width: var(--card-width);
  height: var(--card-height);
  box-sizing: border-box;
  border: 0.3cm solid var(--card-color);
  background-color: var(--card-color);
}

.rpg-card.svelte-1rskljv {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 10px;
  background-color: white;
  overflow: show;
  font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}
.rpg-card.svelte-1rskljv h1:where(.svelte-1rskljv) {
  font-size: var(--card-title-size);
  text-transform: uppercase;
  font-weight: normal;
  font-family: Draconis;
  transform: scaleX(1.4);
}
.rpg-card.svelte-1rskljv .card-content:where(.svelte-1rskljv) {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.rpg-card.svelte-1rskljv .card-content:where(.svelte-1rskljv) p {
  padding: 0 0.5em;
  margin-bottom: 0.2em;
  line-height: 1em;
}
.rpg-card.svelte-1rskljv .card-content:where(.svelte-1rskljv) > h2 {
  padding: 0 0.5em;
  font-size: 1.2em;
  font-style: italic;
  color: var(--card-color);
  font-family: Draconis;
}