.grafi-saved-gallery { color:#334155; font-family:inherit; }
.grafi-saved-gallery .grafi-gallery-status { font-size:14px; line-height:1.6; margin:0 0 18px; }
.grafi-saved-gallery .grafi-gallery-status a { color:#007f99; font-weight:600; text-decoration:underline; }
.grafi-saved-gallery .grafi-gallery-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr)); gap:16px; }
.grafi-saved-gallery .grafi-gallery-card { min-width:0; border:1px solid #dbe5ea; border-radius:10px; overflow:hidden; background:#fff; }
.grafi-saved-gallery .grafi-gallery-preview { height:160px; position:relative; display:flex; align-items:center; justify-content:center; background:#f5f5f5; color:#64748b; font-size:12px; }
.grafi-saved-gallery .grafi-gallery-preview img { position:absolute; inset:0; width:100%; height:100%; object-fit:contain; }
.grafi-saved-gallery [hidden] { display:none !important; }
.grafi-saved-gallery .grafi-gallery-info { padding:12px; }
.grafi-saved-gallery .grafi-gallery-info h3 { margin:0 0 6px; font-size:15px; line-height:1.4; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; text-align:center; }
.grafi-saved-gallery .grafi-gallery-meta { margin:0 0 12px; color:#64748b; font-size:12px; text-align:center; }
.grafi-saved-gallery .grafi-gallery-open { display:block; text-align:center; padding:9px 12px; border-radius:5px; background:#34cceb; color:#111; text-decoration:none; font-size:14px; font-weight:600; }
.grafi-saved-gallery a:focus-visible { outline:2px solid #007f99; outline-offset:3px; }
.grafi-saved-gallery .grafi-gallery-actions { display:flex; gap:8px; }
.grafi-saved-gallery .grafi-gallery-actions > * { flex:1; min-width:0; box-sizing:border-box; line-height:20px; }
.grafi-saved-gallery .grafi-gallery-delete { padding:9px 12px; border:1px solid #e2b6b6; border-radius:5px; background:#fff5f5; color:#a42323; font:inherit; font-size:14px; font-weight:600; cursor:pointer; }
.grafi-saved-gallery .grafi-gallery-delete:focus-visible { outline:2px solid #a42323; outline-offset:3px; }
.grafi-saved-gallery .grafi-gallery-delete:disabled, .grafi-saved-gallery a[aria-disabled="true"] { opacity:.55; cursor:wait; }
