.orderInvoice{float:left;padding-bottom:10px;width:100%}.orderInvoice__title{font-size:1.25rem;line-height:1.5}.orderInvoice__options{display:flex;gap:10px}.orderInvoice__btn{font-family:Poppins,sans-serif;padding:8px 10px;color:#e7e2d4;background:#d05c44;font-size:14px;font-weight:400;text-decoration:none;border-radius:6px;transition:.2s;cursor:pointer;outline:0;border:0}.orderInvoice__btn:hover{background:rgba(208,92,68,.76)}@-webkit-keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.orderInvoice__btn--loading{position:relative}.orderInvoice__btn--loading:after{content:"";position:absolute;top:8px;right:-29px;height:12px;width:12px;border-right:2px solid transparent;border-top:2px solid transparent;border-color:#d05c44 #d05c44 transparent transparent;border-style:solid;border-width:2px;border-radius:50%;-webkit-animation:spin .8s linear infinite;animation:spin .8s linear infinite}.orderInvoice__pdf{margin-top:15px;border:0;border-radius:8px}.orderInvoice__pdf--hidden{display:none}@media (max-width:768px){.orderInvoice__btn{background:#d05c44}}