.toolbar { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-bottom: 10px; } .custom-geo-count { margin-left: 4px; padding: 2px 8px; border-radius: 10px; background: var(--ant-color-fill-tertiary); font-size: 12px; opacity: 0.75; } .custom-geo-alias-cell { display: flex; align-items: center; gap: 6px; } .custom-geo-alias { font-weight: 500; word-break: break-all; } .custom-geo-type-tag { margin: 0; } .custom-geo-url { word-break: break-all; } .custom-geo-ext-code { cursor: pointer; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: 12px; padding: 2px 6px; border-radius: 4px; background: var(--ant-color-fill-tertiary); user-select: all; } .custom-geo-copyable:hover { background: var(--ant-color-fill-secondary); } .custom-geo-muted { opacity: 0.5; } .custom-geo-empty { text-align: center; padding: 18px 0; opacity: 0.6; } .custom-geo-empty-icon { font-size: 32px; margin-bottom: 6px; display: block; }