/* 📄 Activity Feed Styles */
/*.activity-card {*/
/*  background: #fff;*/
/*  border-radius: 10px;*/
/*  padding: 20px;*/
/*  margin-bottom: 20px;*/
/*  box-shadow: 0 2px 8px rgba(0,0,0,0.03);*/
/*}*/

/*.activity-header {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 12px;*/
/*  margin-bottom: 10px;*/
/*}*/

/*.activity-header .avatar {*/
/*  width: 48px;*/
/*  height: 48px;*/
/*  border-radius: 50%;*/
/*  object-fit: cover;*/
/*}*/

/*.activity-meta {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/

/*.activity-meta strong {*/
/*  font-size: 1rem;*/
/*  line-height: 1.2;*/
/*}*/

/*.activity-meta span {*/
/*  color: #888;*/
/*  font-size: 0.85rem;*/
/*}*/

/*.activity-meta small {*/
/*  font-size: 0.75rem;*/
/*  color: #aaa;*/
/*  margin-top: 2px;*/
/*}*/

/*.activity-content {*/
/*  margin-bottom: 10px;*/
/*  white-space: pre-wrap;*/
/*}*/

/*.activity-images {*/
/*  display: flex;*/
/*  flex-wrap: wrap;*/
/*  gap: 8px;*/
/*}*/

/*.activity-image img {*/
/*  max-width: 100%;*/
/*  border-radius: 8px;*/
/*  object-fit: cover;*/
/*  height: auto;*/
/*}*/

/*.activity-actions {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 12px;*/
/*  margin-top: 10px;*/
/*}*/

/*.like-btn,*/
/*.comment-btn,*/
/*.share-btn {*/
/*  background: none;*/
/*  border: none;*/
/*  cursor: pointer;*/
/*  font-size: 0.9rem;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  gap: 5px;*/
/*  padding: 5px 8px;*/
/*  border-radius: 6px;*/
/*  transition: background 0.2s ease;*/
/*}*/

/*.like-btn:hover,*/
/*.comment-btn:hover,*/
/*.share-btn:hover {*/
/*  background: #f2f2f2;*/
/*}*/

/*.like-btn.liked .like-label {*/
/*  font-weight: bold;*/
/*  color: #e0245e;*/
/*}*/

/*.like-count {*/
/*  font-size: 0.85rem;*/
/*  color: #666;*/
/*}*/

.like-display {
  font-weight: bold;
  color: crimson;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 6px;
}

