.stock-nav {display:flex;gap:20px;border-bottom:1px solid #d6dce0;margin-bottom:20px;overflow-x:auto;padding:0 0 12px;}
.stock-nav button {display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#52606b;white-space:nowrap;padding:8px 0;border-radius:0;box-shadow:none;}
.stock-nav button.active {color:#126958;border-bottom:2px solid #126958;}
.stock-nav svg {width:18px;height:18px;flex:none;}
.stock-list-tools {display:flex;gap:12px;align-items:end;flex-wrap:wrap;padding-bottom:16px;}
.stock-list-tools .search-field {flex:1 1 260px;}
.stock-list-tools label {min-width:130px;}
.stock-list-tools input,.stock-list-tools select {min-height:40px;}
.stock-list-status {min-height:24px;margin:8px 0;}
.stock-list-table th:last-child {width:132px;}
.stock-list-table .row-actions {flex-wrap:nowrap;}
.stock-list-table td {vertical-align:middle;}
.stock-list-table small {display:block;max-width:420px;white-space:normal;}
.stock-editor {max-width:960px;margin-top:20px;}
.stock-editor .dialog-form {padding:0;width:100%;max-width:none;}
.stock-editor form>button[type=submit] {justify-self:start;min-width:200px;}
.stock-editor .stock-form-status {grid-column:1/-1;min-height:24px;}
.stock-picker {position:relative;}
.stock-picker-results {display:flex;flex-direction:column;max-height:240px;overflow-y:auto;border:1px solid #c5d0d6;background:white;margin-top:4px;}
.stock-picker-results:empty {display:none;}
.stock-picker-results button {text-align:left;background:white;color:#172b34;border:0;border-bottom:1px solid #edf0f2;border-radius:0;min-height:42px;display:flex;justify-content:space-between;gap:12px;}
.stock-picker-results button:hover,.stock-picker-results button:focus {background:#eaf4f1;}
.stock-picker-results small {color:#596b77;}
.stock-picker-input {display:flex;gap:8px;}
.stock-picker-input input {min-width:0;flex:1;}
.stock-picker-input .icon-button {flex:0 0 40px;}
.stock-detail-facts {display:flex;gap:20px;flex-wrap:wrap;padding:12px 0;border-bottom:1px solid #d6dce0;margin-bottom:16px;}
.stock-detail-facts span {display:block;color:#586974;font-size:12px;}
@media(max-width:640px){.stock-nav{gap:16px;margin-bottom:16px}.stock-list-tools{align-items:stretch}.stock-list-tools .search-field{flex-basis:100%}.stock-list-tools>button{flex:1}.stock-editor .field-row{grid-template-columns:minmax(0,1fr)}.stock-editor form>button[type=submit]{width:100%}.stock-list-tools label{flex:1;min-width:0}}
