/* Shared tab component — edit here to update all case pages */
.tab-row { display: flex; border-bottom: 1px solid var(--border); overflow-x: auto; }
.tab { padding: 13px 24px; font-size: 15px; color: var(--text-secondary); cursor: pointer; border: none; border-bottom: 2px solid transparent; margin-bottom: -1px; white-space: normal; text-align: left; line-height: 1.3; transition: all .15s; background: none; font-family: inherit; outline: none; }
.tab:hover { color: var(--text-primary); }
.tab.active { color: var(--text-primary); border-bottom-color: var(--text-primary); background: var(--surface); }
