/* Feed Index Styles */

.feed-item {
  transition: all 0.2s ease-in-out;
}

.feed-item-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

/* Sticky positioning for sidebar */
@media (min-width: 992px) {
  .position-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}
