.fb-social-feed-grid {
  column-count: 3;
  column-gap: 1.5rem;
}

@media (max-width: 1024px) {
  .fb-social-feed-grid {
    column-count: 2 !important;
  }
}

@media (max-width: 768px) {
  .fb-social-feed-grid {
    column-count: 1 !important;
  }
}

.fb-post {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5rem;
  background: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  /* border: 1px solid #ddd; */
}

.fb-post-header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.fb-page-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 12px;
}

.fb-post-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fb-post-message {
  margin: 0.75rem 0;
  white-space: pre-wrap; /* Ensure newlines are respected */
}

.fb-hashtags {
  margin-top: 0.5rem;
}

.fb-hashtags .hashtag {
  color: #1877f2;
  text-decoration: none;
  margin-right: 0.5rem;
}

.fb-post-stats {
  margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #555;
}

.fb-post-share {
  margin-top: 0.5rem;
}

.fb-post-share .fb-share-button {
  background: #1877f2 !important;
  color: #fff !important;
  border: none !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  cursor: pointer !important;
  text-decoration: none !important;
  display: inline-block !important;
}

.fb-share-button:hover {
  background: #1a7ef0;
}
