.customer-order-documents{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.customer-order-documents button{padding:8px 11px;border:1px solid #9fcbe2;border-radius:7px;background:#eef8fd;color:#076fae;font:800 10px Manrope;cursor:pointer}.customer-document-viewer{position:fixed;inset:0;z-index:90;display:none;align-items:center;justify-content:center;padding:22px;background:#082b43bf}.customer-document-viewer.open{display:flex}.customer-document-card{width:min(960px,96vw);height:min(800px,92vh);display:flex;flex-direction:column;overflow:hidden;border-radius:13px;background:#fff}.customer-document-head{display:flex;align-items:center;justify-content:space-between;padding:13px 17px;border-bottom:1px solid #d9e7ee}.customer-document-head button{width:34px;height:34px;border:0;border-radius:50%;background:#eaf5fa;font-size:22px;cursor:pointer}.customer-document-card iframe{width:100%;height:100%;border:0}
