.luotwo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:var(--luotwo-font-body);font-weight:500;font-size:14px;line-height:1;border-radius:var(--luotwo-radius);padding:10px 20px;cursor:pointer;transition:all 0.25s cubic-bezier(.16,1,.3,1);border:1px solid #fff0;white-space:nowrap;text-decoration:none!important}.luotwo-btn-primary{background:var(--luotwo-signal-orange);color:#FFF;border-color:var(--luotwo-signal-orange)}.luotwo-btn-primary:hover{background:var(--luotwo-signal-orange-dark);box-shadow:var(--luotwo-shadow-orange);transform:translateY(-1px);color:#FFF}.luotwo-btn-outline{background:#fff0;color:var(--luotwo-silver);border-color:var(--luotwo-shadow)}.luotwo-btn-outline:hover{border-color:var(--luotwo-signal-orange);color:var(--luotwo-signal-orange)}.luotwo-btn-ghost{background:#fff0;color:var(--luotwo-silver);border-color:#fff0}.luotwo-btn-ghost:hover{background:var(--luotwo-carbon);color:var(--luotwo-flash)}.luotwo-btn-sm{padding:6px 12px;font-size:12px}.luotwo-btn-lg{padding:14px 28px;font-size:16px}.luotwo-btn-block{width:100%}