/* Shared activity-stream feed styling — used by the global overview feed
 * (/overview), the workspace feed (/workspace/{id}, /activity/{id}), and later a
 * table "activity stream" view. Rendered by templates/app/activity/java/
 * activityStream.js. Layout/chrome around the feed stays page-specific. */

.ov-day { font-size: 0.72em; text-transform: uppercase; letter-spacing: 0.06em; color: var(--grey3); font-weight: 700; margin: 18px 0 8px 2px; }
.ov-day:first-of-type { margin-top: 4px; }
.ov-card { border: 1px solid var(--grey5); border-radius: 9px; background: var(--grey8); overflow: hidden; margin-bottom: 6px; }
.ov-row { display: flex; gap: 11px; padding: 11px 14px; border-bottom: 1px solid var(--grey6); position: relative; }
.ov-row:last-child { border-bottom: none; }
.ov-ic { flex: 0 0 28px; height: 28px; width: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.82em; margin-top: 1px; background: var(--grey6); color: var(--grey2); }
.ov-ic.rec { background: #eaf1f9; color: #4f7bb0; }
.ov-ic.cmt { background: #eef7ea; color: #4c9c50; }
.ov-ic.new { background: #e8f4ec; color: #2f855a; }
.ov-ic.del { background: #fbe7e5; color: #c0392b; }
.ov-ic.flow { background: #f0e8fb; color: #7c4fc0; }
.ov-ic.tbl { background: #f2eede; color: #9a7714; }
.ov-ic.batch { background: #e7eef5; color: #3d5a73; }
.ov-b { flex: 1 1 auto; min-width: 0; }
.ov-titlerow { display: flex; align-items: center; gap: 7px; min-width: 0; }
.ov-title { font-weight: 600; color: var(--content); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ov-title a { color: var(--content); text-decoration: none; }
.ov-title a:hover { color: var(--link); }
.ov-rollup { flex: 0 0 auto; color: var(--grey3); font-size: 0.72em; display: inline-flex; align-items: center; gap: 3px; }
.ov-sub { font-size: 0.82em; margin-top: 2px; color: var(--grey1); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ov-sub .k { color: var(--grey2); }
.ov-sub .arw { color: var(--grey3); margin: 0 3px; }
.ov-sub .old { color: var(--grey2); text-decoration: line-through; }
.ov-sub .new { color: var(--content); font-weight: 600; }
.ov-sub .quote { color: var(--grey2); font-style: italic; }
.ov-sub .loc { color: var(--grey3); }
.ov-sub .loc i { font-size: 0.6em; margin: 0 3px; vertical-align: 2px; }
.ov-sub .loc a { color: inherit; text-decoration: none; }
.ov-sub .loc a:hover { text-decoration: underline; }
.ov-sub .dot { color: var(--grey4); margin: 0 6px; }
.ov-badge { display: inline-block; padding: 0 6px; border-radius: 3px; font-size: 0.72em; font-weight: 600; vertical-align: 1px; background: var(--grey6); color: var(--grey1); }
.ov-badge.flow { background: #efe7fb; color: #6f42c1; }
.ov-badge.web { background: #fdf0e3; color: #b56a1a; }
.ov-badge.api { background: #eef7ea; color: #2f855a; }
.ov-badge.batch { background: #e7eef5; color: #3d5a73; }
.ov-t { color: var(--grey3); font-size: 0.74em; white-space: nowrap; flex: 0 0 auto; padding-left: 6px; margin-top: 1px; }
.ov-deleted { color: var(--grey2); text-decoration: line-through; }
.ov-loading, .ov-end, .ov-empty { text-align: center; color: var(--grey3); font-size: 0.82em; padding: 16px; }
.ov-emptystate { text-align: center; padding: 54px 24px; }
.ov-emptystate .es-ic { width: 60px; height: 60px; border-radius: 50%; background: var(--grey6); color: var(--grey3); display: inline-flex; align-items: center; justify-content: center; font-size: 1.55em; margin-bottom: 16px; }
.ov-emptystate .es-title { font-size: 1.05em; font-weight: 700; color: var(--grey1); margin-bottom: 6px; }
.ov-emptystate .es-sub { font-size: 0.86em; color: var(--grey3); max-width: 330px; margin: 0 auto; line-height: 1.5; }
.ov-rowmenu { position: absolute; right: 8px; bottom: 5px; width: 22px; height: 20px; display: flex; align-items: center; justify-content: center; color: var(--grey3); border-radius: 4px; opacity: 0; cursor: pointer; font-size: 0.82em; transition: opacity 0.1s; }
.ov-row:hover .ov-rowmenu { opacity: 1; }
.ov-rowmenu:hover { background: var(--grey6); color: var(--grey1); }
.ov-hidemenu { position: fixed; z-index: 9999; background: var(--grey8, #fff); border: 1px solid var(--grey4); border-radius: 7px; box-shadow: 0 4px 14px rgba(0,0,0,0.14); padding: 4px; }
.ov-hidemenu a { display: block; padding: 6px 10px; font-size: 0.8em; color: var(--content); text-decoration: none; border-radius: 4px; cursor: pointer; white-space: nowrap; }
.ov-hidemenu a i { color: var(--grey3); margin-right: 6px; }
.ov-hidemenu a:hover { background: var(--grey7); }
