
.activity-feed-wrapper-homepage {
  max-width: 550px !important;
}

.activity-feed-wrapper {
  margin: 0 245px;
  padding: 10px;
  max-width: 750px;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color:#ffffff;
  min-height: 100vh;
}

.activity-post {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 5px;
  transition: box-shadow 0.2s ease;
  margin-bottom: 10px;
}
.mb-05{
  margin-bottom: 10px;
}
.activity-post:hover {
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.post-header {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}

.user-avatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  object-fit: cover;
}

.user-action {
  margin: 0;
  font-size: 0.95rem;
}

.post-meta span {
  margin-right: 5px;
}

.post-body {
  
}

.post-title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.3rem;
}

.post-meta {
  font-size: 1rem;
  color: #404040;
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}

.post-thumbnail {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 10px;
}

.post-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #eee;
}

.action-btn {
  background: none;
  border: none;
  color: #4e73df;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.action-btn:hover {
  text-decoration: underline;
}

.total-interested
{
  border: 1px solid #eee;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #c3bb00;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
.total-going
{
  border: 1px solid #eee;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #48857f;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}

.top-value-section{
  border: 1px solid #cdcdcd;
  background-color: #ededed;
  border-radius: 5px;
  font-size: 12px;
}

.img-standard-container{
  background-color: #ededed;
  border-radius: 15px;
}
.img-standard-height{
     object-fit: scale-down;
    height: 250px;
}
.user-with-border{
  border: 1px solid #858585;
  padding: 5px;
  border-radius: 6px;
}