/*
 * V4.6.8.36.48.1.52 — Public Market Positions market navigation.
 * Market data is projected from Warehouse Master; this stylesheet is visual only.
 */
.emwh-public-market-tabs{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0 0 12px;
    padding:0 0 12px;
    border-bottom:1px solid #dbe4ed;
    overflow-x:auto;
    scrollbar-width:thin;
}
.emwh-public-market-tabs-label{
    flex:0 0 auto;
    color:#657a8f;
    font-size:10px;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
    padding-right:4px;
}
.emwh-public-market-tab{
    display:inline-flex;
    align-items:center;
    gap:8px;
    flex:0 0 auto;
    min-height:36px;
    padding:0 11px;
    border:1px solid #d7e1eb;
    border-radius:9px;
    background:#fff;
    color:#294965;
    font-size:11px;
    font-weight:780;
    text-decoration:none;
    white-space:nowrap;
}
.emwh-public-market-tab strong{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:22px;
    height:22px;
    padding:0 6px;
    border-radius:999px;
    background:#eef3f7;
    color:#526b82;
    font-size:10px;
    line-height:1;
}
.emwh-public-market-tab:hover{
    border-color:#abc0d2;
    background:#f8fbfd;
    color:#163f68;
}
.emwh-public-market-tab.is-current{
    border-color:#173d63;
    background:#173d63;
    color:#fff;
    box-shadow:0 5px 14px rgba(20,55,88,.12);
}
.emwh-public-market-tab.is-current strong{
    background:rgba(255,255,255,.14);
    color:#fff;
}
.emwh-public-market-tab:focus-visible{
    outline:3px solid rgba(16,74,132,.26);
    outline-offset:2px;
}
.emwh-public-position-value.is-market strong{color:#173d63}
@media(max-width:760px){
    .emwh-public-market-tabs{margin-bottom:10px;padding-bottom:10px;scroll-snap-type:x proximity}
    .emwh-public-market-tab{scroll-snap-align:start;min-height:34px;padding:0 10px}
    .emwh-public-market-tabs-label{position:sticky;left:0;z-index:2;background:#fff;padding:9px 8px 9px 0}
}
