.historic-resource-panel{display:grid;gap:1rem}.historic-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1rem;border:1px solid var(--line,#d7dce2);border-radius:12px;background:var(--panel-soft,#f7f8fa)}.historic-toolbar-actions,.historic-actions{display:flex;gap:.5rem;flex-wrap:wrap}.historic-sensitive-notice{padding:1rem;border:1px solid #d6b45a;border-radius:12px;background:#fff9e8}.historic-sensitive-notice p{margin:.45rem 0}.historic-match-list{display:grid;gap:.9rem}.historic-match{padding:1rem;border:1px solid var(--line,#d7dce2);border-radius:12px;background:var(--panel,#fff)}.historic-match-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.historic-attributes{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.5rem;margin:.8rem 0}.historic-attribute{padding:.55rem .65rem;border-radius:8px;background:var(--panel-soft,#f7f8fa);display:grid;gap:.15rem}.historic-attribute span{font-size:.76rem;color:var(--muted,#667085)}.historic-attribute strong{overflow-wrap:anywhere}@media(max-width:720px){.historic-toolbar,.historic-match-head{display:grid}.historic-toolbar-actions{width:100%}.historic-toolbar-actions button{flex:1 1 160px}.historic-attributes{grid-template-columns:1fr}}
