@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Ruluko&display=swap');

.protagonisten {
  width: 500px;
  margin: 0 auto;
  color: #7e7e7e;
  font-size: 11px;
  padding: 10px;
  background: url('https://i.imgur.com/PVyygQd.png');
}

.protagonisten b, strong {
  color: #AA9E3B;
  text-transform: uppercase;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}

.protagonisten i, em {
  color: #7e7e7e;
  letter-spacing: 1.5px;
}

.protagonisten span {
  margin-left: 3px;
  padding-left: 12px;
}

.protagonisten td {
  background: rgba(228, 236, 245, 0.70);
  border: 1px solid rgba(110, 165, 205, 0.78);
  padding: 6px;
  font-family: "Ruluko", system-ui;
  font-size: 13px;
  color: #7e7e7e;
  line-height: 13px;
}

.protapic {
  width: auto;
  border: 5px solid #e3d87c;
  margin-top: 5px;
  margin-right: 10px;
}

.protagonisten h1 {
  background: #6ea5cd;
  margin-top: 0;
  font-family: "Ruluko", system-ui;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px;
}

.protainfo {
  width: 100%;
  height: 150px;
  overflow: auto;
  font-size: 11px;
}

.pokemon-grid, .item-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  text-align: center;
}

.niapostpkm {
  width: inherit;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.niapkm1 img {
  width: 100%;
  height: 100%;
}

.niapkm2 {
  position: absolute;
  background: rgba(226, 197, 90, 0.68);
  font-family: "Ruluko", system-ui;
  font-size: 10px;
  color: #6ea5cd;
  width: 100px;
  padding: 3px;
  font-weight: bold;
  letter-spacing: 1px;
  opacity: 0;
  border: 1px solid #6ea5cd;
  text-align: center;
}

.niapkm1:hover > .niapkm2 {
  opacity: 0.9;
  transition: 0.3s all ease-in-out;
}

.inactive {
  filter: grayscale(100%);
}

.protagonisten h2 {
  font-family: 'Brownist';
  color: #6ea5cd;
  border-bottom: 2px dotted #dec960;
  font-size: 25px;
  text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
}
