.feed-insta-custom__account {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.feed-insta-custom__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.feed-insta-custom__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 6px;
}

.feed-insta-custom__item {
  /* border-radius: 6px; */
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.feed-insta-custom__media-link {
  position: relative;
  display: block;
  /* aspect-ratio: 1 / 1; */
  aspect-ratio: 4 / 5;
}

.feed-insta-custom__media {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feed-insta-custom__badge {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 6px;
  border-radius: 4px;
}

.feed-insta-custom__content {
  padding: 0.5rem 0.75rem 0.75rem;
}

.feed-insta-custom__caption {
  font-size: 0.875rem;
  margin: 0 0 0.5rem;
}

.feed-insta-custom__meta {
  display: flex;
  gap: 1rem;
  font-size: 0.8rem;
  color: #555;
}

.feed-insta-custom__empty {
  opacity: 0.7;
  font-style: italic;
}
