.aztec-coa-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:0;cursor:pointer;padding:12px 22px;background:#111;color:#fff;border-radius:4px;line-height:1.2;font-size:15px}.aztec-coa-button:hover{opacity:.9}.aztec-coa-notice{padding:12px 15px;background:#fff3cd;border:1px solid #ffe69c;color:#664d03;border-radius:4px}.aztec-coa-modal{display:none;position:fixed;inset:0;z-index:999999;align-items:center;justify-content:center;padding:20px}.aztec-coa-modal.is-open{display:flex}.aztec-coa-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78)}.aztec-coa-modal-content{position:relative;z-index:2;background:#fff;width:90%;max-width:1200px;height:auto;max-height:94vh;border-radius:8px;box-shadow:0 15px 60px rgba(0,0,0,.35);overflow:hidden;display:flex;flex-direction:column}.aztec-coa-close{position:absolute;right:10px;top:8px;z-index:5;width:38px;height:38px;border:0;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;font-size:28px;line-height:1;cursor:pointer}.aztec-coa-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:14px 55px 14px 18px;border-bottom:1px solid #ddd;background:#fff}.aztec-coa-download{display:inline-block;text-decoration:none;font-size:14px}.aztec-coa-viewer{width:100%;min-height:300px;display:flex;align-items:center;justify-content:center;background:#f4f4f4;overflow:auto}.aztec-coa-frame{display:block;width:100%;height:80vh;border:0;background:#fff}.aztec-coa-image{display:block;max-width:100%;max-height:80vh;width:auto;height:auto;object-fit:contain}.aztec-coa-modal-open{overflow:hidden}@media(max-width:767px){.aztec-coa-modal{padding:8px}.aztec-coa-modal-content{width:100%;max-height:96vh;border-radius:5px}.aztec-coa-toolbar{padding:12px 48px 12px 12px;flex-wrap:wrap}.aztec-coa-frame{height:78vh}.aztec-coa-image{max-height:78vh}}

/* COA List widget */
.aztec-coa-list-heading { margin: 0 0 20px; }
.aztec-coa-list-item { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:12px; padding:16px 18px; border:1px solid #e5e5e5; border-radius:6px; }
.aztec-coa-list-info { min-width:0; flex:1; }
.aztec-coa-list-name { font-weight:600; line-height:1.4; }
.aztec-coa-list-sku { margin-top:4px; font-size:.9em; opacity:.7; }
.aztec-coa-list-button { display:inline-block; flex:0 0 auto; padding:10px 16px; border:0; border-radius:4px; text-decoration:none; cursor:pointer; }
.aztec-coa-list-empty { padding:15px 0; }
@media (max-width: 600px) { .aztec-coa-list-item { align-items:flex-start; flex-direction:column; } .aztec-coa-list-button { width:100%; text-align:center; } }

.aztec-coa-product-default{margin:30px 0}.aztec-coa-product-default-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:15px}.aztec-coa-product-default-header h3{margin:0}.aztec-coa-product-default-download{text-decoration:none}.aztec-coa-product-default-viewer{width:100%;overflow:auto;background:#f4f4f4}.aztec-coa-product-default-viewer iframe{display:block;width:100%;height:800px;border:0;background:#fff}.aztec-coa-product-default-viewer img{display:block;max-width:100%;height:auto;margin:0 auto}@media(max-width:767px){.aztec-coa-product-default-header{align-items:flex-start;flex-direction:column}.aztec-coa-product-default-viewer iframe{height:600px}}
