#box-manufacturer-links.manufacturer-directory {
    padding: 0.25rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

#box-manufacturer-links .manufacturer-directory__header {
    margin-bottom: 0.55rem;
}

#box-manufacturer-links .card-title {
    font-size: 1.05rem;
    font-weight: 800;
}

#box-manufacturer-links .nav-pills li a {
    min-height: 2.1rem;
    gap: 0.5rem;
    padding: 0.4rem 0.2rem;
    border-inline-start: 0;
    border-radius: 0;
    background: transparent;
    font-size: 0.9rem;
    font-weight: 600;
    transition:
        color 0.16s ease,
        transform 0.16s ease;
}

#box-manufacturer-links .nav-pills li a::before {
    content: "";
    width: 0.4rem;
    height: 0.4rem;
    flex: 0 0 0.4rem;
    border-radius: 50%;
    background: rgba(38, 49, 77, 0.16);
    opacity: 0;
    transform: scale(0.6);
    transition:
        opacity 0.16s ease,
        transform 0.16s ease,
        background 0.16s ease;
}

#box-manufacturer-links .nav-pills li a:hover {
    background: transparent;
    color: #c0406e;
    transform: translateX(2px);
}

#box-manufacturer-links .nav-pills li a:hover::before {
    opacity: 0.55;
    transform: scale(0.75);
}

#box-manufacturer-links .nav-pills li.active > a {
    border-inline-start: 0;
    background: transparent;
    color: #c0406e;
    font-weight: 800;
}

#box-manufacturer-links .nav-pills li.active > a::before {
    background: linear-gradient(135deg, var(--accent-pink), var(--accent-coral));
    opacity: 1;
    transform: scale(1);
}

#box-manufacturer-links .nav-pills li a:focus-visible {
    border-radius: 0.4rem;
    outline: 3px solid rgba(255, 122, 162, 0.22);
    outline-offset: 2px;
}
