/* Redakční bloky: novinky, reporty, galerie (sdílený JS pok-editorial-items.js) */

.pok-editorial-item--news .pok-editorial-title {
  font-size: 1.15rem;
}

.pok-editorial-news-aside-img {
  max-width: 220px;
}

@media (min-width: 768px) {
  .pok-editorial-news-aside-img {
    max-width: 100%;
  }
}

.pok-editorial-external-tile {
  min-height: 120px;
  padding: 1rem;
  border: 1px dashed rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  color: inherit;
  text-decoration: none;
}

.pok-editorial-external-tile:hover {
  border-color: rgba(0, 0, 0, 0.22);
  color: inherit;
}

.pok-editorial-gallery-grid {
  margin-top: 0.25rem;
}

.pok-editorial-item--story {
  border-left: 4px solid rgba(0, 0, 0, 0.08);
}

.pok-editorial-story-chapter {
  margin: 2rem 0 1.25rem;
}

.pok-editorial-story-chapter-title {
  font-size: 1.35rem;
  margin-bottom: 0;
}

.pok-editorial-story-chapter-summary {
  margin: 0.75rem auto 0;
  max-width: 42rem;
  color: #6c757d;
}

.pok-editorial-story-chapter-summary p:last-child {
  margin-bottom: 0;
}

.pok-editorial-item--partners {
  border-left-color: rgba(13, 110, 253, 0.35);
}

.pok-partners-attachments {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 0.75rem;
}

.pok-partners-attachment .btn {
  white-space: nowrap;
}
