.gift-badge{background:#e5f4ea;color:#1f7a3a;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;}
.gift-block{padding: 1.2rem 0;border-bottom: 1px solid #eee;}
.gift-block:last-child{ border-bottom: 0; }
.gift-card{background:#fff;border:1px solid #e5e5e5;border-radius:1rem;overflow:hidden;box-shadow: 0 3px 10px rgba(0,0,0,.06);transition: all .3s ease;}
.gift-card:hover{transform: translateY(-6px);box-shadow: 0 10px 22px rgba(0,0,0,.15);}
.gift-img img{width:100%;height:340px;object-fit:cover;display:block;}
.gift-body{padding:1.2rem 1.1rem 1.3rem;}
.gift-body h5{font-weight:700;color:#1f7a3a;margin-bottom:.4rem;}
.gift-info{padding-left:1.1rem;margin:0 0 1rem 0;font-size:.88rem;color:#666;}
.gift-info li::marker{ color:#1f7a3a; }
.processed-order-card {background: #f9fbf9;border-radius: 1.1rem;border: 1px solid #e5f0ea;text-align:center;}
.processed-order-card h4 {font-weight: 700;color: #1f7a3a;}