/* CSS-управляемая часть post-feed.css. Сама карточка (.ts-preview внутри) — отдельный Elementor-шаблон Card, сюда не входит. */

.ts-single-slide, .ts-slider {
  border-radius: var(--vg-radius-card) !important;
}

.ts-slide-nav a {
  border-radius: var(--vg-radius-pill) !important;
}

.post-feed-nav .ts-icon-btn {
  background: rgba(22, 32, 50, 0.7) !important;
}

.vxf-sort {
  color: var(--vg-ink) !important;
  font-family: var(--vg-font-mono) !important;
}
.vxf-sort:hover {
  color: var(--vg-primary) !important;
}

.feed-pagination a.ts-btn-1 {
  border-radius: var(--vg-radius-control) !important;
}
