.mytype-embed-post {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 6px;
  background: #fafafa;
}

.mytype-embed-post figure {
  flex-shrink: 0;
  margin: 0 0 0;
  line-height: 0px;
}

.mytype-embed-post img {
  width: 120px;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}

.mytype-embed-post h3 {
  margin: 0;
  background-color: #fafafa;
}

.mytype-embed-post h3 a {
  text-decoration: none;
  color: #333;
}

.mytype-embed-post .meta {
  color: #666;
}
