.discountEntry{display:grid;grid-template-columns:1fr auto;align-items:end;gap:10px;margin-bottom:3px}.discountEntry label{margin-bottom:0}.discountEntry button{min-height:44px;padding:10px 16px;border:2px solid var(--ink);border-radius:10px;background:#edf7ff;font-weight:900}.discountStatus{display:block;min-height:20px;margin:0 0 12px;color:#28633a;font-weight:750}.discountStatus.error{color:#a02e32}#discountLine b{color:#8ee5a7}@media(max-width:480px){.discountEntry{grid-template-columns:1fr}.discountEntry button{width:100%}}
