/* Instagram badge + source status additions for MemeFeed */

/* Instagram gradient badge */
.badge-instagram {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
}

/* Source status — Instagram color */
.status-instagram {
  color: #c13584;
  font-weight: 700;
}

/* Text hero for Instagram text-only posts */
.text-hero-instagram {
  background: linear-gradient(145deg, #1a0a1a 0%, #2a0a1a 100%);
}
