/* Dungeon list cards: uploaded battle map as thumb background */
._card_16ywq_445.goh-dg-has-bg{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background-color:#000000c8;
  background-repeat:no-repeat;
}
._card_16ywq_445.goh-dg-has-bg::before{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.82));
  pointer-events:none;
  z-index:0;
}
._card_16ywq_445.goh-dg-has-bg>*{
  position:relative;
  z-index:1;
}
