.pn-game-stories {
  background: #fff;
}

.pn-game-stories__sub {
  margin: 10px 0 0;
  color: rgba(46, 46, 46, 0.55);
  font-size: 15px;
}

.pn-game-stories__loading,
.pn-game-stories__empty {
  color: rgba(46, 46, 46, 0.55);
  padding: 24px 12px;
  margin: 0;
}

.pn-game-stories__card .blog-thumb {
  border-radius: 12px;
  overflow: hidden;
  background: #f0f1f4;
  aspect-ratio: 16 / 10;
}

.pn-game-stories__card .blog-thumb a {
  display: block;
  height: 100%;
}

.pn-game-stories__card .blog-thumb img,
.pn-game-stories__ph {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pn-game-stories__ph {
  background: linear-gradient(135deg, #eceef2, #f7f8fa);
}

.pn-game-stories__card h4 {
  font-size: 18px;
  line-height: 1.35;
  margin: 0 0 10px;
}

.pn-game-stories__card h4 a {
  color: #2e2e2e;
  text-decoration: none;
}

.pn-game-stories__card h4 a:hover {
  color: #e4a101;
}

.pn-game-stories__card p {
  margin: 0;
  color: rgba(46, 46, 46, 0.65);
  font-size: 14px;
  line-height: 1.55;
}

.pn-game-stories__more {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 999px;
  background: #e4a101;
  color: #1c1121;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.pn-game-stories__more:hover {
  color: #1c1121;
  filter: brightness(1.05);
  text-decoration: none;
}

@media (max-width: 767px) {
  .pn-game-stories__card h4 {
    font-size: 16px;
  }
}
