.view-cards-wrapper {
  background-color: #E9EEF6;
  overflow-x: auto;
}

.view-card{
  width: 320px;
  min-width: 320px;
  height: 320px;
}

.view-card .top-icon img {
  height: 80px;
  width: 80px;
  object-fit: cover;
}

.horizontal-card-wrapper {
  box-shadow: 0px 8px 16px 0px #00000026;
}

.horizontal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stat-icon {
  width: 97px;
  height: 97px;
}

.stat-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-light-grey {
  background: rgba(233, 238, 246, 1);
}

.card-title-only {
  height: 80;
  border-radius: 4px;
  border-width: 1px;
  padding: 24px;
}

.social-card-photo img{
  width: 100%;
  max-height: 280px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}

.social-card-footer span{
  font-size: 16px;
}

.social-post-card-wrapper{
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
}

.truncated-text-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  text-overflow: ellipsis;
}
