/*!
 * This file is part of the Sylius package.
 *
 * (c) Sylius Sp. z o.o.
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

.sylius-admin-product-attribute-autocomplete {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.5rem;
}

.breadcrumb-item {
    @include text-truncate-ellipsis(min(300px, 30vw));
}
