.fluo-hero-kicker {
    display: block;
    margin-bottom: 0.7rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #94a3b8;
}
.fluo-hero-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}
.fluo-related-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 38px;
    padding: 0.55rem 0.95rem;
    border-radius: 9999px;
    border: 1px solid rgba(147, 197, 253, 0.32);
    background: rgba(147, 197, 253, 0.14);
    color: #93c5fd;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease, color 180ms ease;
}
.fluo-related-link svg {
    flex-shrink: 0;
    opacity: 0.85;
}
.fluo-related-link:hover,
.fluo-related-link:focus-visible {
    background: #1e4ed8;
    border-color: #1e4ed8;
    color: #fff;
}
.fluo-hero-ctas {
    align-items: center;
}
.fluo-hero-ctas .btn-primary {
    min-height: 44px;
    box-sizing: border-box;
}
.table-scroll::-webkit-scrollbar {
    width: 12px;
}
.table-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 6px;
}
.table-scroll::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 6px;
    border: 2px solid #f1f5f9;
}
.table-scroll::-webkit-scrollbar-thumb:hover {
    background: #64748b;
}
.table-scroll {
    scrollbar-width: auto;
    scrollbar-color: #94a3b8 #f1f5f9;
}
.part-table-kicker {
    margin: 0 0 0.7rem;
}
.part-table-note {
    margin: 0 0 1rem;
    max-width: 42rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #475569;
}
@media (max-width: 639px) {
    .fluo-hero-links {
        gap: 0.5rem;
    }
    .fluo-related-link {
        width: 100%;
        justify-content: flex-start;
        min-height: 44px;
        padding: 0.75rem 1rem;
        font-size: 0.875rem;
    }
    #fluorescent-part-tbody td {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        white-space: nowrap;
        overflow-wrap: normal;
        word-break: normal;
    }
    #fluorescent-part-tbody td:first-child {
        padding-right: 1.5rem;
        width: auto;
    }
    .table-scroll {
        max-height: 60vh;
        max-width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-scroll > table {
        width: max-content;
        min-width: 100%;
    }
}

tr[data-disc="1"]:hover td {
    background-color: rgba(254, 226, 226, 0.4) !important;
}
tr[data-disc="1"] td:first-child {
    border-left: 3px solid #dc2626;
}
tr[data-disc="1"] td {
    border-left-color: transparent;
}
tr[data-disc="1"] td:first-child {
    padding-left: calc(1rem - 3px);
}

tr[data-disc="1"] td:first-child {
    border-left: 3px solid #dc2626;
    padding-left: calc(1rem - 3px);
}
tr[data-disc="1"] td:nth-child(2)::after {
    content: "NO LONGER AVAILABLE";
    display: inline-flex;
    margin-left: 8px;
    border-radius: 9999px;
    background: #dc2626;
    padding: 1px 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}
tr[data-disc="1"].disc-match td {
    background-color: rgba(254, 226, 226, 0.5) !important;
}

tr[data-pn="DISCONTINUED"]:hover td {
    background-color: rgba(254, 226, 226, 0.4) !important;
}
tr[data-pn="DISCONTINUED"] td:first-child {
    border-left: 3px solid #dc2626;
    padding-left: calc(1rem - 3px);
}
tr[data-pn="DISCONTINUED"] td:nth-child(2) {
    font-size: 0;
}
tr[data-pn="DISCONTINUED"] td:nth-child(2)::before {
    content: "NO LONGER AVAILABLE";
    display: inline-flex;
    border-radius: 9999px;
    background: #dc2626;
    padding: 1px 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}
tr[data-pn="INACTIVE"]:hover td {
    background-color: rgba(254, 249, 195, 0.65) !important;
}
tr[data-pn="INACTIVE"] td:first-child {
    border-left: 3px solid #ca8a04;
    padding-left: calc(1rem - 3px);
}
tr[data-pn="INACTIVE"] td:nth-child(2) {
    font-size: 0;
}
tr[data-pn="INACTIVE"] td:nth-child(2)::before {
    content: "INACTIVE";
    display: inline-flex;
    border-radius: 9999px;
    background: #ca8a04;
    padding: 1px 8px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
    vertical-align: middle;
    white-space: nowrap;
}
mark.pwi-hl {
    background: rgba(30, 78, 216, 0.14);
    color: #0f172a;
    border-radius: 2px;
    padding: 0 1px;
    font-style: normal;
}