/* Gorilla Dirt — Upgrade Nudge */
.gd-upn{margin:16px 0;padding:14px 16px;border:1.5px solid #FEB442;border-radius:12px;background:linear-gradient(135deg,#fffaf0,#fff5e2)}
.gd-upn-eyebrow{font-family:'Oswald','Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:.08em;font-size:11.5px;font-weight:700;color:#b8791a;margin-bottom:4px}
.gd-upn-intro{font-size:13.5px;color:#3a2f20;margin-bottom:10px}

.gd-upn-card{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}
.gd-upn-thumb{flex:0 0 auto;width:60px;height:60px;border-radius:9px;overflow:hidden;background:#ece5da}
.gd-upn-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.gd-upn-info{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px}
.gd-upn-name{font-weight:700;font-size:14.5px;color:#302413;line-height:1.25}
.gd-upn-price{font-size:14px;color:#3a2f20}
.gd-upn-price del{color:#9a8f7d;font-weight:400;margin-right:4px}
.gd-upn-price ins{text-decoration:none;font-weight:700;color:#b0241f}
.gd-upn-btn{flex:0 0 auto;white-space:nowrap;font-family:'Oswald','Arial Narrow',sans-serif;text-transform:uppercase;letter-spacing:.03em;font-size:12.5px;font-weight:700;color:#302413;background:#FEB442;border-radius:8px;padding:9px 14px}
.gd-upn-card:hover .gd-upn-btn{background:#302413;color:#FEB442}

@media(max-width:480px){
	.gd-upn-card{flex-wrap:wrap}
	.gd-upn-btn{width:100%;text-align:center;margin-top:4px}
}
