/* ====================================================================
   RT-Lab 共有スタイル
   現状は site.js が全ページ末尾に注入する「応援フッター帯」専用。
   既存ページの footer / .card / .btn セレクタは上書きしない。
   ==================================================================== */
.rt-support-row {
  background: #222b39;
  color: rgba(255, 255, 255, 0.72);
  text-align: center;
  padding: 18px 16px;
  font-size: 0.78rem;
  line-height: 1.7;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.rt-support-row .rt-foot-note { max-width: 680px; margin: 0 auto; }
.rt-support-row a { color: rgba(255, 255, 255, 0.92); text-decoration: none; }
.rt-support-row a:hover { color: #fff; text-decoration: underline; }
.rt-support-row .rt-foot-cta { font-weight: 600; }
.rt-foot-nav {
  margin-top: 8px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
