.gifts-content{padding-bottom:28px}
.gifts-content .page-title{padding-bottom:25px}
.gift-feature{position:relative;margin-bottom:30px;padding:22px;border:1px solid #815039;border-radius:20px;background:radial-gradient(circle at 100% 0,#4a2819,transparent 46%),linear-gradient(145deg,#1c1714,#101416);box-shadow:0 18px 48px #0006;overflow:hidden}
.gift-feature>span{width:58px;height:58px;display:grid;place-items:center;margin-bottom:18px;border:1px solid #79472f;border-radius:16px;background:#241711;color:var(--accent)}
.gift-feature svg,.gift-card svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.gift-feature small{color:var(--accent);font-size:10px;font-weight:800;letter-spacing:.12em}
.gift-feature h2{margin:8px 0 8px;font-size:27px;letter-spacing:-.04em}
.gift-feature p{max-width:310px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}
.gift-feature a{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:48px;margin-top:20px;padding:0 15px;border-radius:12px;background:linear-gradient(135deg,#ef9d6c,#c96f42);color:#160c08;text-decoration:none;font-size:13px;font-weight:800}
.gift-list>.section-kicker{margin-bottom:12px}
.gift-card{position:relative;display:grid;grid-template-columns:48px 1fr;gap:14px;margin-bottom:10px;padding:17px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(145deg,#131718,#0e1213);color:var(--text);text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}
.gift-card:active{transform:scale(.985);border-color:#79503b;background:#181411}
.gift-card>i{width:48px;height:48px;display:grid;place-items:center;border:1px solid #62402e;border-radius:13px;background:#1c1512;color:var(--accent);font-style:normal}
.gift-card>i svg{width:25px;height:25px}
.gift-card h3{max-width:290px;margin:0 25px 6px 0;font-size:15px;line-height:1.35;letter-spacing:-.015em}
.gift-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.5}
.gift-card b{display:block;margin-top:12px;color:var(--accent);font-size:11px}
.gift-card b em{margin-left:5px;font-size:15px;font-style:normal}
.gift-number{position:absolute;top:15px;right:15px;color:#ffffff24;font-size:10px;font-weight:800;letter-spacing:.08em}
.gift-note{margin:20px 0 4px;color:#646b6d;text-align:center;font-size:11px}
@media(max-width:365px){.gift-card{grid-template-columns:42px 1fr;padding:14px;gap:11px}.gift-card>i{width:42px;height:42px}.gift-card h3{font-size:14px}.gift-feature{padding:18px}}
