.tdx-follow-studio-btn { display: inline-flex; align-items: center; gap: 6px; cursor: pointer; border: 1px solid #ff5e62; background: transparent; color: #ff5e62; padding: 5px 12px; border-radius: 999px; font-size: 13px; font-weight: 600; line-height: 1; transition: background 0.15s, color 0.15s; } .tdx-follow-studio-btn:hover { background: rgba(255, 94, 98, 0.12); } .tdx-follow-studio-btn.is-following { background: #ff5e62; color: #fff; } .tdx-follow-studio-btn i, .tdx-follow-studio-btn [data-lucide] { width: 15px; height: 15px; } .tdx-follow-studio-btn--inline { vertical-align: middle; padding: 3px 10px; font-size: 12px; } .tdx-follow-studio-btn--archive { margin-top: 12px; padding: 8px 18px; font-size: 14px; }