.app-blog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.app-blog__header h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
}

.app-blog__header .close {
  display: flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  align-items: center;
  justify-content: center;
}

.app-blog__header .close svg {
  width: 20px;
  height: 20px;
}

.pz-news--app,
.pz-news-detail--app {
  padding-top: 20px;
}

.pz-news-detail--app h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.25;
}

.pz-news--app .card {
  align-items: stretch;
}

.pz-news--app .card__footer {
  justify-content: flex-start;
}

.app-blog__empty {
  margin: 0;
  color: #777;
}

@media (max-width: 600px) {
  .app-blog__header h1,
  .pz-news-detail--app h2 {
    font-size: 20px;
  }

  .pz-news--app,
  .pz-news-detail--app {
    padding-top: 16px;
  }
}
