.use-tile-visual-discord-embeds .home-usecase-embeds-scene {
  position: relative;
  width: 100%;
  height: 100%;
}

.use-tile-visual-discord-embeds .home-usecase-embeds-page {
  position: absolute;
  inset: 16px 12px 14px;
  padding: 9px 12px;
  border: 1px solid rgba(17, 19, 24, 0.12);
  border-radius: 12px;
  background: #f3f2ee;
  box-shadow: 0 12px 24px rgba(4, 7, 12, 0.16);
}

.use-tile-visual-discord-embeds .home-usecase-embeds-page-title {
  display: block;
  color: #24262d;
  font-size: 7.5px;
  font-weight: 850;
  line-height: 1;
}

.use-tile-visual-discord-embeds .home-usecase-embeds-page-line {
  display: block;
  width: 54%;
  height: 6px;
  margin-top: 6px;
  border-radius: 999px;
  background: rgba(67, 181, 129, 0.28);
}

.use-tile-visual-discord-embeds .home-usecase-embeds-thread {
  position: relative;
  display: grid;
  min-height: 58px;
  align-content: center;
  gap: 4px;
  margin-top: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(58, 61, 69, 0.9);
  border-radius: 10px;
  background: #24262d;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.use-tile-visual-discord-embeds .home-usecase-embeds-thread-channel {
  overflow: hidden;
  color: #aeb7ff;
  font-size: 6.5px;
  font-weight: 850;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
}

.use-tile-visual-discord-embeds .home-usecase-embeds-thread-message {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.use-tile-visual-discord-embeds .home-usecase-embeds-thread-avatar {
  width: 14px;
  height: 14px;
  border-radius: 999px;
}

.use-tile-visual-discord-embeds .home-usecase-embeds-thread-avatar-primary {
  background: #5865f2;
}

.use-tile-visual-discord-embeds .home-usecase-embeds-thread-avatar-secondary {
  background: rgba(67, 181, 129, 0.86);
}

.use-tile-visual-discord-embeds .home-usecase-embeds-thread-copy {
  overflow: hidden;
  color: #c7ccd3;
  font-size: 6.3px;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.use-tile-visual-discord-embeds .home-usecase-embeds-thread-copy b {
  color: #ffffff;
  font-weight: 850;
}
