.discount_content .discount_content_wrapper { display: flex; align-items: center; gap: 6px 12px; justify-content: space-between; border-top: 1px solid #572221; border-bottom: 1px solid #572221; background: #d5f9d3; padding: 8px 12px; margin-bottom: 12px; }
.discount_content .discount_content_wrapper .discount_message { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.discount_content .discount_content_wrapper .discount_message svg { width: 100%; max-width: 18px; height: auto; }
.discount_content .discount_content_wrapper .discount_coupon_code_copy { padding: 3px 9px; border: 1px dashed #572221; cursor: pointer; font-size: 14px; font-weight: 700; }
