<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wp-embed {
  padding: 20px;
  background: #f1f1f1;
  border: 1px solid #ddd;
  border-radius: 6px;
}

/* 讓ｪ荳ｦ縺ｳ逕ｨ繝ｩ繝�ヱ繝ｼ */
.wp-embed-inner {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* 蟾ｦ縺ｮ逕ｻ蜒� */
.wp-embed-featured-image {
  flex-shrink: 0;
  max-width: 180px;
}

.wp-embed-featured-image img {
  object-fit: cover;
  width: 180px;
  height: 120px;
  display: block; /* 竊� 菴咏區蟇ｾ遲� */
}

/* 蜿ｳ蛛ｴ縺ｮ繝�く繧ｹ繝� */
.wp-embed-content {
  flex: 1;
  display: flex;
  flex-direction: column;
}

/* 繧ｿ繧､繝医Ν */
p.wp-embed-heading {
  font-size: 1.2rem;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ababab;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.wp-embed-heading a:hover {
  text-decoration: none;
}

/* 謚懃ｲ� */
.wp-embed-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 0; /* 竊� 菴咏區蟇ｾ遲� */
}

.wp-embed-featured-image.square {
  max-width: 180px;
  margin-right: 20px;
}
</pre></body></html>