.branch-filter-wrap{padding:.5rem}
.branch-dropdown-menu{max-height:20rem;overflow-y:auto;min-width:14rem}
.branch-item{font-size:var(--fs-sm)}

.blame-table{border-collapse:collapse;width:100%}
.blame-hunk+.blame-hunk{border-top:1px solid var(--border)}
.blame-info{vertical-align:top;padding:.25rem .5rem;white-space:nowrap;width:1%;background:var(--bg-subtle);border-right:1px solid var(--border)}
.blame-sha{font-family:var(--font-mono);font-size:var(--fs-xs)}
.blame-author{display:block;font-size:var(--fs-xs);color:var(--text-dim)}
.blame-age{display:block;font-size:var(--fs-xs);color:var(--text-dim)}

.editor-textarea{width:100%;min-height:24rem;font-family:var(--font-mono);font-size:var(--fs-sm);tab-size:4;resize:vertical;line-height:1.5}

.goto-file-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:200;display:flex;justify-content:center;padding-top:8rem}
.goto-file-overlay[hidden]{display:none}
.goto-file-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:min(40rem,90vw);max-height:24rem;display:flex;flex-direction:column;align-self:flex-start;box-shadow:var(--shadow-lg,0 8px 24px rgba(0,0,0,.2))}
.goto-file-panel input{border:none;border-bottom:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;padding:.75rem 1rem;font-size:var(--fs-base);outline:none;background:transparent;color:var(--text)}
.goto-file-results{overflow-y:auto;flex:1}
.goto-file-results a{display:block;padding:.375rem 1rem;color:var(--text);text-decoration:none;font-size:var(--fs-sm);font-family:var(--font-mono)}
.goto-file-results a:hover,.goto-file-results a.active{background:var(--bg-hover)}
.goto-file-results mark{background:var(--accent-subtle);color:inherit;border-radius:2px}

.copy-btn .copied-check{display:none}
.copy-btn.copied .btn-text-opt{display:none}
.copy-btn.copied .copied-check{display:inline}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
