/* feed.css · v1.1.3.255
 * Page-specific only. Все інше — widgets/posts/post_card, widgets/feed/feed_empty_state.
 */

.kp-page--feed {
  max-width: 720px;
  margin: 0 auto;
  padding: 24px 12px 60px;
  position: relative;
  z-index: 1;
}

.kp-feed-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Ad card (non-disruptive variant) */
.kp-feed-ad {
  background: var(--panel);
  border: 1px dashed var(--lav-dim);
  border-radius: var(--r);
  padding: 18px;
}
.kp-feed-ad__head { margin-bottom: 8px; }
.kp-feed-ad__text {
  font-size: .88rem;
  line-height: 1.55;
  color: var(--text);
  margin-bottom: 12px;
}

/* Load more */
.kp-feed-loadmore {
  display: flex;
  justify-content: center;
  margin-top: 22px;
}
.kp-feed-loadmore .btn-ghost {
  padding: 11px 24px;
  font-size: .82rem;
}

@media (max-width: 540px) {
  .kp-page--feed { padding: 16px 10px 60px; }
}
