.gift-entry{position:relative;display:flex;align-items:center;gap:18px;min-height:144px;padding:22px;border:1px solid var(--hairline);border-radius:20px;background:var(--brand-soft);color:var(--brand-fg);text-decoration:none}.gift-entry:hover{border-color:var(--brand-fg)}.gift-entry-art{position:relative;flex:none;width:98px;height:102px}.gift-entry-art img:first-child{position:absolute;inset:0;width:90px;height:90px;-o-object-fit:contain;object-fit:contain}.gift-entry-art img:last-child{position:absolute;right:-4px;bottom:0;width:62px;height:47px;border:3px solid var(--paper);border-radius:6px;-o-object-fit:cover;object-fit:cover;transform:rotate(8deg)}.gift-entry-copy{display:flex;min-width:0;flex:1;flex-direction:column;gap:5px}.gift-entry-kicker{font-size:12px;font-weight:600;color:var(--muted)}.gift-entry-copy>strong{font-size:20px;line-height:1.3;letter-spacing:-.04em;word-break:keep-all}.gift-entry-description{font-size:14px;line-height:1.55;color:var(--muted);word-break:keep-all;overflow-wrap:anywhere}.gift-entry-action{display:flex;align-items:center;gap:20px;margin-top:8px;font-size:14px;font-weight:700}.gift-entry--compact{margin-top:12px;padding:16px;gap:12px}.gift-entry--compact .gift-entry-art{width:70px;height:82px}.gift-entry--compact .gift-entry-art img:first-child{width:72px;height:72px}.gift-entry--compact .gift-entry-art img:last-child{width:48px;height:37px}.gift-entry--compact .gift-entry-copy>strong{font-size:18px}@media(max-width:380px){.gift-entry{gap:12px;padding:18px 14px}.gift-entry-art{width:76px;height:90px}.gift-entry-art img:first-child{width:76px;height:76px}.gift-entry-art img:last-child{width:53px;height:40px}.gift-entry-copy>strong{font-size:18px}}