<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-embed {
  display: table;
  text-decoration: none;
  color: #404040;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}

.wp-embed-featured-image {
  display: table-cell;
  width: 100px;
}

.wp-embed-featured-image img {
  vertical-align: bottom;
  width: 100px;
  max-width: 100%;
  height: auto;
}

.wp-embed-heading {
  display: table-cell;
  vertical-align: middle;
  padding: 8px;
}</pre></body></html>