/* SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. */
/* SPDX-License-Identifier: LicenseRef-NvidiaProprietary */
/*
 * NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
 * property and proprietary rights in and to this material, related
 * documentation and any modifications thereto. Any use, reproduction,
 * disclosure or distribution of this material and related documentation
 * without an express license agreement from NVIDIA CORPORATION or
 * its affiliates is strictly prohibited.
 */

.cpp.struct .cpp.var .sig.sig-object.cpp {
    border: none;
}

.cpp.enum .cpp.enumerator .sig.sig-object.cpp {
    border: none;
}

/* GitHub logo next to "GitHub Repository" sidebar link */
.bd-sidebar-primary a.reference.external[href*="github.com"]::before {
    font-family: "Font Awesome 6 Brands";
    content: "\f09b"; /* fa-github */
    margin-right: 0.4em;
    font-style: normal;
    font-weight: 400;
}
