/* MM Taxonomy Tags Widget — estilos base (todos sobreescribibles desde Elementor) */

.mm-taxonomy-tags-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.mm-taxonomy-tag {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border-radius: 50px;
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 0.85em;
    font-weight: 500;
    line-height: 1.4;
    border: 1px solid transparent;
    white-space: nowrap;
    box-sizing: border-box;
    cursor: default;
}

.mm-taxonomy-tag a {
    color: inherit;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.mm-taxonomy-tag a:hover {
    text-decoration: none;
}

/* Icono */
.mm-tag-icon {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    flex-shrink: 0;
}

.mm-tag-icon svg {
    display: block;
}

/* Label */
.mm-tag-label {
    display: inline;
}

/* Placeholder en el editor */
.mm-taxonomy-tags-placeholder {
    padding: 14px 18px;
    background: #f8f8f8;
    border: 2px dashed #ddd;
    color: #999;
    font-size: 13px;
    border-radius: 4px;
    text-align: center;
}
