.purchase-confirmation-box{background:linear-gradient(135deg,rgba(40,167,69,.08),rgba(40,167,69,.03));border:1px solid rgba(40,167,69,.25);border-radius:8px;padding:1.5rem;margin:1.5rem 0;animation:slideIn .3s ease-out;display:flex;flex-direction:row;justify-content:space-between;gap:1.5rem}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.purchase-confirmation-box .purchase-info{display:flex;align-items:center;gap:.75rem;color:#28a745;font-weight:500}.purchase-confirmation-box .purchase-info span{display:flex;flex-direction:column;>span{font-weight:600}}.purchase-confirmation-box .check-icon{width:24px;height:24px;color:#28a745;flex-shrink:0}.purchase-confirmation-box .view-order-button{width:-moz-fit-content;width:fit-content;white-space:nowrap;background:#28a745;color:white;border:none;padding:.2rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.purchase-confirmation-box .view-order-button:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 6px 16px rgba(40,167,69,.3)}.purchase-confirmation-box .view-order-button:active:not(:disabled){transform:translateY(0)}.purchase-confirmation-box .view-order-button:disabled{opacity:.6;cursor:not-allowed}.purchase-confirmation-box .view-order-button svg{width:20px;height:20px}.purchase-confirmation-box .download-all-button{width:-moz-fit-content;width:fit-content;white-space:nowrap;background:#28a745;color:white;border:none;padding:.2rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.purchase-confirmation-box .download-all-button:hover:not(:disabled){background:#218838;transform:translateY(-2px);box-shadow:0 6px 16px rgba(40,167,69,.3)}.purchase-confirmation-box .download-all-button:active:not(:disabled){transform:translateY(0)}.purchase-confirmation-box .download-all-button:disabled{opacity:.6;cursor:not-allowed}.purchase-confirmation-box .download-all-button svg{width:20px;height:20px}@media (max-width:640px){.purchase-confirmation-box{padding:1rem;margin:1rem 0}.purchase-confirmation-box .download-item{flex-direction:column;align-items:flex-start}.purchase-confirmation-box .download-button{width:100%;justify-content:center}}