Yes, Summarize can look like part of the result description.
Until Kagi fixes this, you can use this Custom CSS to give it a compact border and align it to the right:
/* Visually separate the result-level Summarize action from description text. */
.__sri-desc:has(.summarize-link) {
position: relative;
padding-inline-end: 5rem;
}
.__sri-desc .summarize-link {
display: inline-flex;
position: absolute;
inset-inline-end: 0;
inset-block-end: 0;
align-items: center;
margin-inline-start: 0.25rem;
padding: 0 0.3rem;
border: 1px solid currentColor;
border-radius: 999px;
font-size: 0.9em;
line-height: 1.4;
text-decoration: none;
vertical-align: baseline;
white-space: nowrap;
}
Add it under Appearance > Custom CSS. See Kagi's Custom CSS documentation for details. To undo it, remove the block. If it prevents access to the settings, add &no_css to the search URL.
Part of this reply was generated with assistance from Houndo
