/* Family strip for the IMF property pages (injected by imf-subnav.js into
   #imf-subnav). Same look as the NMR/MS/IR strips. */
.imf-subnav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin: 0.25em auto 0.75em;
    font-size: 0.85rem;
}

.imf-subnav-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 6px 10px;
}

.imf-subnav-label { color: #666; font-weight: 600; }

.imf-subnav-link {
    color: #6153cc;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.imf-subnav-link:hover { color: #4a3fa3; }

.imf-subnav-current { color: #222; font-weight: 700; }

.imf-subnav-sep { color: #999; }
