
.filtros-activos {
font-family: 'Geom', Arial, sans-serif;
font-size: 12px;
font-weight: 600;
margin-bottom: 30px;
}
.filtros-lista {
list-style: none;
padding: 0;
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.filtro-item {
background: #000;
color: #fff;
border-radius: 8px;
padding: 6px 12px;
display: flex;
align-items: center;
gap: 8px;
}
.filtro-remove {
cursor: pointer;
font-weight: bold;
color: #fff;
}
#clear-filtros {
margin-top: 15px;
padding: 8px 16px;
font-size: 12px;
font-weight: 600;
background-color: #12b0e7;
color: #fff;
border: none;
border-radius: 8px;
cursor: pointer;
}
#clear-filtros:hover {
background-color: #000;
}
.sin-filtros {
color: var(--wp--preset--color--foreground);
font-family: var(--wp--preset--font-family--archivo);
font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.417), 1.125rem);
font-style: normal;
font-weight: 400;
line-height: var(--wp--custom--typography--line-height--normal);
--wp--style--root--padding-top: 0;
--wp--style--root--padding-right: var(--wp--preset--spacing--30);
--wp--style--root--padding-bottom: 0;
--wp--style--root--padding-left: var(--wp--preset--spacing--30);
text-decoration: none;
user-select: text;
display: flex;
justify-content: space-between;
align-items: center;
}