/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - TagsList.scss
 */
/*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _cards.scss
 */
/*!
 * Copyright 2023 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - _colors.scss
 */
/*!
 * Copyright 2025 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <valentin@webisoft.com>
 *
 * @neo/connect - _utils.scss
 */
.tags-list{flex-flow:wrap;align-self:center;align-items:baseline;gap:.5ch 1ch;display:inline-flex}.tags-list__tag{--tag-color:var(--highlight-color);--tag-color-rgb:var(--highlight-color-rgb);appearance:none;background-color:var(--tag-color);color:#fff;white-space:nowrap;cursor:default;border:none;border-radius:15px;flex-direction:row;align-items:center;padding:2px 10px;font-size:.702rem;font-weight:500;display:flex}.tags-list__tag__remove-btn{stroke-width:3px;width:1.25em;margin:0 0 0 .75ch}.tags-list__tag.removable:hover{background-color:rgba(var(--tag-color-rgb), .75)}.tags-list__tooltip{background-color:#fff;border-radius:5px;margin:5px;padding:5px 10px;font-size:.702rem;box-shadow:0 2px 5px #20203540}.tags-list__empty-label{color:var(--dark-grey);font-size:.702rem;font-style:italic;font-weight:400}
