.role-tags-container,
.subrole-tags-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px;
    padding: 4px 2px;
    height: auto;
    min-height: 100%;
    line-height: 1.2;
}

.role-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    min-width: 60px;
    max-width: 120px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    line-height: 1;
    color: #ffffff;
}

.role-tag-user    { background-color: #28a745; }
.role-tag-admin   { background-color: #fd7e14; }
.role-tag-dev     { background-color: #6f42c1; }
.role-tag-unknown { background-color: #6c757d; }

/* Solo a modo de ejemplo */
.subrole-tag-molienda  { background-color: #1565c0; }
.subrole-tag-flotacion { background-color: #00838f; }
