.voucher-modal-overlay{position:fixed;inset:0;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.voucher-modal-container{background-color:#121212;border-radius:.5rem;box-shadow:0 10px 25px rgba(0,0,0,.3);width:100%;max-width:28rem;position:relative;border:1px solid #1b4332}.voucher-modal-close{position:absolute;right:.75rem;top:.75rem;color:#FFFFFF;background-color:transparent;border:none;font-size:1.25rem;cursor:pointer;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s}.voucher-modal-close:hover{background-color:rgba(255,255,255,.1)}.voucher-modal-content{padding:1.5rem}.voucher-modal-header{margin-bottom:1rem;display:flex;flex-direction:column}.voucher-exclusive-tag{background-color:#1B4332;color:#FFFFFF;font-size:.75rem;font-weight:700;padding:.25rem .5rem;border-radius:.25rem;margin-bottom:.5rem;display:inline-block;align-self:flex-start}.voucher-modal-title{font-size:1.125rem;color:#FFFFFF;font-weight:500}.voucher-code-box{border:1px dashed #daa520;border-radius:.375rem;background-color:rgba(218,165,32,.1);padding:1rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.voucher-code-text{font-family:monospace;font-weight:700;color:#FFFFFF}.voucher-copy-button{background-color:#DAA520;color:#121212;font-size:.875rem;font-weight:600;padding:.5rem 1rem;border-radius:.25rem;border:none;cursor:pointer;display:flex;align-items:center;transition:background-color .2s}.voucher-copy-button:hover{background-color:#C69500}.voucher-copy-button svg{margin-right:.25rem}.voucher-merchant-link-container{display:flex;justify-content:center;margin-bottom:1rem}.voucher-merchant-link{color:#DAA520;text-decoration:none;display:flex;align-items:center;transition:color .2s}.voucher-merchant-link:hover{text-decoration:underline;color:#C69500}.voucher-merchant-link svg{margin-left:.25rem}.voucher-terms-container{display:flex;align-items:center;justify-content:center}.voucher-terms-button{background:transparent;border:none;color:#888888;font-size:.875rem;display:flex;align-items:center;cursor:pointer}.voucher-terms-button:hover{color:#FFFFFF}.voucher-terms-button svg{margin-left:.25rem;font-size:.75rem}.voucher-brand-container{display:flex;justify-content:center;margin-bottom:1rem;width:100%;padding:.75rem;background-color:white;border-radius:.375rem}.voucher-brand-image-modal{max-width:100%;max-height:100px;object-fit:contain}@media (max-width:640px){.voucher-code-box{flex-direction:column;gap:.75rem}.voucher-code-text{width:100%;text-align:center;word-break:break-all}}