.ewl-add-btn { margin: 10px 0; padding: 8px 16px; cursor: pointer; }
.ewl-add-btn.ewl-in-list { background: #e8f7ee; color: #1a7f37; cursor: default; }
.ewl-share-link { width: 100%; max-width: 480px; padding: 6px 8px; }
.ewl-item { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid #eee; }
.ewl-item-title { flex: 1; font-weight: 600; }
.ewl-item-price { color: #555; }
.ewl-item-buy { padding: 4px 12px; background: #2271b1; color: #fff; border-radius: 4px; text-decoration: none; }
.ewl-remove-btn { background: none; border: none; color: #c1121f; cursor: pointer; }
