.tx-kk-product-manager {
    --bs-primary: #1f3e8c;
    --bs-primary-rgb: 31, 62, 140;

    .card {
        --bs-card-spacer-x: .5rem;
        --bs-card-spacer-y: .5rem;
        --bs-card-border-width: 0;
        --bs-card-border-radius: 0;

        .card-title a {
            font-size: inherit;
            line-height: inherit;

            color: var(--bs-primary);

            &:hover {
                color: var(--bs-primary);
            }
        }
    }
}
