/* 本文テキスト: 12px → 13px */
[style*="color: #666666"] {
  font-size: 13px !important;
}

/* サブテキスト コントラスト改善: #888888 → #777777 */
[style*="color: #888888"] {
  color: #777777 !important;
}
