/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 38:0 Unexpected "<"

**/
<style>

.tag-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px; /* Adjust spacing above the tag list */
    gap: 5px; /* Adjust the spacing between tags */
}

.badge.tag-badge {
    text-decoration: none;
}

.badge.tag-badge.hover-underline:hover {
    text-decoration: underline; /* Underline on hover */
}

.badge.tag-badge.hover-bold:hover {
    font-weight: bold; /* Bold text on hover */
}

.card__badge .tag-badge {
    margin-right: 5px;
}

.tag-buttons .tag-badge.active {
    background-color: rgb(var(--color-foreground));
    color: rgb(var(--color-background));
    border: 1px solid rgb(var(--color-background));
}

</style>