.study-row{display:flex;align-items:flex-start;width:100%;padding:10px 12px;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);text-align:left;cursor:pointer;font-family:inherit;line-height:1.4;text-decoration:none;color:inherit;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.study-row:hover{border-color:var(--color-brand);box-shadow:0 2px 8px color-mix(in srgb,var(--color-brand) 12%,transparent)}.study-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.study-row-title{font-size:14px;line-height:1.35;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.study-row-meta{display:flex;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;min-width:0;min-height:22px}.study-row-size,.study-row-created,.study-row-cat{display:inline-flex;align-items:center;height:22px;line-height:22px;font-size:12px;box-sizing:border-box}.study-row-cats{display:inline-flex;align-items:center;flex:1;min-width:0;min-height:22px;gap:6px;overflow:hidden}.study-row-size,.study-row-created,.study-row-cat{flex-shrink:0;color:var(--color-text-tertiary);white-space:nowrap}
