.et-coupon-wrapper{margin:20px 0}
.et-coupon-wrapper h4{margin-bottom:12px}
.et-coupon-item{display:flex;justify-content:space-between;align-items:center;border:1px solid #e5e5e5;border-radius:10px;padding:12px 15px;margin-bottom:10px;background:#fff}
.et-left{font-weight:600}
.et-right{display:flex;align-items:center;gap:10px}
.et-code{color:#ff8a00;font-weight:700}
.et-copy{border:none;background:#ff8a00;color:#fff;border-radius:6px;padding:6px 10px;cursor:pointer}
.et-copy:hover{opacity:.9}
.et-toast{position:fixed;bottom:25px;right:25px;background:#222;color:#fff;padding:10px 16px;border-radius:8px;z-index:99999}
.et-gift-wrapper{margin:20px 0}
.et-gift-wrapper h4{margin-bottom:12px}
.et-gift-frontend-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}
.et-gift-frontend-item{border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;aspect-ratio:1/1}
.et-gift-frontend-item img{width:100%;height:100%;object-fit:cover;display:block}
@media (max-width:600px){
	.et-gift-frontend-grid{grid-template-columns:repeat(2,1fr)}
}
