/* CLEAN — NO BLUR ANYWHERE */
* {
  filter: none !important;
  backdrop-filter: none !important;
}

/* Feed media always crisp */
.feed-image,
.feed-video {
  image-rendering: auto !important;
  filter: none !important;
  transform: none !important;
  -webkit-filter: none !important;
}

/* No debug colors */
.feed-card,
.feed-media-shell,
.feed-meta-overlay {
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Standard layout */
.page-feed .feed-media {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 180px);
  object-fit: contain !important;
}

/* Remove any accidental scaling */
.feed-media *,
.feed-card *,
.feed-card-inner {
  transform: none !important;
}

/* Smaller, softer Views line under caption */
.feed-meta-left .feed-views-inline {
  margin-top: 2px;
  font-size: 11px;
  line-height: 1.2;
  opacity: 0.75;
}

/* --- Bottom-center views badge for TikTok-style feed --- */
.page-feed .feed-media-shell {
  position: relative;
}

.page-feed .feed-views-bottom {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.78rem;
  line-height: 1.2;
  color: #f8fafc;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
  opacity: 0.9;
  pointer-events: none;
}

.page-feed .feed-views-bottom .feed-views-count {
  font-weight: 600;
  margin-
}
