.secondaryContents .embed-card {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
  overflow: hidden;
}
.secondaryContents .embed-title {
  font-size: 14px;
  font-weight: 700;
  margin: 4px 8px 8px;
}
.secondaryContents .embed-card iframe,
.secondaryContents .embed-card blockquote {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}
/* タイトル行をアイコン付きで横並びに */
.secondaryContents .embed-title {
  display: inline-flex;           /* or flex */
  align-items: center;
  gap: 6px;                       /* アイコンと文字の間隔 */
  line-height: 1.2;
}

/* ブランドアイコンの共通サイズ */
.secondaryContents .embed-title .brand-icon {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: inline-block;
}

/* 必要なら色を個別調整（currentColorで親の文字色に追従） */
.secondaryContents .embed-tiktok .brand-icon--tiktok { color: #111; }
.secondaryContents .embed-instagram .brand-icon--instagram { color: #111; }
