.content-listing-wrapper .heading {
  margin-bottom: var(--space-sm, 8px);
}
.content-listing {
  padding: var(--space-md, 16px) 0;
  border-bottom: 1px solid var(--color-border-width-border-width-default, #DEDEE0);
}
.content-listing a {
  display: flex;
  gap: var(--space-md, 16px);
  justify-content: space-between;
}
.content-listing:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.content-listing img {
  width: 128px;
  height: 72px;
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius-border-radius-md, 8px);
}
.content-icon img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  border-radius: 0;
}
.content-listing p {
  color: var(--color-foreground-default, #010414);
}
.content-listing img + p {
  width: calc(100% - 144px);
}
.content-icon img + p {
  width: calc(100% - 40px);
}
