.wanted-poster {
    max-width: 280px;
    margin: 15px auto;
    padding: 20px;
    background: #f2e2b8;
    border: 3px double #6b1a1a;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
    font-family: 'Cinzel', serif;
    color: #3a2415;
}

..wanted-poster-header {
  white-space: nowrap;
  font-size: 1.4rem;
  letter-spacing: .08em;
}
.wanted-poster-rank {
  font-family: 'Cinzel', serif;
  font-size: .8rem;
  color: var(--mist);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-top: 2px;
}

.wanted-poster-image img {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: 2px solid #6b1a1a;
    filter: sepia(0.3);
}

.wanted-poster-name {
    margin-top: 12px;
    font-size: 1.2em;
    font-weight: 700;
    font-family: 'Crimson Text', serif;
}

.wanted-poster-bounty-label {
    margin-top: 8px;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.75;
}

.wanted-poster-bounty {
    font-size: 1.8em;
    font-weight: 700;
    color: #6b1a1a;
}
.faction-badge {
    width: 100%;
    margin: 0 0 15px 0;
    padding: 24px 14px;
    background: #f2e2b8;
    border: 3px double #6b1a1a;
    text-align: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    font-family: 'Cinzel', serif;
    box-sizing: border-box;
}

.faction-badge-icon {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 10px;
}

.faction-badge-name {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.faction-badge-piraten { border-color: #b03a2e; }
.faction-badge-piraten .faction-badge-icon,
.faction-badge-piraten .faction-badge-name { color: #b03a2e; }

.faction-badge-marine { border-color: #2e6da4; }
.faction-badge-marine .faction-badge-icon,
.faction-badge-marine .faction-badge-name { color: #2e6da4; }

.faction-badge-gelehrte { border-color: #c9a227; }
.faction-badge-gelehrte .faction-badge-icon,
.faction-badge-gelehrte .faction-badge-name { color: #c9a227; }

.faction-badge-zivilisten { border-color: #4a7c4e; }
.faction-badge-zivilisten .faction-badge-icon,
.faction-badge-zivilisten .faction-badge-name { color: #4a7c4e; }